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
*
Added documentation to the FormBuilder class, should help
wangjohn
2013-04-06
1
-2
/
+55
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-16
/
+0
|
\
|
*
Remove duplicated accepts_nested_attributes description
ma2gedev
2013-03-22
1
-16
/
+0
*
|
Allow pass multipart option to form_for
Grzegorz Derebecki
2013-03-17
1
-1
/
+1
|
/
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
1
-1
/
+0
*
Fix JavaScript syntax in code comment [ci skip]
Ryunosuke SATO
2013-01-29
1
-4
/
+4
*
Merge pull request #8623 from virusman/form_helpers_collectionproxy_fix
Jon Leighton
2013-01-11
1
-1
/
+1
|
\
|
*
Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor...
virusman
2012-12-27
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-4
/
+4
|
\
\
|
*
|
PUT => PATCH
Akira Matsuda
2013-01-03
1
-4
/
+4
|
|
/
*
|
Refactor the logic that checks whether or not to emit the hidden id field
Carlos Antonio da Silva
2013-01-06
1
-7
/
+6
*
|
Move the hidden :id field logic to where it belongs to
Carlos Antonio da Silva
2013-01-06
1
-6
/
+9
*
|
Eliminate the usage of parent_builder option from form_for
Carlos Antonio da Silva
2013-01-06
1
-19
/
+15
*
|
Do not call fields_for from form_for, to avoid instantiating two builders
Carlos Antonio da Silva
2013-01-06
1
-5
/
+5
*
|
Merge pull request #8705 from amparo-luna/change_update_attributes_to_update
Guillermo Iguaran
2013-01-03
1
-4
/
+4
|
\
\
|
*
|
Change docs to use update instead of update_attributes
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-4
/
+4
|
|
/
*
|
take into account multipart when calculating tag attributes
Aaron Patterson
2013-01-02
1
-4
/
+7
*
|
ask the form builder for form tag attributes
Aaron Patterson
2013-01-02
1
-2
/
+3
*
|
do not mutate the options hash (when we do not need to)
Aaron Patterson
2013-01-02
1
-2
/
+2
|
/
*
repeating documentation for form helpers
Thiago Pinto
2012-12-09
1
-18
/
+406
*
API reader should look elsewhere for helper instructions
Thiago Pinto
2012-12-06
1
-0
/
+24
*
complementary options guidelines for f.file_field and file_field_tag
Thiago Pinto
2012-12-06
1
-0
/
+6
*
adding example for f.file_input
Thiago Pinto
2012-12-06
1
-0
/
+3
*
adding example for f.file_input
Thiago Pinto
2012-12-06
1
-0
/
+3
*
correct bad jquery syntax
Thiago Pinto
2012-12-06
1
-2
/
+2
*
copy edits [ci skip]
Vijay Dev
2012-12-04
1
-2
/
+1
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+0
*
Fixes wrong typo on FormHelper [ci skip]
Alvaro Pereyra
2012-12-01
1
-1
/
+1
*
Cleans documentation from Helpers [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+3
*
document :hidden_field_id option for fields_for
Yves Senn
2012-11-24
1
-0
/
+5
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-2
/
+2
*
More Ruby 1.9 hash syntax.
Rafael Mendonça França
2012-10-06
1
-52
/
+47
*
We don't need to check blank? here.
Rafael Mendonça França
2012-10-06
1
-1
/
+1
*
copy edits 137e5d9
Xavier Noria
2012-09-18
1
-1
/
+1
*
Add extra documentation for password_field
Arek W
2012-09-18
1
-1
/
+1
*
Add ActionView::ModelNaming
Piotr Sarnacki
2012-08-28
1
-3
/
+3
*
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
[next]