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 explicit names on multiple file fields
Ryan McGeary
2013-04-05
1
-8
/
+7
*
Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets
Carlos Antonio da Silva
2013-03-09
1
-1
/
+1
*
Do not call fields_for from form_for, to avoid instantiating two builders
Carlos Antonio da Silva
2013-01-06
1
-8
/
+6
*
Merge pull request #8108 from Casecommons/fix-multiple-and-index-in-instance-tag
Rafael Mendonça França
2012-11-08
1
-1
/
+3
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
1
-1
/
+7
*
Merge pull request #5622 from rafaelfranca/fix-2492-3-2
Jeremy Kemper
2012-03-27
1
-2
/
+3
|
\
|
*
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
1
-10
/
+5
|
*
Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.
Andrey Samsonov
2012-03-27
1
-2
/
+8
*
|
Don't break Haml with textarea newline fix.
James Coleman
2012-03-27
1
-1
/
+1
|
/
*
Add a new line after the textarea opening tag.
Rafael Mendonça França
2012-02-27
1
-1
/
+1
*
don't set the hidden checkbox value if it's nil
Damien Mathieu
2012-01-27
1
-1
/
+1
*
check_box helper with :disabled => true generates disabled hidden field. fixe...
Tadas Tamošauskas
2012-01-27
1
-1
/
+1
*
fix adding field_with_errors to date selects, closes #3487
Vasiliy Ermolovich
2011-12-20
1
-1
/
+2
*
Add button_tag support to ActionView::Helpers::FormBuilder.
Will Farrington
2011-12-11
1
-0
/
+33
*
form_for with +:as+ option uses "action_as" as css class and id
Vasiliy Ermolovich
2011-12-04
1
-2
/
+2
*
minor typo fix
Vijay Dev
2011-12-01
1
-1
/
+1
*
add namespace options to form_for
Vasiliy Ermolovich
2011-11-27
1
-2
/
+9
*
fix label with block in erb
lest
2011-11-27
1
-2
/
+2
*
Fix impractical I18n lookup in nested fields_for
Alexander Uvarov
2011-11-17
1
-1
/
+9
*
Docs cosmetic fixes in Action View form_helper.rb
Alexey Vakhov
2011-11-06
1
-2
/
+2
*
Remove 'size' attribute from number_field form helper fixes #3454
Waseem Ahmad
2011-11-04
1
-0
/
+2
*
Rename new method to_path to to_partial_path to avoid conflicts with File#to_...
José Valim
2011-08-01
1
-4
/
+4
*
Rename class method to_path to _to_path and make it explicit that it is an in...
José Valim
2011-07-28
1
-2
/
+2
*
Merge pull request #2034 from Casecommons/to_path
José Valim
2011-07-28
1
-2
/
+6
|
\
|
*
Let ActiveModel instances define partial paths.
Grant Hutchins & Peter Jaros
2011-07-25
1
-2
/
+6
*
|
Merge pull request #2095 from dgeb/issue-2094
Aaron Patterson
2011-07-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fixed problem in which options[:html][:remote] would be overridden in form_fo...
Dan Gebhardt
2011-07-15
1
-1
/
+1
*
|
Missed a few instances of British English spelling in the last commit
Oemuer Oezkir
2011-07-24
1
-1
/
+1
*
|
Changed a few instances of of words in the API docs written in British Englis...
Oemuer Oezkir
2011-07-24
1
-2
/
+2
*
|
little details seen while doing a pass through what's new in docrails
Xavier Noria
2011-07-23
1
-6
/
+6
*
|
Update form helper documentation to match code.
Paul Battley
2011-07-19
1
-2
/
+2
*
|
minor corrections in form helpers guide and api docs
Vijay Dev
2011-07-20
1
-2
/
+2
*
|
examples for telephone_field, url_field and email_field
Ray Baxter
2011-07-17
1
-0
/
+12
*
|
document options to search_field
Ray Baxter
2011-07-17
1
-1
/
+22
*
|
use correct in description
Ray Baxter
2011-07-17
1
-1
/
+1
|
/
*
Don't require ActionView::Context as it's autoloaded
Andrew White
2011-07-01
1
-1
/
+0
*
Add missing requires for ActionView::Context and Module#instance_method_names
Andrew White
2011-07-01
1
-0
/
+2
*
Revert "Add method fields_for_with_index to FormHelper"
José Valim
2011-07-01
1
-18
/
+6
*
Fixed ActionView::FormOptionsHelper#select with :multiple => false
Bogdan Gusiev
2011-06-30
1
-1
/
+1
*
Test for extractable_options? within nested fields_for.
Sam Pohlenz
2011-06-20
1
-1
/
+1
*
Typo.
R.T. Lechow
2011-06-16
1
-2
/
+2
*
form => form_for
Vijay Dev
2011-06-15
1
-1
/
+1
*
Clarify importance of *_attributes= writer methods for nested fields
Christine Yen
2011-06-15
1
-8
/
+12
*
The example in the API docs incorrectly indicated that form_for would use the...
Mark Roghelia
2011-05-31
1
-2
/
+2
*
Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHub
José Valim
2011-05-22
1
-0
/
+1
*
Add method fields_for_with_index to FormHelper
Jorge Bejar
2011-05-21
1
-0
/
+19
*
Use record_name to make fields for methods more consistent
Carlos Antonio da Silva
2011-05-14
1
-6
/
+6
*
Refactor fields_for to make the api more clear, and fix usage with non nested...
Carlos Antonio da Silva
2011-05-14
1
-26
/
+19
*
Cleanup instantiate builder method definition
Carlos Antonio da Silva
2011-05-14
1
-5
/
+2
*
Remove dependency from _template.
José Valim
2011-05-01
1
-1
/
+1
[next]