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
/
http
/
response.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
1
-23
/
+0
*
Make :status an attr_reader to avoid unnecessary warning when replacing status=
wycats
2011-05-22
1
-1
/
+2
*
Fix previous commit by allowing a proc to be given as response_body. This is ...
José Valim
2011-05-10
1
-15
/
+41
*
Fix tests on 1.8 by explicitly checking for strings (which also improves perf...
José Valim
2011-04-20
1
-1
/
+9
*
Do not inherit from Rack::Response, remove a shit-ton of unused code.
José Valim
2011-04-19
1
-53
/
+48
*
Fix status initialization when custom status provided
Krekoten' Marjan
2010-10-18
1
-2
/
+2
*
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
José Valim
2010-10-03
1
-1
/
+1
*
@_etag is not used anywhere.
José Valim
2010-09-29
1
-2
/
+0
*
Initialize @_etag.
Emilio Tagua
2010-09-27
1
-0
/
+1
*
Expanded routing documentation with current best practices
Joost Baaij
2010-08-29
1
-10
/
+9
*
Rely on set and delete cookie logic from rack.
José Valim
2010-05-18
1
-33
/
+2
*
Missing requires
wycats
2010-04-16
1
-0
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Set the body using the accessor for AD::Response introspection mode so it get...
Carlhuda
2010-02-26
1
-1
/
+2
*
Make AD::Response correctly handle bodies that respond_to?(:to_path) as per t...
Carlhuda
2010-02-23
1
-0
/
+12
*
Fix a bunch of pending tests by providing an introspection mode for the Respo...
Carlhuda
2010-02-19
1
-15
/
+21
*
Cookies middleware
Joshua Peek
2010-01-16
1
-1
/
+1
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-78
/
+2
*
AD::StatusCodes support is now part of rack
Joshua Peek
2009-12-22
1
-2
/
+2
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
1
-1
/
+1
*
Pending tests for AD Response
Joshua Peek
2009-12-17
1
-13
/
+12
*
Fix warnings in AD::Response
Joshua Peek
2009-12-14
1
-0
/
+3
*
Ensure Cache-Control max-age is an integer
Jeremy Kemper
2009-12-02
1
-1
/
+1
*
Response#write is defined twice (this is why -w is good)
Joshua Peek
2009-12-01
1
-6
/
+0
*
Response#cache_control is defined later
Joshua Peek
2009-12-01
1
-1
/
+0
*
Fixes expires_now and cleans things up a bit
Yehuda Katz
2009-10-26
1
-0
/
+2
*
SessionRestoreError belongs in AD
Joshua Peek
2009-09-23
1
-4
/
+4
*
ActionController::Metal can be a middleware
Yehuda Katz + Carl Lerche
2009-08-25
1
-1
/
+4
*
More perf work:
Yehuda Katz
2009-08-11
1
-31
/
+53
*
Got overhead down from 127 to 85. All tests pass:
Yehuda Katz
2009-08-11
1
-36
/
+56
*
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
*
Finish making things pass with updated internal content_type semantics
Yehuda Katz + Carl Lerche
2009-06-15
1
-45
/
+11
*
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
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-6
/
+0
*
Functional test runner finalizes response just like the integration test runn...
Joshua Peek
2009-05-02
1
-1
/
+1
*
Deprecate assert_redirect_to's partial hash matching
Joshua Peek
2009-05-02
1
-2
/
+0
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
1
-56
/
+0
*
Group integration test helpers and delegate other helpers to request and resp...
Joshua Peek
2009-04-30
1
-0
/
+9
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-3
/
+13
*
Deprecate response.assigns
Joshua Peek
2009-04-28
1
-2
/
+6
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
1
-1
/
+5
*
Array splitting strings on newlines is deprecated
Jeremy Kemper
2009-04-26
1
-4
/
+15
*
Check for to_str rather than String
Jeremy Kemper
2009-04-26
1
-3
/
+1
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-1
/
+2
*
Move useful response test helpers into request
Joshua Peek
2009-04-26
1
-2
/
+63
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-42
/
+38
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-0
/
+255