aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency from _template.José Valim2011-05-011-1/+1
* Start abstracting the renderer.José Valim2011-05-011-0/+5
* Allow a label with the value option to have value-specific translations.Jason Garber2011-04-271-1/+2
* attribute should be attributesJosé Valim2011-04-141-1/+1
* Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHubJosé Valim2011-04-141-2/+3
* Allow FormHelper#form_for to specify the :method as a direct option instead o...David Heinemeier Hansson2011-03-261-2/+13
* fix typosAkira Matsuda2011-03-071-2/+2
* Allow model to be inherited from Hash [#6487 state:resolved]Alexander Uvarov2011-03-061-3/+4
* Add an option to FormBuilder to omit hidden field with idAlexander Uvarov2011-03-041-2/+22
* fields_for with inline blocks and nested attributes already persisted does no...Santiago Pastorino2011-02-081-10/+7
* put authenticity_token option in parity w/ remoteDan Pickett2011-02-061-4/+5
* Added tests for form_for and an authenticity_token option. Added docs for for...Timothy N. Tsvetkov2011-02-051-0/+18
* removing generation of id in submit helperFranco Brusatti2011-02-031-1/+1
* Remove InstanceTagMethods module and define the methods inside the InstanceTa...Santiago Pastorino2011-01-091-7/+2
* Remove nodoc from FormBuilder because the methods inside are public API methodsRyan Bigg2010-12-131-1/+1
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-2/+2
* Revert "Remove deprecated form_for with strings or symbols"José Valim2010-11-181-3/+9
* Remove deprecated form_for with strings or symbolsLeonardo Capillera2010-11-181-9/+3
* Add f.submit to forms just to show the most common use caseSantiago Pastorino2010-11-141-0/+12
* Merge branch 'spastorino-master'Santiago Pastorino2010-11-141-2/+2
|\
| * This doesn't make sense hereSantiago Pastorino2010-11-141-2/+2
* | Add empty line between previous method and RDoc of submit to allow RDoc appea...Santiago Pastorino2010-11-141-0/+1
|/
* fields_for should treat ActiveRecord::Relation as an arrayNeeraj Singh2010-11-111-2/+2
* Just initialize options with an empty hashSantiago Pastorino2010-11-031-2/+1
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-2/+3
* Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...Santiago Pastorino2010-10-101-8/+3
* Fixing search_field to remove object attribute from options hash [#5730 state...Aditya Sanghi2010-10-021-1/+1
* tag value can be false, so nil? check is necessaryAaron Patterson2010-09-291-1/+1
* no need to check for nil?Neeraj Singh2010-09-301-2/+2
* Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...José Valim2010-09-291-14/+17
* Ask if the instance variable is defined before asking for it, avoid *many* wa...Emilio Tagua2010-09-281-1/+5
* Define @emitted_hidden_id if it doesn't exists and reuse it if it does.Emilio Tagua2010-09-271-1/+1
* We don't need to check if the format exists to generate the url, it already d...Carlos Antonio da Silva2010-09-261-8/+7
* More cleanup on form helpersCarlos Antonio da Silva2010-09-261-11/+12
* Remove last tests with deprecated form_for and cleanup form_for helperCarlos Antonio da Silva2010-09-261-4/+2
* Refactor form_for helperCarlos Antonio da Silva2010-09-261-21/+11
* resolves rdoc conflictXavier Noria2010-09-231-4/+6
|\
| * Document form_for behaviour when using file_field inside the blockJoost Baaij2010-09-211-1/+3
| * Typosrspeicher2010-09-151-3/+3
* | file_field propagates up multipart property even inside of fields_forSantiago Pastorino2010-09-201-8/+13
* | removing some warningsAaron Patterson2010-09-181-2/+2
* | freeze is not necessaryAaron Patterson2010-09-181-3/+3
* | argument error is done for usAaron Patterson2010-09-181-2/+0
* | file_field makes the enclosing form multipartSantiago Pastorino2010-09-181-19/+36
|/
* Change singular to param_key in form_helper, param_key is now used for genera...Piotr Sarnacki2010-09-111-2/+2
* Simplify form_for by removing *args and extract_options! (at asakusa.rb)wycats2010-09-091-15/+16
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-031-5/+5
* Added :format option for form_for helper and spec for this [#5226 state:resol...Alex Chrome2010-09-011-1/+9
* Speed up form_for by specializing extract_options! (at asakusa.rb)wycats2010-08-311-6/+8
* password_field renders with nil value by defaultSantiago Pastorino2010-08-281-5/+5