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
/
test
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed options_for_select on selected line issue #624 [Florian Weber]
David Heinemeier Hansson
2005-03-15
1
-0
/
+11
*
Moved image_tag to AssetTagHelper
David Heinemeier Hansson
2005-03-14
3
-4
/
+6
*
Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...
David Heinemeier Hansson
2005-03-09
2
-14
/
+20
*
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...
David Heinemeier Hansson
2005-03-06
1
-0
/
+22
*
Use example.com domains to make rails RFC2606 compliant #708
David Heinemeier Hansson
2005-03-06
2
-23
/
+23
*
Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...
David Heinemeier Hansson
2005-03-06
1
-0
/
+4
*
Removed the default border on link_image_to (it broke xhtml strict) -- can be...
David Heinemeier Hansson
2005-03-06
1
-8
/
+8
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
7
-58
/
+80
*
Fixed tests
David Heinemeier Hansson
2005-02-24
1
-64
/
+64
*
Fixed tests
David Heinemeier Hansson
2005-02-23
2
-3
/
+8
*
Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...
David Heinemeier Hansson
2005-02-23
1
-0
/
+158
*
Fixed a few tests
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added AssetTagHelper that provides methods for linking a HTML page together w...
David Heinemeier Hansson
2005-02-19
2
-1
/
+46
*
Completed FormTagHelper by adding radio_button_tag and select_tag
David Heinemeier Hansson
2005-02-19
1
-0
/
+3
*
Added FormTagHelper that provides a number of methods for creating form tags ...
David Heinemeier Hansson
2005-02-19
1
-0
/
+19
*
Updated tests for TextHelper#auto_link
David Heinemeier Hansson
2005-02-19
1
-2
/
+3
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
1
-0
/
+6
*
Applied the dblack patch
David Heinemeier Hansson
2005-01-24
1
-0
/
+26
*
Added :encode option to mail_to that'll allow you to masquarede the email add...
David Heinemeier Hansson
2005-01-24
1
-0
/
+12
*
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
David Heinemeier Hansson
2005-01-02
1
-0
/
+53
*
Fixed some test cases
David Heinemeier Hansson
2005-01-01
2
-3
/
+2
*
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...
David Heinemeier Hansson
2004-12-22
1
-1
/
+4
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
2
-1
/
+11
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
1
-0
/
+144
*
Added FormHelper#radio_button to work with radio buttons like its already pos...
David Heinemeier Hansson
2004-12-14
1
-0
/
+10
*
Updated unit tests to reflect lowercase post as method in form tags
David Heinemeier Hansson
2004-12-13
1
-3
/
+3
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
2
-28
/
+28
*
Use lower-case post instead of POST as form method for XHTML compliance #290 ...
David Heinemeier Hansson
2004-12-12
1
-4
/
+4
*
Fixed problem with cookies not being set to path=/ by default and a test bugg...
David Heinemeier Hansson
2004-12-10
1
-2
/
+2
*
Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...
David Heinemeier Hansson
2004-12-09
1
-0
/
+12
*
Trick tests on url_for
David Heinemeier Hansson
2004-12-07
1
-0
/
+9
*
Added options to tailor header tag, div id, and div class on ActiveRecordHelp...
David Heinemeier Hansson
2004-12-01
1
-1
/
+18
*
Initial
David Heinemeier Hansson
2004-11-24
7
-0
/
+598