index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
lib
/
action_view
/
helpers
/
form_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Fix which method `FormHelper#date_field` try to call
yui-knk
2015-09-27
1
-1
/
+1
*
Merge pull request #21431 from ojab/master
Rafael Mendonça França
2015-09-26
1
-1
/
+8
|
\
|
*
Handle nested fields_for by adding indexes to record_name
ojab
2015-08-30
1
-1
/
+8
*
|
Correcting output of `file_field` with `multiple` attribute option [ci skip]
amitkumarsuroliya
2015-09-22
1
-2
/
+2
*
|
No need the `a`
shingo.nakanishi
2015-09-17
1
-2
/
+2
*
|
Fixed helpers submit button Examples [ci skip]
shingo.nakanishi
2015-09-17
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-05-08
1
-0
/
+1
|
\
|
*
[ci skip] Add an example to ActionView::Helpers::FormBuilder#label
yui-knk
2015-05-08
1
-0
/
+1
*
|
[ci skip] Fix example codes of form_for method
yui-knk
2015-05-02
1
-26
/
+36
*
|
Override default form builder for a controller
Kevin McPhillips
2015-04-13
1
-1
/
+3
|
/
*
Accept lambda as child_index option in #fields_for method
Karol Galanciak
2015-04-05
1
-1
/
+5
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-03-26
1
-0
/
+1
|
\
|
*
[ci skip] Add a line between code example and docs
yui-knk
2015-03-21
1
-0
/
+1
*
|
Rework form helper example to use Person.new
Carlos Antonio da Silva
2015-03-21
1
-3
/
+3
*
|
[ci skip] Check a result of `valid?` instead of `create`
yui-knk
2015-03-21
1
-1
/
+2
|
/
*
Fix typos in ActionView::Helpers::FormBuilder comment [ci skip]
Yu Haidong
2015-02-26
1
-1
/
+2
*
Use a name that better reflect the return value
Rafael Mendonça França
2015-02-20
1
-2
/
+2
*
Merge pull request #17138 from jpcody/rename_default_form_builder
Rafael Mendonça França
2015-02-20
1
-2
/
+2
|
\
|
*
Rename default_form_builder to avoid collision
Joshua Cody
2014-10-01
1
-2
/
+2
*
|
Remove RecordTagHelper, add extraction notices
Todd Bealmear
2015-02-16
1
-0
/
+2
*
|
Follow up to #17973 [ci skip]
Robin Dupret
2015-01-02
1
-9
/
+10
*
|
Add a hidden_field on the file_field
Mauro George
2015-01-02
1
-0
/
+17
*
|
Bugfix config.action_view.default_form_builder option
Bogdan Gusiev
2014-12-01
1
-1
/
+3
*
|
Merge pull request #17685 from claudiob/document-form-for-extra-options
Rafael Mendonça França
2014-11-20
1
-0
/
+15
|
\
\
|
*
|
Document *all* the options accepted by form_for
claudiob
2014-11-20
1
-0
/
+15
*
|
|
Add `:enforce_utf8` option to form_for
claudiob
2014-11-20
1
-0
/
+3
|
/
/
*
/
Fix typo at form_helper docs [ci skip]
Pablo Herrero
2014-10-29
1
-2
/
+2
|
/
*
Remove wrapping <div> in form helpers from doc
claudiob
2014-09-22
1
-13
/
+5
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-08-19
1
-1
/
+1
|
\
|
*
Uppercase HTML in docs.
Hendy Tanata
2014-08-08
1
-1
/
+1
*
|
Merge pull request #15889 from carnesmedia/model-name
Rafael Mendonça França
2014-08-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-2
/
+2
*
|
Add String support for min/max attributes on DatetimeField
Todd Bealmear
2014-06-30
1
-0
/
+48
*
|
Tiny documentation fixes [ci skip]
Robin Dupret
2014-06-29
1
-1
/
+1
|
/
*
call `capture` fewer times from `form_for`
Aaron Patterson
2014-06-02
1
-1
/
+2
*
:cry::gun: use an empty hash for magical speed.
Aaron Patterson
2014-05-12
1
-1
/
+5
*
Add test for using ActionView::Helpers::FormHelper.label with block and html
Zachary Scott
2014-04-22
1
-0
/
+1
*
Fix 'fields_for' doc typo.
Cakey | Buddy Magsipoc
2014-03-10
1
-2
/
+2
*
Switched to use `display:none` in extra_tags_for_form method.
Gaelian Ditchburn
2014-01-05
1
-4
/
+4
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-2
/
+2
*
Merge pull request #13138 from gsamokovarov/remove-cattr-requires
Guillermo Iguaran
2013-12-02
1
-1
/
+1
|
\
|
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
|
Make ActionView::Tags loading tread safe
Rafael Mendonça França
2013-12-02
1
-1
/
+0
|
/
*
Fix typo in form_helper.rb
Adam Jahnke
2013-10-16
1
-1
/
+1
*
form_for - fix :namespace and :as options clash
Adam Niedzielski
2013-09-09
1
-1
/
+2
*
Remove `FormBuilder` deprecation warning about block argument and associated ...
Vipul A M
2013-07-02
1
-5
/
+1
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
1
-0
/
+1880