aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-1880/+0
* Fix name of nested attributes option include_idEric Hankins2013-06-191-2/+2
* Added documentation to the FormBuilder class, should helpwangjohn2013-04-061-2/+55
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-16/+0
|\
| * Remove duplicated accepts_nested_attributes descriptionma2gedev2013-03-221-16/+0
* | Allow pass multipart option to form_forGrzegorz Derebecki2013-03-171-1/+1
|/
* Missing or unneeded require extract_optionsAkira Matsuda2013-02-011-1/+0
* Fix JavaScript syntax in code comment [ci skip]Ryunosuke SATO2013-01-291-4/+4
* Merge pull request #8623 from virusman/form_helpers_collectionproxy_fixJon Leighton2013-01-111-1/+1
|\
| * Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor...virusman2012-12-271-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-4/+4
|\ \
| * | PUT => PATCHAkira Matsuda2013-01-031-4/+4
| |/
* | Refactor the logic that checks whether or not to emit the hidden id fieldCarlos Antonio da Silva2013-01-061-7/+6
* | Move the hidden :id field logic to where it belongs toCarlos Antonio da Silva2013-01-061-6/+9
* | Eliminate the usage of parent_builder option from form_forCarlos Antonio da Silva2013-01-061-19/+15
* | Do not call fields_for from form_for, to avoid instantiating two buildersCarlos Antonio da Silva2013-01-061-5/+5
* | Merge pull request #8705 from amparo-luna/change_update_attributes_to_updateGuillermo Iguaran2013-01-031-4/+4
|\ \
| * | Change docs to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-4/+4
| |/
* | take into account multipart when calculating tag attributesAaron Patterson2013-01-021-4/+7
* | ask the form builder for form tag attributesAaron Patterson2013-01-021-2/+3
* | do not mutate the options hash (when we do not need to)Aaron Patterson2013-01-021-2/+2
|/
* repeating documentation for form helpersThiago Pinto2012-12-091-18/+406
* API reader should look elsewhere for helper instructionsThiago Pinto2012-12-061-0/+24
* complementary options guidelines for f.file_field and file_field_tagThiago Pinto2012-12-061-0/+6
* adding example for f.file_inputThiago Pinto2012-12-061-0/+3
* adding example for f.file_inputThiago Pinto2012-12-061-0/+3
* correct bad jquery syntaxThiago Pinto2012-12-061-2/+2
* copy edits [ci skip]Vijay Dev2012-12-041-2/+1
* Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-2/+0
* Fixes wrong typo on FormHelper [ci skip]Alvaro Pereyra2012-12-011-1/+1
* Cleans documentation from Helpers [ci skip]Alvaro Pereyra2012-12-011-2/+3
* document :hidden_field_id option for fields_forYves Senn2012-11-241-0/+5
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-2/+2
* More Ruby 1.9 hash syntax.Rafael Mendonça França2012-10-061-52/+47
* We don't need to check blank? here.Rafael Mendonça França2012-10-061-1/+1
* copy edits 137e5d9Xavier Noria2012-09-181-1/+1
* Add extra documentation for password_fieldArek W2012-09-181-1/+1
* Add ActionView::ModelNamingPiotr Sarnacki2012-08-281-3/+3
* Fix documentation mistakesJanko Marohnić2012-08-211-3/+3
* check for nil or empty record in form_forschneems2012-08-101-0/+1
* Allow data attributes to be set as a first-level option for form_for, so you ...David Heinemeier Hansson2012-08-081-0/+19
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Remove ActiveModel dependency from ActionPackGuillermo Iguaran2012-06-301-13/+8
* fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-1/+1
* Add rdoc to phone_field Gaurish Sharma2012-06-161-0/+1
* accept a block in button helper.Yuki Nishijima2012-06-051-2/+13
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-231-1/+1
|\