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
...
*
Remove InstanceTagMethods module and define the methods inside the InstanceTa...
Santiago Pastorino
2011-01-09
1
-7
/
+2
*
Remove nodoc from FormBuilder because the methods inside are public API methods
Ryan Bigg
2010-12-13
1
-1
/
+1
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-2
/
+2
*
Revert "Remove deprecated form_for with strings or symbols"
José Valim
2010-11-18
1
-3
/
+9
*
Remove deprecated form_for with strings or symbols
Leonardo Capillera
2010-11-18
1
-9
/
+3
*
Add f.submit to forms just to show the most common use case
Santiago Pastorino
2010-11-14
1
-0
/
+12
*
Merge branch 'spastorino-master'
Santiago Pastorino
2010-11-14
1
-2
/
+2
|
\
|
*
This doesn't make sense here
Santiago Pastorino
2010-11-14
1
-2
/
+2
*
|
Add empty line between previous method and RDoc of submit to allow RDoc appea...
Santiago Pastorino
2010-11-14
1
-0
/
+1
|
/
*
fields_for should treat ActiveRecord::Relation as an array
Neeraj Singh
2010-11-11
1
-2
/
+2
*
Just initialize options with an empty hash
Santiago Pastorino
2010-11-03
1
-2
/
+1
*
Call html_escape in ERB::Util module and don't mix it in in the helpers
Santiago Pastorino
2010-10-18
1
-2
/
+3
*
Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...
Santiago Pastorino
2010-10-10
1
-8
/
+3
*
Fixing search_field to remove object attribute from options hash [#5730 state...
Aditya Sanghi
2010-10-02
1
-1
/
+1
*
tag value can be false, so nil? check is necessary
Aaron Patterson
2010-09-29
1
-1
/
+1
*
no need to check for nil?
Neeraj Singh
2010-09-30
1
-2
/
+2
*
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...
José Valim
2010-09-29
1
-14
/
+17
*
Ask if the instance variable is defined before asking for it, avoid *many* wa...
Emilio Tagua
2010-09-28
1
-1
/
+5
*
Define @emitted_hidden_id if it doesn't exists and reuse it if it does.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
We don't need to check if the format exists to generate the url, it already d...
Carlos Antonio da Silva
2010-09-26
1
-8
/
+7
*
More cleanup on form helpers
Carlos Antonio da Silva
2010-09-26
1
-11
/
+12
*
Remove last tests with deprecated form_for and cleanup form_for helper
Carlos Antonio da Silva
2010-09-26
1
-4
/
+2
*
Refactor form_for helper
Carlos Antonio da Silva
2010-09-26
1
-21
/
+11
*
resolves rdoc conflict
Xavier Noria
2010-09-23
1
-4
/
+6
|
\
|
*
Document form_for behaviour when using file_field inside the block
Joost Baaij
2010-09-21
1
-1
/
+3
|
*
Typos
rspeicher
2010-09-15
1
-3
/
+3
*
|
file_field propagates up multipart property even inside of fields_for
Santiago Pastorino
2010-09-20
1
-8
/
+13
*
|
removing some warnings
Aaron Patterson
2010-09-18
1
-2
/
+2
*
|
freeze is not necessary
Aaron Patterson
2010-09-18
1
-3
/
+3
*
|
argument error is done for us
Aaron Patterson
2010-09-18
1
-2
/
+0
*
|
file_field makes the enclosing form multipart
Santiago Pastorino
2010-09-18
1
-19
/
+36
|
/
*
Change singular to param_key in form_helper, param_key is now used for genera...
Piotr Sarnacki
2010-09-11
1
-2
/
+2
*
Simplify form_for by removing *args and extract_options! (at asakusa.rb)
wycats
2010-09-09
1
-15
/
+16
*
Remove namespace for isolated namespaced models in forms
Piotr Sarnacki
2010-09-03
1
-5
/
+5
*
Added :format option for form_for helper and spec for this [#5226 state:resol...
Alex Chrome
2010-09-01
1
-1
/
+9
*
Speed up form_for by specializing extract_options! (at asakusa.rb)
wycats
2010-08-31
1
-6
/
+8
*
password_field renders with nil value by default
Santiago Pastorino
2010-08-28
1
-5
/
+5
*
type="password" for password_fields
Santiago Pastorino
2010-08-28
1
-4
/
+4
*
Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...
Santiago Pastorino
2010-08-27
1
-3
/
+8
*
Fix label form helper to use I18n and html options, without the need of 'nil'...
Carlos Antonio da Silva
2010-08-01
1
-3
/
+4
*
Makes form_helper use overriden model accessors
Santiago Pastorino
2010-08-01
1
-3
/
+3
*
doc: form_for does return output rather than merely evaluate its block
Wincent Colaiuta
2010-07-22
1
-4
/
+0
*
Moved a few methods from RecordIdentifier to ActiveModel::Naming
Piotr Sarnacki
2010-07-21
1
-5
/
+5
*
remove size attribute from tag generated by file_field helper [#5084 state:re...
Miles Egan
2010-07-13
1
-1
/
+1
*
Added documentation for usage of associative resources with form_for
Rizwan Reza
2010-07-01
1
-1
/
+11
*
Do not wrap hidden fields with error proc [#4962 state:resolved]
Carlos Antonio da Silva
2010-06-25
1
-1
/
+0
*
make text_field and hidden_field omit the value attribute if the developer ex...
Jeff Dean
2010-06-23
1
-4
/
+4
*
adds minus to value part of id [#4862 state:resolved]
RainerBlessing
2010-06-22
1
-1
/
+1
*
removed 'unless const_defined?' code smell
Josh Kalderimis
2010-06-21
1
-9
/
+9
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+1
|
\
[prev]
[next]