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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Ruby 1.9.2: StringIO no longer has #path
Jeremy Kemper
2009-11-13
1
-1
/
+1
*
Object#tap is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-1
/
+0
*
Unknown :format param should result in empty request.formats
Jeremy Kemper
2009-11-08
1
-1
/
+1
*
Break up inflector to reduce the dependency burden on dependency-les methods ...
Yehuda Katz
2009-11-07
1
-0
/
+1
*
Caching refactoring
Yehuda Katz
2009-10-29
1
-5
/
+1
*
Reduce TextTemplate cost for simple cases
Yehuda Katz
2009-10-28
1
-0
/
+1
*
Reorganize CSRF a bit
Yehuda Katz
2009-10-28
1
-0
/
+4
*
Fixes expires_now and cleans things up a bit
Yehuda Katz
2009-10-26
2
-12
/
+11
*
Avoid super in define_method for Rubinius
Yehuda Katz
2009-10-09
1
-1
/
+6
*
Extract "parse_config" into AD
Joshua Peek
2009-09-25
1
-0
/
+20
*
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
*
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
*
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
*
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
*
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
*
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
*
Move TestRequest#query_parameters into AD TestRequest
Joshua Peek
2009-04-30
1
-1
/
+1
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
2
-72
/
+20
*
Group integration test helpers and delegate other helpers to request and resp...
Joshua Peek
2009-04-30
1
-0
/
+9
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-2
/
+2
*
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
2
-9
/
+5
*
Array splitting strings on newlines is deprecated
Jeremy Kemper
2009-04-26
1
-4
/
+15
*
Not sure why Request#session is missing
Jeremy Kemper
2009-04-26
1
-0
/
+8
*
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
2
-12
/
+5
*
Move useful response test helpers into request
Joshua Peek
2009-04-26
1
-2
/
+63
[prev]
[next]