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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...
David Heinemeier Hansson
2004-12-22
2
-4
/
+5
*
FormHelper should only use *_before_type_cast if they available on the model
David Heinemeier Hansson
2004-12-19
1
-1
/
+5
*
Fixed that textilize and markdown would instantiate their engines even on emp...
David Heinemeier Hansson
2004-12-19
1
-2
/
+2
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
2
-7
/
+9
*
Updated documentation
David Heinemeier Hansson
2004-12-16
4
-14
/
+16
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
1
-1
/
+2
*
Documented select, collection_select, and country_select #304 [Ulysses]
David Heinemeier Hansson
2004-12-15
1
-3
/
+13
*
Added FormHelper#radio_button to work with radio buttons like its already pos...
David Heinemeier Hansson
2004-12-14
1
-0
/
+23
*
Fixed the default button name on forms generated with form
David Heinemeier Hansson
2004-12-12
1
-3
/
+6
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
3
-17
/
+16
*
Use lower-case post instead of POST as form method for XHTML compliance #290 ...
David Heinemeier Hansson
2004-12-12
2
-5
/
+5
*
Set border on link_to_image to 0 by default
David Heinemeier Hansson
2004-12-10
1
-0
/
+8
*
Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...
David Heinemeier Hansson
2004-12-09
1
-0
/
+37
*
Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...
David Heinemeier Hansson
2004-12-08
1
-2
/
+4
*
Added that ActiveRecordHelper#form now calls url_for on the :action option.
David Heinemeier Hansson
2004-12-07
1
-3
/
+3
*
Added options to tailor header tag, div id, and div class on ActiveRecordHelp...
David Heinemeier Hansson
2004-12-01
1
-7
/
+17
*
Allow form_tag with no arguments (resulting in a form posting to current acti...
David Heinemeier Hansson
2004-11-24
1
-1
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
8
-0
/
+1060