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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
3
-1
/
+15
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
5
-60
/
+129
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
3
-1
/
+31
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
2
-7
/
+8
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
4
-21
/
+57
*
This seems unnecessary to call in teardown and is causing the tests
Scott Barron
2005-09-25
1
-1
/
+0
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-2
/
+4
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
2
-1
/
+16
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
3
-4
/
+7
*
Asserts now need html/document so it should require it
David Heinemeier Hansson
2005-09-21
2
-9
/
+1
*
Require 'pp' early to prevent the pretty-print methods being mixed in too lat...
Jamis Buck
2005-09-20
1
-0
/
+1
*
Added small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
2
-2
/
+5
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
3
-15
/
+10
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
17
-200
/
+248
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
3
-1
/
+10
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
4
-1
/
+60
*
Add routing tests from #1945
Nicholas Seckar
2005-09-18
2
-2
/
+57
*
Add a routing test case covering #2101
Nicholas Seckar
2005-09-18
2
-1
/
+14
*
Doc fix #2197
David Heinemeier Hansson
2005-09-17
1
-0
/
+1
*
Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....
David Heinemeier Hansson
2005-09-17
1
-1
/
+1
*
Make upload progress not throw JavaScript errors when there is no progress ba...
David Heinemeier Hansson
2005-09-16
2
-141
/
+5
*
Only attempt to require Active Support if it hasnt been already #1959
David Heinemeier Hansson
2005-09-15
1
-7
/
+10
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
3
-2
/
+5
*
Speed up cookie use by decreasing string copying #2194 [skae]
David Heinemeier Hansson
2005-09-15
2
-7
/
+9
*
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
*
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...
David Heinemeier Hansson
2005-09-14
2
-1
/
+3
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
2
-1
/
+5
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
2
-1
/
+26
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
8
-38
/
+105
*
Moved session options to SessionManagement
David Heinemeier Hansson
2005-09-13
2
-20
/
+20
*
Added ActionController::Base.session_store=, session_store, and session_optio...
David Heinemeier Hansson
2005-09-13
3
-1
/
+23
*
Dont log creation of view class
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Use session_id instead of deprecated sessid
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Make periodically_call_remote use type="text/javascript" on script tag #2171
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
3
-0
/
+173
*
Ensure that request.path never returns nil. Closes #1675
Nicholas Seckar
2005-09-11
2
-6
/
+6
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
3
-1
/
+48
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
3
-1
/
+12
*
Use send instead of module_eval #1873 [shugo]
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Fixed docs #1884
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Fixed docs #1886
David Heinemeier Hansson
2005-09-11
1
-1
/
+3
*
Split macros test into their own suite
David Heinemeier Hansson
2005-09-11
3
-29
/
+53
*
Added :multipart option to ActiveRecordHelper#form to make it possible to add...
David Heinemeier Hansson
2005-09-11
3
-1
/
+10
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
8
-123
/
+236
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Added :disabled option to all data selects that'll make the elements inaccess...
David Heinemeier Hansson
2005-09-11
3
-10
/
+74
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
3
-3
/
+19
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
3
-16
/
+14
*
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...
David Heinemeier Hansson
2005-09-09
3
-0
/
+5
[next]