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
/
actionpack
/
lib
/
action_view
/
helpers
/
form_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix documentation mistakes
Janko Marohnić
2012-08-21
1
-3
/
+3
*
check for nil or empty record in form_for
schneems
2012-08-10
1
-0
/
+1
*
Allow data attributes to be set as a first-level option for form_for, so you ...
David Heinemeier Hansson
2012-08-08
1
-0
/
+19
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Remove ActiveModel dependency from ActionPack
Guillermo Iguaran
2012-06-30
1
-13
/
+8
*
fixes a few mistakes in api docs [ci skip]
Vijay Dev
2012-06-22
1
-1
/
+1
*
Add rdoc to phone_field
Gaurish Sharma
2012-06-16
1
-0
/
+1
*
accept a block in button helper.
Yuki Nishijima
2012-06-05
1
-2
/
+13
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-23
1
-1
/
+1
|
\
|
*
Revert "Remove blank trailing comments"
Vijay Dev
2012-05-23
1
-0
/
+11
|
*
Fix incorrect example for fields_for - without the '=' it will not output any...
David Morton
2012-05-22
1
-1
/
+1
|
*
Remove blank trailing comments
Henrik Hodne
2012-05-20
1
-11
/
+0
*
|
Add several HTML5 input helpers
Carlos Galdino
2012-05-21
1
-0
/
+68
*
|
Add HTML5 input[type="color"] helper
Carlos Galdino
2012-05-21
1
-0
/
+9
|
/
*
Add HTML5 input[type="time"] helper
Alex Soulim
2012-05-18
1
-0
/
+17
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-5
/
+0
*
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-0
/
+1
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
1
-1
/
+7
*
Missed checked in Form Helper example
Alexey Vakhov
2012-04-24
1
-1
/
+1
*
Fix example in ActionView::Helpers::FormHelper
Thibaut Courouble
2012-04-20
1
-1
/
+1
*
Add index method to FormBuilder. Useful when you use field_for and need to kn...
Jorge Bejar
2012-04-11
1
-5
/
+22
*
Properly deprecate the block argument in AV FormBuilder
Carlos Antonio da Silva
2012-03-23
1
-3
/
+9
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-13
1
-66
/
+138
|
\
|
*
Revised explanation of fields_for usage.
Mark Thomson
2012-03-11
1
-10
/
+39
|
*
Added clarification to description of how initial form values are derived.
Mark Thomson
2012-03-10
1
-1
/
+2
|
*
Revised explanation of form_for usage
Mark Thomson
2012-03-10
1
-53
/
+84
|
*
Additional preamble comments in form_helper.rb.
Mark Thomson
2012-03-08
1
-7
/
+18
|
*
Small correction to the description of the role of the form builder.
Mark Thomson
2012-03-08
1
-1
/
+1
*
|
Fix unintended removal of 'cols' from a text_area example.
Philip Arndt
2012-03-12
1
-1
/
+1
*
|
Fixes #5324 by removing default size options from input:text and default cols...
Philip Arndt
2012-03-10
1
-15
/
+15
|
/
*
simplify namespace assignment in fields_for
Sergey Nartimov
2012-03-02
1
-1
/
+1
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-1
/
+1
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-02-18
1
-5
/
+5
|
\
|
*
Update f.button docs to reflect real label implementation
Carlos Antonio da Silva
2012-02-14
1
-5
/
+5
*
|
Add HTML5 input[type="date"] helper
Olek Janiszewski
2012-02-12
1
-0
/
+18
|
/
*
Refactor FormBuilder arguments and default config
Carlos Antonio da Silva
2012-01-18
1
-10
/
+7
*
Use block syntax to avoid code duplication
Rafael Mendonça França
2012-01-17
1
-3
/
+3
*
Do not need of ActionView::Helpers scope since we are inside
Rafael Mendonça França
2012-01-17
1
-14
/
+14
*
Remove unused code
Rafael Mendonça França
2012-01-17
1
-39
/
+0
*
Cleanup
Rafael Mendonça França
2012-01-17
1
-72
/
+1
*
Remove unused code
Rafael Mendonça França
2012-01-17
1
-31
/
+0
*
Extract RangeField
Rafael Mendonça França
2012-01-17
1
-11
/
+1
*
Extract NumberField
Rafael Mendonça França
2012-01-17
1
-1
/
+1
*
Extract EmailField
Rafael Mendonça França
2012-01-17
1
-1
/
+1
*
Extract UrlField
Rafael Mendonça França
2012-01-17
1
-1
/
+1
*
Extract TelField
Rafael Mendonça França
2012-01-17
1
-1
/
+1
*
Extract SearchField
Rafael Mendonça França
2012-01-17
1
-14
/
+1
[next]