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
*
Fix rewinding in ActionDispatch::Request#raw_post
Matt Venables
2012-12-11
1
-2
/
+3
*
give access to the original exception raised in case of a parse error
Aaron Patterson
2012-10-25
1
-2
/
+2
*
do not lose backtrace information from the raised exception
Aaron Patterson
2012-10-25
1
-10
/
+6
*
eagerly populate the http method loookup cache so we don't need locks
Aaron Patterson
2012-10-18
1
-1
/
+7
*
Properly reset the session on reset_session
Steve Klabnik
2012-08-31
1
-2
/
+5
*
initialize instance variables
Aaron Patterson
2012-08-09
1
-0
/
+11
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-2
/
+2
*
These lines don't help to mitigate CVE. They only turn [nil] into nil, w/o th...
Egor Homakov
2012-06-13
1
-3
/
+0
*
Array parameters should not contain nil values.
Aaron Patterson
2012-06-12
1
-2
/
+4
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-0
/
+22
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-3
/
+10
*
Autoload ActionDispatch::Request::Session to avoid circular require.
Andrew White
2012-05-13
1
-1
/
+2
*
bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups
Aaron Patterson
2012-05-03
1
-2
/
+3
*
Revert "Return an actual boolean from xml_http_request?"
Xavier Noria
2012-03-25
1
-1
/
+1
*
Return an actual boolean from xml_http_request?
Tim Pope
2012-03-23
1
-1
/
+1
*
reduced localhost check to two method calls
Aaron Patterson
2012-02-28
1
-2
/
+3
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-0
/
+6
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Add original_fullpath and original_url methods to Request
Piotr Sarnacki
2011-12-21
1
-0
/
+8
*
Remove dead broken code from AD::Request
José Valim
2011-12-08
1
-8
/
+0
*
Fix ActionDispatch::Request method explanations
Travis Pew
2011-11-28
1
-5
/
+5
*
refactor RemoteIp middleware
Andre Arko
2011-11-11
1
-18
/
+1
*
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-0
/
+10
*
document meta method
Vijay Dev
2011-08-04
1
-3
/
+3
*
TODO fix explicitly loading exceptations, autoload removed
Vishnu Atrai
2011-07-11
1
-0
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
1
-3
/
+3
|
\
|
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-3
/
+3
*
|
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
1
-7
/
+1
|
/
*
Only show dump of regular env methods on exception screen (not all the rack c...
David Heinemeier Hansson
2011-05-04
1
-4
/
+5
*
Add missing deprecation require
Carlos Antonio da Silva
2011-02-11
1
-0
/
+1
*
Change the CSRF whitelisting to only apply to get requests
Michael Koziarski
2011-02-08
1
-1
/
+2
*
Add additional HTTP request methods from the following RFCs:
Andrew White
2010-11-02
1
-2
/
+19
*
make sure request parameters are accessible after rack throws an exception pa...
Miles Egan
2010-10-12
1
-2
/
+2
*
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
[next]