aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'rails/master'Xavier Noria2010-04-061-4/+67
|\
| * Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+58
| * changed from :object_name to :as on form_for apiSantiago Pastorino2010-04-051-7/+7
| * deprecate form_for(symbol_or_string, ...) in favor of :object_name optionSantiago Pastorino2010-04-051-4/+9
* | We don't need explicit :url => { :action => "create" } in form_for when follo...Rizwan Reza2010-04-051-7/+7
|/
* :action => "create" added to form_for with name only to show appropiate behaviorSantiago Pastorino2010-04-031-6/+6
* :action => "update" used in a non RESTful way confusesSantiago Pastorino2010-04-031-11/+11
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-0/+1
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge branch 'master' into docrailswycats2010-03-261-3/+3
|\
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-3/+3
* | Update of block helpers examples in form_helper.rbJeroen van Dijk2010-03-131-32/+32
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-19/+29
|\|
| * Make form helpers work with <%= wycats2010-03-091-7/+16
| * 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-9/+8
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-8/+12
|\|
| * Fix nested attributes with specified collection.José Valim2010-02-071-7/+11
| * More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-041-17/+4
|\|
| * Configuration values should be on AV::Base.José Valim2010-02-021-17/+4
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-011-2/+31
|\|
| * For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-2/+2
| * UJS documentation.Stefan Penner2010-01-311-0/+27
| * form_for should pass :remote to form_tag through html_optionsStephen St. Martin2010-01-311-0/+2
* | Merge remote branch 'mainstream/master'Pratik Naik2010-01-311-20/+16
|\|
| * Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-20/+16
* | Merge remote branch 'mainstream/master'Pratik Naik2010-01-281-16/+20
|\|
| * Applied Yehuda's patch; Sharing extract_object_name_for_form! between form_he...Bob Remeika2010-01-271-16/+20
* | Fixing up that _delete is no longer used on the form helper for accepts_neste...Mikel Lindsaar2010-01-241-4/+4
|/
* Allow f.submit to be localized per object.José Valim2010-01-151-2/+14
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-1/+1
* Add documentation to f.submit and make scaffold generators use the new shortcut.José Valim2010-01-141-15/+34
* Custom 'type' attribute support for text_field. [#3646 status:resolved]Stephen Celis2010-01-141-1/+1
* Make check boxes accept :multiple as option so they can handle collections (s...José Valim2010-01-141-1/+6
* Call :to_model before working with the object.José Valim2010-01-141-6/+11
* Add possibility to use i18n translatios in submit FormHelper.Carlos Antonio da Silva2010-01-141-3/+14
* Updated the documentation for helpers.label.José Valim2010-01-071-3/+3
* Use helpers.label instead of views.labels.José Valim2010-01-071-1/+1
* Do not enforce human_attribute_name as required API.José Valim2010-01-021-3/+6
* I18n label helper [#745 status:resolved]Carsten Gehling2010-01-021-3/+36
* Allow explicit placement of hidden id element for nested models.Will Read2009-11-151-2/+11
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-2/+2
* Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-7/+19
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+1
* Clean up initializer and some of the internals of PartialRendererYehuda Katz2009-08-091-0/+4
* Allow radio buttons to work with booleans.José Valim2009-08-081-2/+2
* Improve a path in _render_partialYehuda Katz2009-08-061-0/+4
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-201-2/+0