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
*
Fixed an example that was missing a colon for a hash-key.
Ben Orenstein
2009-10-30
1
-1
/
+1
*
Avoid super in define_method for Rubinius
Yehuda Katz
2009-10-09
1
-1
/
+6
*
Coerce all out going body parts to Strings
Joshua Peek
2009-10-05
1
-0
/
+29
*
Initialize a new instance of Rails.application during integration tests
Carl Lerche
2009-09-30
1
-1
/
+1
*
Move middleware and route configuration from AC::Dispatcher to Rails applicat...
Joshua Peek
2009-09-26
1
-2
/
+3
*
Allow setting a default application for all integration tests
Joshua Peek
2009-09-26
1
-2
/
+20
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-2
/
+3
*
Move Rails::Static into ActionDispatch
Joshua Peek
2009-09-26
1
-0
/
+44
*
Extract "parse_config" into AD
Joshua Peek
2009-09-25
1
-0
/
+20
*
Fix generic url rewriter in integration tests
Joshua Peek
2009-09-25
1
-1
/
+1
*
SessionRestoreError belongs in AD
Joshua Peek
2009-09-23
3
-9
/
+12
*
Move integration test runner into ActionDispatch
Joshua Peek
2009-09-23
2
-0
/
+495
*
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
*
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
[next]