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
*
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