| Commit message (Expand) | Author | Age | Files | Lines |
* | * url_for now accepts a series of symbols representing the namespace of the r... | Tobias Lütke | 2007-07-19 | 1 | -0/+29 |
* | Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237... | Jeremy Kemper | 2007-06-13 | 1 | -13/+29 |
* | More nested polymorphic url helper fixes. Closes #6432, references #8601. | Jeremy Kemper | 2007-06-07 | 1 | -23/+10 |
* | Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432. | Jeremy Kemper | 2007-06-06 | 1 | -10/+18 |
* | Resources: url_for([parent, child]) generates /parents/1/children/2 for the n... | Jeremy Kemper | 2007-06-05 | 1 | -4/+53 |
* | Remove junk form helper test. Closes #8416 [eric_oconnell] | Jeremy Kemper | 2007-06-05 | 1 | -7/+0 |
* | Added option to suppress :size when using :maxlength for FormTagHelper#text_f... | David Heinemeier Hansson | 2007-05-24 | 1 | -0/+6 |
* | Clean up the simply_helpful merge. | Jeremy Kemper | 2007-05-18 | 1 | -2/+2 |
* | Added record identifications to FormHelper#form_for and PrototypeHelper#remot... | David Heinemeier Hansson | 2007-05-14 | 1 | -10/+55 |
* | Removed deprecated parameters_for_method_reference concept (legacy from befor... | David Heinemeier Hansson | 2007-05-12 | 1 | -3/+17 |
* | fix form_for example in ActionController::Resources documentation. Closes #7... | Rick Olson | 2007-02-04 | 1 | -1/+1 |
* | Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH] | David Heinemeier Hansson | 2007-01-29 | 1 | -0/+2 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -1/+1 |
* | Add error_messages and error_message_on to the default FormBuilder. Closes #6... | Michael Koziarski | 2007-01-26 | 1 | -2/+26 |
* | Allow fields_for to be nested in form_for | Jamis Buck | 2007-01-17 | 1 | -3/+30 |
* | Revert failing test from [5847]. | Jeremy Kemper | 2007-01-08 | 1 | -5/+0 |
* | Fixed that webrick would strip leading newlines and hang connection (closes #... | David Heinemeier Hansson | 2007-01-05 | 1 | -0/+5 |
* | Premature commit | David Heinemeier Hansson | 2006-11-30 | 1 | -6/+0 |
* | Fixed that script/server running against Mongrel should tail the proper log r... | David Heinemeier Hansson | 2006-11-30 | 1 | -0/+6 |
* | Set ActionView::Base.default_form_builder once rather than passing the :build... | Jeremy Kemper | 2006-11-03 | 1 | -1/+25 |
* | Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of... | Rick Olson | 2006-10-24 | 1 | -1/+1 |
* | Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+6 |
* | Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp... | Rick Olson | 2006-07-18 | 1 | -0/+18 |
* | Expanded :method option in FormHelper#form_tag to allow for verbs other than ... | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+21 |
* | form.text_area handles the :size option just like the original text_area (:si... | Jeremy Kemper | 2006-05-11 | 1 | -0/+7 |
* | finish form_for change, allow hash as the second param: form_for :post, :url ... | Rick Olson | 2006-03-26 | 1 | -6/+6 |
* | Change #form_for and #fields_for so that the second argument is not required ... | Rick Olson | 2006-03-26 | 1 | -1/+38 |
* | Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+19 |
* | Fixed that form elements would strip the trailing [] from the first parameter... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+7 |
* | Remove over-engineered form_for code for a leaner implementation. | Nicholas Seckar | 2006-02-11 | 1 | -7/+7 |
* | Add :html option for specifying form tag options in form_for | Sam Stephenson | 2006-02-08 | 1 | -0/+19 |
* | Don't interpret the :value option on text_area as an html attribute. Set the ... | Marcel Molina | 2006-02-08 | 1 | -1/+8 |
* | Fix remote_form_for creates a non-ajax form. Closes #3741. | Nicholas Seckar | 2006-02-06 | 1 | -1/+1 |
* | Add :builder => option to form_for and friends. Closes 3268. | Nicholas Seckar | 2006-02-04 | 1 | -0/+75 |
* | Change form_for and fields_for method signatures to take object name and obje... | Marcel Molina | 2005-12-02 | 1 | -5/+5 |
* | Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w... | David Heinemeier Hansson | 2005-11-13 | 1 | -5/+74 |
* | Ensure radio_button works as expected with values other than strings. | Michael Koziarski | 2005-10-14 | 1 | -0/+6 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 1 | -35/+35 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 1 | -7/+7 |
* | Added that nil options are not included in tags, so tag("p", :ignore => nil) ... | David Heinemeier Hansson | 2005-07-09 | 1 | -3/+3 |
* | Added that UrlHelper#mail_to will now also encode the default link title #749... | David Heinemeier Hansson | 2005-07-02 | 1 | -6/+6 |
* | Fixed that FormHelper#checkbox should return a checked checkbox if the value ... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+8 |
* | Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko] | David Heinemeier Hansson | 2005-04-30 | 1 | -4/+4 |
* | Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB] | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+5 |
* | Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr... | David Heinemeier Hansson | 2005-04-10 | 1 | -4/+4 |
* | Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+1 |
* | Fixed that form helpers would treat string and symbol keys differently in htm... | David Heinemeier Hansson | 2005-03-06 | 1 | -25/+32 |
* | Applied the dblack patch | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+26 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+6 |
* | Added FormHelper#radio_button to work with radio buttons like its already pos... | David Heinemeier Hansson | 2004-12-14 | 1 | -0/+10 |