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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...
Gregg Kellogg
2009-01-29
1
-2
/
+2
*
Fixed deprecated methods on TestSession [#1801 state:resolved]
Joshua Peek
2009-01-27
1
-5
/
+0
*
Deprecate ActionController::Base#session_enabled?
Pratik Naik
2009-01-19
1
-1
/
+1
*
Build query string and POST params parser on top of Rack::Request. Also switc...
Joshua Peek
2009-01-17
1
-4
/
+1
*
Fix failing flash test
Jeremy Kemper
2009-01-06
1
-1
/
+1
*
Memoize request accessors on the Rack env so other request objects have acces...
Joshua Peek
2009-01-04
1
-2
/
+2
*
Test that exceptions raised in filters are properly rescued
Jeremy Kemper
2008-12-30
1
-4
/
+7
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-6
/
+6
*
Make router and controller classes better rack citizens
Joshua Peek
2008-12-28
1
-0
/
+7
*
Don't recurse when ActionController#render is called without any arguments
Pratik Naik
2008-12-26
1
-1
/
+1
*
Make ActionController#render(symbol) behave same as ActionController#render(s...
Pratik Naik
2008-12-26
1
-5
/
+5
*
Make ActionController#render(string) work as a shortcut for render :action =>...
Pratik Naik
2008-12-25
1
-1
/
+3
*
Make ActionController#render(string) work as a shortcut for render :template ...
Pratik Naik
2008-12-25
1
-1
/
+3
*
Make ActionController#render(string) work as a shortcut for render :file => s...
Pratik Naik
2008-12-25
1
-1
/
+8
*
Move ActionController::Base#render arguments validation to a separate method
Pratik Naik
2008-12-25
1
-8
/
+14
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-12
/
+18
*
Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...
Joshua Peek
2008-12-20
1
-2
/
+2
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-2
/
+2
*
Remove CGI::Session memory leak patch
Joshua Peek
2008-12-16
1
-5
/
+0
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-10
/
+2
*
Fixed session related memory leak [#1558 state:resolved]
Frederick Cheung
2008-12-11
1
-0
/
+3
*
Making the IP Spoofing check in AbstractRequest#remote_ip configurable.
Darren Boyd
2008-12-01
1
-0
/
+4
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-2
/
+3
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-3
/
+2
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-2
/
+3
*
Ensure ActionView will be available to ActionMailer if ActionController is no...
Joshua Peek
2008-11-25
1
-1
/
+0
*
Drop unneeded drb require
Jeremy Kemper
2008-11-23
1
-1
/
+0
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-7
/
+7
*
Revert "Simplify benchmarking and rescue". Need a different approach.
Pratik Naik
2008-11-20
1
-15
/
+1
*
Simplify benchmarking and rescue
Pratik Naik
2008-11-20
1
-1
/
+15
*
Remove deprecated ActionController::Base#assign_default_content_type_and_charset
Pratik Naik
2008-11-19
1
-5
/
+0
*
Remove deprecated render_component. Please use the plugin from http://github....
Pratik Naik
2008-11-19
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-11-14
1
-3
/
+3
*
Dont bother logging the parameters hash if there are no parameters
David Heinemeier Hansson
2008-11-06
1
-1
/
+1
*
Dont log the _method attribute either. Its already available in the header
David Heinemeier Hansson
2008-11-04
1
-13
/
+4
|
\
|
*
Remove unused debug_routes
Pratik Naik
2008-11-02
1
-6
/
+0
|
*
Dont dup params twice when filter_parameters is present
Pratik Naik
2008-11-02
1
-2
/
+2
|
*
Dont document internals
Pratik Naik
2008-11-02
1
-3
/
+0
|
*
Backwards compatibility fixes for relative_url_root
Michael Koziarski
2008-11-02
1
-5
/
+2
|
*
Merge with docrails
Pratik Naik
2008-11-02
1
-0
/
+3
*
|
Dont log the _method attribute either. Its already available in the header
David Heinemeier Hansson
2008-11-04
1
-2
/
+2
|
/
*
Simplified the logging format for parameters (don't include controller, actio...
David Heinemeier Hansson
2008-11-01
1
-6
/
+23
*
Make sure habtm use class variable to list association valid keys
Luca Guidi
2008-11-01
1
-1
/
+2
*
Remove the logging of the Session ID when the session store is CookieStore [DHH]
David Heinemeier Hansson
2008-11-01
1
-1
/
+5
*
Accidently nixed a doc header
David Heinemeier Hansson
2008-11-01
1
-0
/
+1
*
Added render :js for people who want to render inline JavaScript replies with...
David Heinemeier Hansson
2008-11-01
1
-1
/
+23
*
Ensure content type gets reset after render_to_string [#1182 state:resolved]
Joshua Peek
2008-10-30
1
-0
/
+1
*
Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]
Seth Fitzsimmons
2008-10-30
1
-1
/
+4
*
No use case handy for justifying fresh? any more
David Heinemeier Hansson
2008-10-21
1
-5
/
+0
*
Let fresh_when actually do the head(:not_modified). Cleaner and we get the fi...
David Heinemeier Hansson
2008-10-21
1
-10
/
+8
[next]