Site Archives deprecations

Deprecated Method in ActionView::Helpers::PrototypeHelper


Prototype helper method update_element_function is deprecated now, Please use RJS instead.

Deprecated Finders in Rails 1.1.5


These Finders are deprecated

find_first [use find(:first)]
find_all [use find(:all)]
find_on_conditions [use find(:conditions)]