Site Archives Rails Deprecations

Deprecated Method in ActionView::Helpers::PrototypeHelper


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

Deprecated FormTagHelpers


Following FormTagHelpers are deprecated and will be removed in Rails 1.2

start_form_tag (use form_tag instead)
end_form_tag (use </form> instead)

technorati tags:rails_deprications , rails, rubyonrails

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)]