aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/active_model_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Start cleanup of deprecations in ActionViewCarlos Antonio da Silva2010-09-061-23/+0
* Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-251-2/+16
* Action View is now titled.Rizwan Reza2010-06-211-0/+1
* Base options cant live in lazy loaded helpers as they then wont be available ...David Heinemeier Hansson2010-05-311-7/+0
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1
* Rename fieldWithErrors style to field_with_errors. Remove unused alert style.Jeremy Kemper2010-04-241-1/+1
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-2/+2
* Remove input, form, error_messages_for and error_message_on from the framewor...José Valim2010-04-101-265/+20
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* html_tag option to wrap error_message_on text [#4283 state:resolved]Paco Guzman2010-03-281-9/+12
* Missing requirewycats2010-03-271-0/+1
* Fixes a bug where error_messages_for was returning an empty div [#4048 state:...wycats2010-03-271-1/+1
* Recovers error_messages for ActiveRecordInstanceTag. [#4078 state:resolved]Daniel Rodríguez Troitiño2010-03-271-0/+4
* Making escaped things more readableSantiago Pastorino2010-03-141-1/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-3/+5
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-2/+2
* Explicit html_escape removed when not neededSantiago Pastorino and José Ignacio Costa2010-02-141-2/+2
* content_tag should escape its inputBruno Michel2010-02-141-3/+3
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-6/+5
* 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