Its all about Ruby On Rails
deprecations
Deprecated Method in ActionView::Helpers::PrototypeHelper
Nov 9th
Prototype helper method update_element_function is deprecated now, Please use RJS instead.
Deprecated Finders in Rails 1.1.5
Aug 23rd
These Finders are deprecated
- find_first [use find(:first)]
- find_all [use find(:all)]
- find_on_conditions [use find(:conditions)]