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
*
Add `form_with_generates_remote_forms` config.
Kasper Timm Hansen
2017-04-16
1
-1
/
+3
*
Default embed_authenticity_token_in_remote_forms to nil.
Kasper Timm Hansen
2017-04-16
1
-6
/
+8
*
Fix module name [ci skip]
yuuji.yaginuma
2017-04-15
1
-10
/
+10
*
Close form_for tag in FormHelper API docs
Alex Muller
2017-04-13
1
-2
/
+2
*
do not mutate `object_name` of class in `fields_for`
yuuji.yaginuma
2016-12-27
1
-1
/
+2
*
fields: support attributes not on model.
Kasper Timm Hansen
2016-12-18
1
-0
/
+2
*
[ci skip] fields don't output ids by default anymore.
Kasper Timm Hansen
2016-12-18
1
-2
/
+2
*
form_with: allow methods outside the model.
Kasper Timm Hansen
2016-12-18
1
-1
/
+13
*
[ci skip] Replace remote with local in form_with doc.
Kasper Timm Hansen
2016-12-18
1
-1
/
+1
*
Make attributes output in html opt-in.
Kasper Timm Hansen
2016-12-18
1
-1
/
+1
*
Avoid invalid attribute on local forms generated by `form_with`
George Claghorn
2016-12-15
1
-4
/
+0
*
form_with/fields: Don't output ids by default
Kasper Timm Hansen
2016-12-13
1
-3
/
+28
*
Fix warning: method redefined; discarding old fields
Ryuta Kamizono
2016-11-25
1
-1
/
+1
*
form_helper typo fix [ci skip]
ota42y
2016-11-22
1
-1
/
+1
*
Add form_with to unify form_tag/form_for. (#26976)
Kasper Timm Hansen
2016-11-21
1
-2
/
+341
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
fix document for radio_button
shingo-nakanishi
2016-09-01
1
-1
/
+2
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-9
/
+9
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-13
/
+13
*
Change datetime to datetime-local helper tag
Herminio Torres
2016-06-21
1
-38
/
+7
*
Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"
eileencodes
2016-06-21
1
-18
/
+0
*
Fix a typo in `time_field` [ci skip]
Jake Worth
2016-06-05
1
-1
/
+1
*
Deprecate `datetime_field` and `datetime_field_tag` helpers.
Wojciech Wnętrzak
2016-03-31
1
-0
/
+4
*
Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...
Rafael Mendonça França
2016-03-05
1
-2
/
+0
*
html_safe is not supposed to be public API for AV. This change removes usage ...
Vipul A M
2016-01-20
1
-2
/
+2
*
downcase default submit button value's model name
Steven Spiel
2016-01-01
1
-0
/
+2
*
[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
[next]