aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/active_record_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring agnosticism to error_messages_for.José Valim2009-10-171-314/+0
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-1/+1
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-281-0/+10
* AMo conversion helperJoshua Peek2009-07-211-3/+6
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-201-1/+1
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-9/+7
* Fixes a number of tests that inexplicably didn't fail when we committed the o...Yehuda Katz + Carl Lerche2009-07-021-1/+1
* Use errors[field] instead of errors.on(field)Jeremy Kemper2009-06-171-7/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+34
|\
| * Ensure Active Record error related view helpers escape the message [#1280 sta...Dan Barry2009-03-071-0/+34
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
|/
* error_message_on takes an options hash instead of ordered parameters [#704 st...Clemens Kofler2008-07-271-24/+24
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-7/+2
* Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for...David Heinemeier Hansson2008-01-111-0/+22
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins...Marcel Molina2007-10-231-0/+9
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-0/+8
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-071-1/+22
* Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,...Jeremy Kemper2007-06-131-11/+27
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-8/+1
* Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz]Michael Koziarski2007-01-071-1/+5
* Make error_message_on handle nil objects. [dan]Michael Koziarski2006-12-271-0/+4
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-061-3/+3
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-9/+20
* Pass :id => nil or :class => nil to error_messages_for to supress that html a...Jeremy Kemper2006-07-081-0/+2
* Allow error_messages_for to report errors for multiple objects, as well as su...Marcel Molina2006-04-261-1/+51
* make error_messages_for return "" for nil objectsMichael Koziarski2006-01-191-0/+4
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-9/+9
* Added :multipart option to ActiveRecordHelper#form to make it possible to add...David Heinemeier Hansson2005-09-111-0/+7
* r2822@asus: jeremy | 2005-07-04 21:14:30 -0700Jeremy Kemper2005-07-041-6/+8
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-021-3/+3
* Added option to pass in parameters to CaptureHelper#capture, so you can creat...David Heinemeier Hansson2005-06-211-4/+4
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-121-8/+21
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-171-2/+2
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-1/+1
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-0/+5
* Updated unit tests to reflect lowercase post as method in form tagsDavid Heinemeier Hansson2004-12-131-3/+3
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-121-8/+8
* Use lower-case post instead of POST as form method for XHTML compliance #290 ...David Heinemeier Hansson2004-12-121-4/+4
* Trick tests on url_forDavid Heinemeier Hansson2004-12-071-0/+9
* Added options to tailor header tag, div id, and div class on ActiveRecordHelp...David Heinemeier Hansson2004-12-011-1/+18
* InitialDavid Heinemeier Hansson2004-11-241-0/+76