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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it instead
Joshua Peek
2009-08-31
1
-297
/
+2
*
Back off rack 1.1-pre and bundle in the new testing goodies
Joshua Peek
2009-08-31
52
-5414
/
+297
*
Switch over to rack-test gem
Joshua Peek
2009-08-31
7
-641
/
+0
*
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
*
ActionController::Metal can be a middleware
Yehuda Katz + Carl Lerche
2009-08-25
1
-1
/
+4
*
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
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-24
/
+12
*
More perf work:
Yehuda Katz
2009-08-11
2
-58
/
+63
*
Got overhead down from 127 to 85. All tests pass:
Yehuda Katz
2009-08-11
1
-36
/
+56
*
This change causes some failing tests, but it should be possible to make them...
Yehuda Katz
2009-08-11
1
-11
/
+12
*
Allow to configure trusted proxies via ActionController::Base.trusted_proxies...
Felipe Talavera
2009-08-09
1
-2
/
+2
*
Add :redirect to the testable RJS statements [#2612 state:resolved]
Jon Wood
2009-08-09
1
-3
/
+10
*
Remove legacy processing and content_length
Yehuda Katz
2009-08-02
1
-40
/
+10
*
Update cache_control to be a Hash of options that is used to build the header.
Yehuda Katz
2009-08-02
1
-5
/
+19
*
Remove last TODO.
José Valim
2009-07-29
1
-1
/
+1
*
Remove Mime::ALL from Mime::SET.
José Valim
2009-07-29
1
-2
/
+4
*
Refactor even more Responder. Move mime negotiation to request and added resp...
José Valim
2009-07-29
1
-8
/
+34
*
Small changes to get 1.9 passing (for the most part)
Yehuda Katz
2009-06-23
1
-1
/
+1
*
Fixing pending tests and fixed some formats / partial rendering semantics
Yehuda Katz + Carl Lerche
2009-06-17
2
-7
/
+17
*
Finish making things pass with updated internal content_type semantics
Yehuda Katz + Carl Lerche
2009-06-15
1
-45
/
+11
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
2
-0
/
+3
*
Depend on Hash#diff extension
Jeremy Kemper
2009-05-30
1
-0
/
+2
*
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
*
Don't want Rack's Content-Type default header though
Jeremy Kemper
2009-05-24
1
-2
/
+3
*
Construct a single HeaderHash. Speed up assign_default_content_type_and_charset
Jeremy Kemper
2009-05-24
1
-4
/
+10
*
Speed up Request#formats
Jeremy Kemper
2009-05-23
1
-6
/
+14
*
Slightly modify things to get content type matching working without breaking ...
Yehuda Katz
2009-05-23
1
-2
/
+8
*
Remove some response content type concepts from ActionView
Yehuda Katz + Carl Lerche
2009-05-21
2
-2
/
+2
*
Fixed new_base tests on ruby 1.9
Yehuda Katz + Carl Lerche
2009-05-20
1
-1
/
+1
*
Wrap string body in an array
Jeremy Kemper
2009-05-20
1
-1
/
+1
*
Temporarily bundle rack-test while MockSession is baking
Joshua Peek
2009-05-19
7
-0
/
+641
*
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
*
Cherry-picking Active Support extensions
Jeremy Kemper
2009-05-14
1
-2
/
+4
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
3
-0
/
+3
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-6
/
+0
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
16
-45
/
+304
|
\
[next]