This post originated from an RSS feed registered with Ruby Buzz
by Matthew Bass.
Original Post: visual_effect bug fix in Rails 2.0
Feed Title: Pelargir
Feed URL: http://feeds.feedburner.com/pelargir/
Feed Description: Musings on software and life from Matthew Bass. Regular posts on new web products, tips and tricks, etc.
I noticed something interesting while enhancing Teascript today. I recently upgraded the app to Rails 2.0 which ended up breaking several of the Scriptaculous visual effects that I had been using to highlight certain parts of the page when things changed. This is how I had called visual_effect in the past:
page.visual_effect :highlight, "activities_list", :endcolor => [...]