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
/
request.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Solve some warnings and a failing test.
José Valim
2010-10-03
1
-1
/
+1
*
dry up method checking in the request object
Aaron Patterson
2010-09-29
1
-10
/
+9
*
removes /i from the TRUSTED_PROXIES regexp, adds /x and comments for readabil...
Xavier Noria
2010-09-12
1
-2
/
+10
*
gets rid of a double negation, no need to force exactly true/false in a predi...
Xavier Noria
2010-09-12
1
-4
/
+4
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Moves local_request? to require.local?
Santiago Pastorino
2010-08-13
1
-0
/
+7
*
Just reading flash messages should not create a session if one does not exist...
José Valim
2010-06-25
1
-0
/
+3
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-1
/
+1
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
1
-0
/
+0
*
Improve performance of commonly used request methods
wycats
2010-06-04
1
-7
/
+19
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-21
/
+39
*
Request#content_type exists in Rack::Request, and other parts of Rack::Reques...
wycats
2010-03-28
1
-3
/
+3
*
Add memoizing to AD::Request
Carlhuda
2010-03-08
1
-0
/
+8
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-30
/
+1
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
1
-1
/
+1
*
Move filter_parameter_logging logic out of the controller and create ActionDi...
Prem Sichanugrist
2010-01-21
1
-0
/
+1
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-352
/
+27
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-4
/
+0
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
1
-5
/
+7
*
Referer and user agent are in Rack::Request
Joshua Peek
2009-12-22
1
-1
/
+1
*
Added ActionDispatch::Request#authorization to access the http authentication...
David Heinemeier Hansson
2009-12-20
1
-0
/
+9
*
Allow autoloads to opt out of eager loading
Joshua Peek
2009-12-12
1
-1
/
+2
*
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
*
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
1
-12
/
+9
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-24
/
+12
*
More perf work:
Yehuda Katz
2009-08-11
1
-27
/
+10
*
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
*
Refactor even more Responder. Move mime negotiation to request and added resp...
José Valim
2009-07-29
1
-8
/
+34
*
Fixing pending tests and fixed some formats / partial rendering semantics
Yehuda Katz + Carl Lerche
2009-06-17
1
-6
/
+4
*
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
1
-1
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
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
1
-16
/
+20
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-2
/
+2
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
1
-8
/
+0
*
Not sure why Request#session is missing
Jeremy Kemper
2009-04-26
1
-0
/
+8
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-11
/
+3
*
Remove vendored version of Rack
Joshua Peek
2009-04-25
1
-1
/
+5
*
Remove pending rack specifications until they are official
Joshua Peek
2009-04-25
1
-2
/
+2
*
We aren't using UploadedStringIO and UploadedTempfile anymore
Joshua Peek
2009-04-14
1
-0
/
+28
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-5
/
+29
[next]