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_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up error pages by providing better backtraces
Nicholas Seckar
2005-10-15
2
-15
/
+6
*
reasoning behind the seemingly duplicated method
Michael Koziarski
2005-10-15
1
-1
/
+2
*
Add code and message to test response as per #2460
Michael Koziarski
2005-10-15
1
-0
/
+8
*
Raise an exception if an attempt is made to insert more session data into the...
Marcel Molina
2005-10-15
2
-4
/
+31
*
action pack asserts don't spam you with unnecissary backtraces anymore
Tobias Lütke
2005-10-15
1
-69
/
+96
*
If a component redirects when called with render_component_as_string, render the
Scott Barron
2005-10-15
1
-1
/
+8
*
Take retry with breakpoint out until we fix it
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
2
-3
/
+19
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
1
-3
/
+3
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
1
-1
/
+3
*
Unescape paths before writing cache to file system. Closes #1877.
Marcel Molina
2005-10-12
1
-1
/
+1
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
1
-18
/
+29
*
Make cacheing binary files friendly with Windows. Closes #1975.
Marcel Molina
2005-10-11
1
-2
/
+2
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
1
-1
/
+1
*
Made the documentation about render template/file sane
David Heinemeier Hansson
2005-10-03
1
-6
/
+11
*
Use a nicer date format
David Heinemeier Hansson
2005-10-01
1
-1
/
+1
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
2
-30
/
+68
*
Dont log size of request, doesnt work well with procs, not that interesting
David Heinemeier Hansson
2005-09-28
1
-1
/
+1
*
Log request method and response size / status code
David Heinemeier Hansson
2005-09-28
2
-2
/
+3
*
Undo condition change made in [2345] to prevent normal parameters arriving as...
Nicholas Seckar
2005-09-27
1
-1
/
+1
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
1
-0
/
+3
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
1
-1
/
+3
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+22
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
1
-1
/
+10
*
Asserts now need html/document so it should require it
David Heinemeier Hansson
2005-09-21
2
-9
/
+1
*
Added small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
1
-2
/
+3
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
2
-5
/
+5
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
3
-2
/
+40
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
1
-1
/
+2
*
Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....
David Heinemeier Hansson
2005-09-17
1
-1
/
+1
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
1
-1
/
+1
*
Speed up cookie use by decreasing string copying #2194 [skae]
David Heinemeier Hansson
2005-09-15
1
-7
/
+7
*
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...
David Heinemeier Hansson
2005-09-14
1
-1
/
+1
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
4
-36
/
+41
*
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
1
-0
/
+20
*
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
*
Ensure that request.path never returns nil. Closes #1675
Nicholas Seckar
2005-09-11
1
-6
/
+4
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
1
-1
/
+8
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
1
-1
/
+4
*
Use send instead of module_eval #1873 [shugo]
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
3
-47
/
+84
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Refactored away all the legacy validate_options calls and replaced them with ...
David Heinemeier Hansson
2005-09-09
1
-9
/
+2
*
Added documentation for overwrite_params #2146 [Michael Shuerig]
David Heinemeier Hansson
2005-09-09
1
-0
/
+9
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...
David Heinemeier Hansson
2005-09-08
1
-2
/
+0
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
2
-18
/
+16
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
2
-9
/
+13
[next]