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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make logging_test pass with the new base
Pratik Naik
2009-05-23
1
-1
/
+1
*
Add all the existing helpers related features to the new base
Pratik Naik
2009-05-23
1
-13
/
+9
*
Move FilterParameterLogging to a stand alone module and make it work on new base
Pratik Naik
2009-05-22
2
-57
/
+98
*
Add missing dependency in Streaming
Pratik Naik
2009-05-22
1
-0
/
+7
*
Remove some response content type concepts from ActionView
Yehuda Katz + Carl Lerche
2009-05-21
1
-4
/
+3
*
Add Streaming to new base
Pratik Naik
2009-05-21
1
-0
/
+1
*
RequestForgeryProtection now works with the new base
Pratik Naik
2009-05-21
1
-5
/
+19
*
Allow Module#depends_on to accept multiple modules
Pratik Naik
2009-05-21
1
-4
/
+1
*
Made ActionController::Verification work with new_base
Pratik Naik
2009-05-21
1
-3
/
+9
*
Make ActionController::Flash work with new_base
Pratik Naik
2009-05-21
1
-22
/
+52
*
Added responds_to to new base.
Yehuda Katz + Carl Lerche
2009-05-20
1
-108
/
+107
*
Ported simple benchmarking in new base
Yehuda Katz + Carl Lerche
2009-05-18
1
-1
/
+1
*
Ensure HTTP Digest auth uses appropriate HTTP method [#2490 state:resolved] [...
Pratik Naik
2009-05-18
1
-1
/
+2
*
Rescue hack was supposed to be removed. Some how it crept back in.
Joshua Peek
2009-05-17
1
-3
/
+2
*
Simplify filter_chain method implementation [#2327 state:resolved]
Thomas E. Glasgow
2009-05-17
1
-6
/
+1
*
Ported Rescuable to new base
Yehuda Katz + Carl Lerche
2009-05-15
1
-1
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
4
-3
/
+11
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-1
/
+3
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
3
-16
/
+67
|
\
|
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
2
-7
/
+52
|
*
Deprecate Controller.process interface
Joshua Peek
2009-05-02
1
-0
/
+1
|
*
Switch functional tests to run through the rack interface instead of process
Joshua Peek
2009-05-02
1
-4
/
+8
|
*
Deprecate assert_redirect_to's partial hash matching
Joshua Peek
2009-05-02
2
-5
/
+0
*
|
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
1
-16
/
+11
|
/
*
Fix render :json => nil [#2589 state:resolved]
Jeremy Kemper
2009-04-30
1
-1
/
+2
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
1
-1
/
+2
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
2
-2
/
+4
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
2
-8
/
+19
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
1
-9
/
+5
*
Check for to_str rather than String
Jeremy Kemper
2009-04-26
1
-1
/
+1
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-8
/
+2
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-1
/
+1
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
2
-2
/
+7
*
Rack::Utils.body_to_s doesn't exist in 1.0
Jeremy Kemper
2009-04-22
1
-1
/
+3
*
Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...
Jeremy Kemper
2009-04-21
1
-5
/
+9
*
render_for_text pushes a body part instead of replacing the whole body
Jeremy Kemper
2009-04-17
1
-10
/
+11
*
Don't check authenticity tokens for any AJAX requests
Ross Kaffenburger and Bryan Helmkamp
2009-04-15
1
-1
/
+2
*
Move MimeResponds into base folder
Joshua Peek
2009-04-14
1
-0
/
+190
*
Session management belongs in base folder
Joshua Peek
2009-04-14
1
-0
/
+54
*
Backwords compat alias for ActionController::Request and ActionController::Re...
Joshua Peek
2009-04-14
1
-0
/
+1
*
Resurrecting 1.9 compatibility.
Carl Lerche & Yehuda Katz
2009-04-13
2
-4
/
+7
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
8
-40
/
+123
*
Updated old AC::Base for small changes to AV
Yehuda Katz and Carl Lerche
2009-04-08
1
-1
/
+1
*
Some merge cleanup
Yehuda Katz
2009-02-02
1
-2
/
+2
*
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
3
-25
/
+175
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
2
-36
/
+3
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
15
-0
/
+3493