aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/active_model_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* errors in ActionView should not be namespaced as well.José Valim2010-01-071-1/+1
* Fix error_messages_for when instance variable names are given.José Valim2009-10-211-6/+6
* Bring agnosticism to error_messages_for.José Valim2009-10-171-6/+10
* error procs have to be safe tooMichael Koziarski2009-10-081-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+1
* Ruby 1.9.2: implicit argument passing of super from method defined by define_...Jeremy Kemper2009-08-071-3/+1
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-281-6/+24
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-201-0/+285