aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/active_model_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Start cleanup of deprecations in ActionViewCarlos Antonio da Silva2010-09-061-8/+0
* Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-251-0/+7
* Rename fieldWithErrors style to field_with_errors. Remove unused alert style.Jeremy Kemper2010-04-241-4/+4
* Remove input, form, error_messages_for and error_message_on from the framewor...José Valim2010-04-101-284/+12
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-5/+4
* html_tag option to wrap error_message_on text [#4283 state:resolved]Paco Guzman2010-03-281-0/+4
* Fixes a bug where error_messages_for was returning an empty div [#4048 state:...wycats2010-03-271-0/+4
* Recovers error_messages for ActiveRecordInstanceTag. [#4078 state:resolved]Daniel Rodríguez Troitiño2010-03-271-0/+14
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-2/+2
* Bring agnosticism to error_messages_for.José Valim2009-10-171-0/+314