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
*
check_box helper with :disabled => true generates disabled hidden field. fixe...
Tadas Tamošauskas
2012-01-05
1
-1
/
+1
*
No need of html_safe here
Rafael Mendonça França
2012-01-04
1
-1
/
+1
*
fix use of FormBuilder.field_helpers
Sergey Nartimov
2012-01-02
1
-1
/
+1
*
removes the compatibility method Module#instance_method_names
Xavier Noria
2011-12-25
1
-2
/
+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
*
Start abstracting the renderer.
José Valim
2011-05-01
1
-0
/
+5
*
Allow a label with the value option to have value-specific translations.
Jason Garber
2011-04-27
1
-1
/
+2
*
attribute should be attributes
José Valim
2011-04-14
1
-1
/
+1
*
Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHub
José Valim
2011-04-14
1
-2
/
+3
*
Allow FormHelper#form_for to specify the :method as a direct option instead o...
David Heinemeier Hansson
2011-03-26
1
-2
/
+13
*
fix typos
Akira Matsuda
2011-03-07
1
-2
/
+2
*
Allow model to be inherited from Hash [#6487 state:resolved]
Alexander Uvarov
2011-03-06
1
-3
/
+4
*
Add an option to FormBuilder to omit hidden field with id
Alexander Uvarov
2011-03-04
1
-2
/
+22
[next]