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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make string-keys locals assigns optional
Nicholas Seckar
2005-10-17
1
-2
/
+6
*
Fixed more Windows tests
David Heinemeier Hansson
2005-10-16
1
-2
/
+2
*
added assert_valid to AP
Tobias Lütke
2005-10-16
2
-3
/
+52
*
Add temporary support for passing locals to render using string keys
Nicholas Seckar
2005-10-16
1
-0
/
+11
*
Raise an exception if an attempt is made to insert more session data into the...
Marcel Molina
2005-10-15
1
-0
/
+23
*
If a component redirects when called with render_component_as_string, render the
Scott Barron
2005-10-15
1
-2
/
+26
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
2
-4
/
+25
*
Ensure radio_button works as expected with values other than strings.
Michael Koziarski
2005-10-14
1
-0
/
+6
*
Escape query strings in the href attribute of URLs created by url_helper. #2333
Jeremy Kemper
2005-10-13
1
-0
/
+16
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
1
-0
/
+11
*
r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700
Jeremy Kemper
2005-10-13
1
-2
/
+2
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
1
-0
/
+5
*
modified javascript_helper testcase to back up #2097
Tobias Lütke
2005-10-13
1
-2
/
+6
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
4
-20
/
+24
*
Make xyz_tag(..., :id => "foo") work again
Jamis Buck
2005-10-12
1
-0
/
+6
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
1
-0
/
+5
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
1
-0
/
+10
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
1
-1
/
+128
*
Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...
Thomas Fuchs
2005-10-01
1
-0
/
+4
*
Don't prepend the asset host if the string is already a fully-qualified URL
Jamis Buck
2005-09-30
1
-0
/
+10
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-40
/
+22
*
Unit tests and fixtures for multipart posts.
Jeremy Kemper
2005-09-28
6
-5
/
+105
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
3
-3
/
+6
*
Added test coverage for stylesheet_path to show that it works as requested in...
Marcel Molina
2005-09-28
1
-0
/
+4
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
1
-1
/
+10
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
1
-3
/
+3
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
1
-0
/
+26
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-0
/
+6
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-19
/
+32
*
This seems unnecessary to call in teardown and is causing the tests
Scott Barron
2005-09-25
1
-1
/
+0
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
1
-0
/
+6
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
1
-0
/
+1
*
Require 'pp' early to prevent the pretty-print methods being mixed in too lat...
Jamis Buck
2005-09-20
1
-0
/
+1
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
1
-10
/
+5
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
10
-178
/
+186
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
1
-0
/
+6
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
2
-0
/
+51
*
Add routing tests from #1945
Nicholas Seckar
2005-09-18
1
-2
/
+55
*
Add a routing test case covering #2101
Nicholas Seckar
2005-09-18
1
-1
/
+12
*
Make upload progress not throw JavaScript errors when there is no progress ba...
David Heinemeier Hansson
2005-09-16
1
-140
/
+4
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
1
-1
/
+2
*
Included UrlRewriter tests in rake run and made them not depend on Hash order
David Heinemeier Hansson
2005-09-15
1
-5
/
+14
*
Made base_tests.rb run as part of rake
David Heinemeier Hansson
2005-09-15
1
-2
/
+2
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
1
-0
/
+4
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
1
-0
/
+7
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
2
-0
/
+55
*
Added ActionController::Base.session_store=, session_store, and session_optio...
David Heinemeier Hansson
2005-09-13
1
-1
/
+1
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+89
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
1
-0
/
+38
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
1
-0
/
+6
[next]