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_dispatch
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use backtrace cleaner for dev mode exception page
Joshua Peek
2010-01-16
3
-7
/
+22
*
Cookies middleware
Joshua Peek
2010-01-16
1
-0
/
+214
*
Fix const reference for SessionRestoreError
Joshua Peek
2010-01-15
1
-1
/
+1
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-0
/
+174
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
1
-0
/
+18
*
Ensure log is flushed and tailed on failures.
José Valim
2010-01-15
1
-4
/
+3
*
Move Dispatcher setup to Railties and add instrumentation hook.
José Valim
2010-01-15
1
-7
/
+10
*
Trash string coercion rack hacks
Joshua Peek
2010-01-04
1
-29
/
+0
*
@_formats initialization should be AbstractController::Base.
José Valim
2010-01-04
1
-1
/
+1
*
Add notifications to ActionDispatch::ShowExceptions, this can be used as hook...
José Valim
2010-01-03
1
-2
/
+22
*
fixed missing or incorrect session data error message
Stefan Penner
2010-01-02
1
-1
/
+1
*
Complain if there's no such middleware
Jeremy Kemper
2009-12-28
1
-2
/
+3
*
AD::Cascade that supports X-Cascade
Joshua Peek
2009-12-26
1
-0
/
+29
*
All AD modules are "deferrable"
Joshua Peek
2009-12-22
4
-5
/
+9
*
AD::StatusCodes support is now part of rack
Joshua Peek
2009-12-22
1
-1
/
+1
*
Just a little tidying
David Heinemeier Hansson
2009-12-20
1
-24
/
+22
*
Use AbstractController error constants
Joshua Peek
2009-12-16
1
-3
/
+2
*
Reduce usage of interpret_status. It should also return a integer
Joshua Peek
2009-12-10
1
-3
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-2
/
+2
*
Update reference to deprecated constant to avoid warnings
Bryan Helmkamp
2009-11-28
1
-1
/
+1
*
Break up inflector to reduce the dependency burden on dependency-les methods ...
Yehuda Katz
2009-11-07
1
-2
/
+4
*
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
Joshua Peek
2009-10-12
1
-1
/
+1
*
Use "run_callbacks :foo" since it is the public api for callbacks [#3329
Joshua Peek
2009-10-12
1
-3
/
+3
*
Coerce all out going body parts to Strings
Joshua Peek
2009-10-05
1
-0
/
+29
*
Move Rails::Static into ActionDispatch
Joshua Peek
2009-09-26
1
-0
/
+44
*
SessionRestoreError belongs in AD
Joshua Peek
2009-09-23
1
-3
/
+6
*
Fixes Sam Ruby tests suite.
José Valim
2009-09-21
1
-6
/
+1
*
Use NewCallbacks on ActionDispatch::Callbacks.
José Valim
2009-09-20
1
-23
/
+38
*
1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved]
Yehuda Katz
2009-09-18
1
-2
/
+2
*
Beef up AD::Rescue to replace global exception handling lost in ApplicationCo...
Joshua Peek
2009-09-15
1
-4
/
+16
*
Lazy require memcache for session middleware
Joshua Peek
2009-09-13
1
-40
/
+35
*
CookieStore should not be derived from Hash - reverting [#2268 state:resolved]
Jay Pignata
2009-09-03
1
-1
/
+1
*
If session_options[:id] is requested when using CookieStore, unmarshal the se...
Jay Pignata
2009-09-03
1
-3
/
+14
*
SessionHash#update and SessionHash#delete are missing a call to load! [#3056 ...
Joshua Peek
2009-08-31
1
-0
/
+2
*
Require necessary active_support files in cookie store
Carl Lerche
2009-08-26
1
-0
/
+2
*
Rework Middleware stack to match the Rack middleware protocol more closely
Yehuda Katz + Carl Lerche
2009-08-25
1
-3
/
+3
*
Move legacy param_parsers config onto AD::ParamsParser
Joshua Peek
2009-08-21
1
-5
/
+7
*
Adding a call to logger from params_parser to give detailed debug information...
Jay Pignata
2009-08-15
1
-0
/
+6
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
2
-0
/
+3
*
Revert "Only save the session if we're actually writing to it [#2703 state:re...
Joshua Peek
2009-05-30
1
-10
/
+1
*
Only save the session if we're actually writing to it [#2703 state:resolved]
Johan Sörensen
2009-05-28
1
-1
/
+10
*
Make the default 500 Internal Server Error page more friendly. Many people do...
Hongli Lai (Phusion)
2009-05-27
1
-1
/
+4
*
Got all the dispatch tests running on new base
Carl Lerche
2009-05-26
1
-5
/
+6
*
Wrap string body in an array
Jeremy Kemper
2009-05-20
1
-1
/
+1
*
Allow ParamsParser to parse YAML from the request body IO directly
Brian Lopez
2009-05-17
1
-1
/
+1
*
Extract generic callbacks middleware from dispatcher
Joshua Peek
2009-05-17
1
-0
/
+40
*
Merge Failsafe middleware into ShowExceptions
Joshua Peek
2009-05-17
2
-98
/
+40
*
Add support for parsing XML and JSON from an IO as well as a string [#2659 st...
Brian Lopez
2009-05-17
1
-5
/
+3
*
Instead of checking Rails.env.test? in Failsafe middleware, check env["rails....
Bryan Helmkamp
2009-05-16
1
-3
/
+2
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
12
-16
/
+283
|
\
[prev]
[next]