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
*
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
|
\
|
*
Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...
Joshua Peek
2009-05-03
1
-14
/
+0
|
*
Show lazy middleware args in pretty print
Joshua Peek
2009-05-03
1
-2
/
+1
|
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
10
-0
/
+280
*
|
Renamed Base2 to Base and don't require old action_controller for new Base
Yehuda Katz + Carl Lerche
2009-05-01
1
-2
/
+0
|
/
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-1
/
+1
*
Don't return bare string as rack body
Jeremy Kemper
2009-04-27
1
-2
/
+2
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
2
-6
/
+29
*
Fix environment variable testing code in failsafe.rb.
Hongli Lai (Phusion)
2009-04-26
1
-1
/
+1
*
Fix typo in stale session check [#2404 state:resolved]
Joshua Peek
2009-04-26
1
-1
/
+1
*
Remove RewindableInput middleware since all input MUST be rewindable accordin...
Joshua Peek
2009-04-25
1
-19
/
+0
*
Remove pending rack specifications until they are official
Joshua Peek
2009-04-25
1
-1
/
+1
*
Opt in to JSON
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Always buffer rack.input if it is not rewindable
Mislav Marohnić
2009-04-17
1
-17
/
+8
*
Move reloader middleware in ActionDispatch
Joshua Peek
2009-04-14
1
-0
/
+14
*
Move middleware stack out of utils folder
Joshua Peek
2009-04-14
1
-0
/
+119
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
2
-32
/
+42
*
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
3
-6
/
+10
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
6
-0
/
+590