| Commit message (Expand) | Author | Age | Files | Lines |
* | moving country helpers from form_options_helper to form_country_helper again | Sven Fuchs | 2008-07-16 | 1 | -1539/+0 |
* | Ensure :index works with fields_for select methods. [#518 state:resolved] | rsl | 2008-07-14 | 1 | -0/+885 |
* | use mocha for TimeZone mocking in Form Options helper tests | rick | 2008-07-02 | 1 | -504/+495 |
* | Added support for regexp matching of priority zones in time_zone_select [#195... | Ernie Miller | 2008-06-29 | 1 | -0/+18 |
* | Silence TimeZone warning | Pratik Naik | 2008-06-11 | 1 | -2/+2 |
* | Fix FormOptionsHelper tests. | Jan De Poorter | 2008-06-11 | 1 | -5/+5 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -15/+9 |
* | Work with @output_buffer instead of _erbout | Jeremy Kemper | 2008-06-02 | 1 | -9/+9 |
* | Introduce ActionView::TestCase for testing view helpers. | Joshua Peek | 2008-04-19 | 1 | -3/+2 |
* | Docfixes (closes #11356, #11172, #10523) | David Heinemeier Hansson | 2008-03-20 | 1 | -0/+13 |
* | Ruby 1.9 compat: account for hash ordering | Jeremy Kemper | 2008-01-07 | 1 | -4/+3 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Add :default option to time_zone_select. Closes #10590. | Jeremy Kemper | 2007-12-21 | 1 | -0/+28 |
* | Ruby 1.9 compat: note failing form options helper test, probably in html-scanner | Jeremy Kemper | 2007-12-21 | 1 | -0/+1 |
* | Remove Great Britain from the Country select helper to ensure consistency wit... | Michael Koziarski | 2007-12-05 | 1 | -3/+0 |
* | Add 'disabled' attribute to <OPTION> separators used in time zone and country... | Rick Olson | 2007-12-04 | 1 | -6/+6 |
* | Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r... | Michael Koziarski | 2007-10-15 | 1 | -21/+751 |
* | Test fix (closes #6911) | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237... | Jeremy Kemper | 2007-06-13 | 1 | -2/+26 |
* | select :include_blank option can be set to a string instead of true, which ju... | Jeremy Kemper | 2007-05-18 | 1 | -0/+56 |
* | select :multiple => true suffixes the attribute name with [] unless already s... | Jeremy Kemper | 2007-01-28 | 1 | -0/+19 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -1/+1 |
* | Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. | Jeremy Kemper | 2006-05-09 | 1 | -0/+4 |
* | Change form_for and fields_for method signatures to take object name and obje... | Marcel Molina | 2005-12-02 | 1 | -3/+3 |
* | Introduce :selected option to the select helper. Allows you to specify a sel... | Jeremy Kemper | 2005-11-23 | 1 | -0/+18 |
* | Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w... | David Heinemeier Hansson | 2005-11-13 | 1 | -0/+60 |
* | options_for_select allows any objects which respond_to? :first and :last rath... | Jeremy Kemper | 2005-11-10 | 1 | -6/+16 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 1 | -34/+34 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 1 | -6/+6 |
* | Added :prompt option to FormOptions#select (and the users of it, like FormOpt... | David Heinemeier Hansson | 2005-07-03 | 1 | -0/+36 |
* | Added cuba to country list #1351 [todd] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Its Iraq, not Irak #1443 [ivan] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_... | David Heinemeier Hansson | 2005-05-22 | 1 | -3/+2 |
* | Fixed DateHelper to return values on the option tags such that they'll work p... | David Heinemeier Hansson | 2005-04-17 | 1 | -15/+18 |
* | Fixed options_for_select on selected line issue #624 [Florian Weber] | David Heinemeier Hansson | 2005-03-15 | 1 | -0/+11 |
* | Fixed that form helpers would treat string and symbol keys differently in htm... | David Heinemeier Hansson | 2005-03-06 | 1 | -10/+14 |
* | Fixed tests | David Heinemeier Hansson | 2005-02-24 | 1 | -64/+64 |
* | Fixed tests | David Heinemeier Hansson | 2005-02-23 | 1 | -1/+3 |
* | Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti... | David Heinemeier Hansson | 2005-02-23 | 1 | -0/+158 |
* | Fixed a few tests | David Heinemeier Hansson | 2005-02-19 | 1 | -1/+1 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+165 |