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
...
*
second pass to the intro rdoc of form_helper.rb
Xavier Noria
2010-04-11
1
-13
/
+55
*
removes some duplication in previous edit
Xavier Noria
2010-04-10
1
-5
/
+0
*
makes a pass to the intro rdoc of form_helper.rb, will revise form_for tomorrow
Xavier Noria
2010-04-10
1
-74
/
+38
*
form_for :as rubydoc and tidy up a bit the form_for doc
Santiago Pastorino
2010-04-10
1
-32
/
+19
*
Remove input, form, error_messages_for and error_message_on from the framewor...
José Valim
2010-04-10
1
-8
/
+0
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-2
/
+2
*
Merge commit 'rails/master'
Xavier Noria
2010-04-06
1
-4
/
+67
|
\
|
*
Added all the new HTML5 form types as individual form tag methods (search, ur...
David Heinemeier Hansson
2010-04-05
1
-0
/
+58
|
*
changed from :object_name to :as on form_for api
Santiago Pastorino
2010-04-05
1
-7
/
+7
|
*
deprecate form_for(symbol_or_string, ...) in favor of :object_name option
Santiago Pastorino
2010-04-05
1
-4
/
+9
*
|
We don't need explicit :url => { :action => "create" } in form_for when follo...
Rizwan Reza
2010-04-05
1
-7
/
+7
|
/
*
:action => "create" added to form_for with name only to show appropiate behavior
Santiago Pastorino
2010-04-03
1
-6
/
+6
*
:action => "update" used in a non RESTful way confuses
Santiago Pastorino
2010-04-03
1
-11
/
+11
*
Refactored url_for in AV to have its own instances of the helpers instead of ...
wycats
2010-04-03
1
-0
/
+1
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-3
/
+3
|
\
|
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-3
/
+3
*
|
Update of block helpers examples in form_helper.rb
Jeroen van Dijk
2010-03-13
1
-32
/
+32
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-19
/
+29
|
\
|
|
*
Make form helpers work with <%=
wycats
2010-03-09
1
-7
/
+16
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-3
/
+5
|
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-9
/
+8
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-02-14
1
-8
/
+12
|
\
|
|
*
Fix nested attributes with specified collection.
José Valim
2010-02-07
1
-7
/
+11
|
*
More html_safe strings now use the safe_concat method
Santiago Pastorino and José Ignacio Costa
2010-02-05
1
-1
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-02-04
1
-17
/
+4
|
\
|
|
*
Configuration values should be on AV::Base.
José Valim
2010-02-02
1
-17
/
+4
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-02-01
1
-2
/
+31
|
\
|
|
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-2
/
+2
|
*
UJS documentation.
Stefan Penner
2010-01-31
1
-0
/
+27
|
*
form_for should pass :remote to form_tag through html_options
Stephen St. Martin
2010-01-31
1
-0
/
+2
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-01-31
1
-20
/
+16
|
\
|
|
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-20
/
+16
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-01-28
1
-16
/
+20
|
\
|
|
*
Applied Yehuda's patch; Sharing extract_object_name_for_form! between form_he...
Bob Remeika
2010-01-27
1
-16
/
+20
*
|
Fixing up that _delete is no longer used on the form helper for accepts_neste...
Mikel Lindsaar
2010-01-24
1
-4
/
+4
|
/
*
Allow f.submit to be localized per object.
José Valim
2010-01-15
1
-2
/
+14
*
Move Dispatcher setup to Railties and add instrumentation hook.
José Valim
2010-01-15
1
-1
/
+1
*
Add documentation to f.submit and make scaffold generators use the new shortcut.
José Valim
2010-01-14
1
-15
/
+34
*
Custom 'type' attribute support for text_field. [#3646 status:resolved]
Stephen Celis
2010-01-14
1
-1
/
+1
*
Make check boxes accept :multiple as option so they can handle collections (s...
José Valim
2010-01-14
1
-1
/
+6
*
Call :to_model before working with the object.
José Valim
2010-01-14
1
-6
/
+11
*
Add possibility to use i18n translatios in submit FormHelper.
Carlos Antonio da Silva
2010-01-14
1
-3
/
+14
*
Updated the documentation for helpers.label.
José Valim
2010-01-07
1
-3
/
+3
*
Use helpers.label instead of views.labels.
José Valim
2010-01-07
1
-1
/
+1
*
Do not enforce human_attribute_name as required API.
José Valim
2010-01-02
1
-3
/
+6
*
I18n label helper [#745 status:resolved]
Carsten Gehling
2010-01-02
1
-3
/
+36
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
1
-2
/
+11
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-2
/
+2
[prev]
[next]