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
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-3
/
+5
*
Merge pull request #21483 from justanshulsharma/add-ip6-address
Eileen M. Uchitelle
2015-09-03
1
-1
/
+1
|
\
|
*
[ci skip] Added localhost IPv6
Anshul Sharma
2015-09-03
1
-1
/
+1
*
|
add a method for getting the http auth salt
Aaron Patterson
2015-08-29
1
-0
/
+4
*
|
Code cleanup
Marcin Olichwirowicz
2015-08-27
1
-2
/
+2
|
/
*
always return a controller class from the `controller_class` method
Aaron Patterson
2015-08-25
1
-6
/
+13
*
Remove unused block arguments
Anshul Sharma
2015-08-25
1
-1
/
+1
*
remove more direct access to `env`
Aaron Patterson
2015-08-24
1
-1
/
+2
*
stop using `@env` in the GET / POST methods
Aaron Patterson
2015-08-24
1
-2
/
+7
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-2
/
+2
*
move more `@env` access to method calls
Aaron Patterson
2015-08-22
1
-16
/
+16
*
move ORIGINAL_SCRIPT_NAME to the metaprogrammed methods
Aaron Patterson
2015-08-22
1
-4
/
+1
*
metaprogram the HTTP_X_REQUEST_ID method
Aaron Patterson
2015-08-22
1
-6
/
+1
*
use `body_stream` instead of getting the env value ourselves
Aaron Patterson
2015-08-22
1
-1
/
+1
*
convert `@env` use to get / set header
Aaron Patterson
2015-08-22
1
-16
/
+16
*
Refactor to remove controller class from route to request
eileencodes
2015-08-22
1
-0
/
+12
*
pass a request object to the headers object
Aaron Patterson
2015-08-21
1
-1
/
+1
*
deprecate the env method on controller instances
Aaron Patterson
2015-08-07
1
-1
/
+1
*
stop using @_env in the controller instance
Aaron Patterson
2015-08-07
1
-0
/
+8
*
refactor param parsing middleware to use request objects
Aaron Patterson
2015-08-07
1
-0
/
+8
*
Fix documentation on ActionDispatch::Request
Gabriel Sobrinho
2015-08-06
1
-1
/
+1
*
use a request object to access info from env in GetIp
Aaron Patterson
2015-08-06
1
-1
/
+7
*
ask the request if we should show exceptions
Aaron Patterson
2015-08-06
1
-0
/
+7
*
prevent string allocations
Aaron Patterson
2015-08-06
1
-1
/
+1
*
get the underlying REQUEST_METHOD from the superclass
Aaron Patterson
2015-08-06
1
-1
/
+1
*
routes in the env via the request object
Aaron Patterson
2015-08-05
1
-0
/
+4
*
allocate a request object to avoid hash allocations
Aaron Patterson
2015-08-05
1
-0
/
+4
*
rm `deep_munge`. You will live on in our hearts (and git history)
Aaron Patterson
2015-07-21
1
-7
/
+2
*
A few documentation tweaks [ci skip]
Robin Dupret
2015-06-07
1
-2
/
+2
*
Remove already defined methods in super class of ActionDispatch::Request class
Mehmet Emin İNAÇ
2015-05-28
1
-36
/
+0
*
Documentation for ActionDispatch::Request form_data? method [ci skip]
Mehmet Emin İNAÇ
2015-05-27
1
-0
/
+2
*
Add missing nodocs and docs for ActionDispatch::Request [ci skip]
Mehmet Emin İNAÇ
2015-05-26
1
-3
/
+5
*
Use memoization while accessing request headers for minimizing memory usage
Mehmet Emin İNAÇ
2015-05-25
1
-1
/
+1
*
remove useless ivar
Aaron Patterson
2015-05-23
1
-1
/
+0
*
move request id manipulation to the request object
Aaron Patterson
2015-05-22
1
-1
/
+13
*
Fix method signature of `parse_query` to match rack
eileencodes
2015-04-06
1
-1
/
+1
*
ask the routes objects for its Rack env key
Aaron Patterson
2015-03-02
1
-1
/
+1
*
Prefer request_id over uuid and test the alias
Rafael Mendonça França
2015-02-20
1
-4
/
+4
*
Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...
David Ilizarov
2015-02-20
1
-0
/
+2
*
Remove deprecated `ActionDispatch::Request#deep_munge`
Rafael Mendonça França
2015-01-04
1
-9
/
+0
*
stop referencing `env` in url_for
Aaron Patterson
2014-12-30
1
-0
/
+4
*
use methods on the request rather than direct hash access
Aaron Patterson
2014-12-30
1
-0
/
+8
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-1
/
+1
*
Request#check_method no longer breaks when :en is not available locale
Stefan Henzen
2014-10-09
1
-1
/
+1
*
Rescue Rack::Utils::ParameterTypeError instead of TypeError
Yuki Nishijima
2014-09-13
1
-2
/
+2
*
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-0
/
+6
*
Protect against error when parsing parameters with Bad Request
Rafael Mendonça França
2014-08-19
1
-2
/
+2
*
use 'based on' instead of 'based off' [ci skip]
Akshay Vishnoi
2014-08-12
1
-1
/
+1
*
LOCALHOST definition should match any 127.0.0.0/8 address
Earl J St Sauver
2014-07-18
1
-1
/
+1
*
makes it sound less misleading
ShunsukeAida
2014-07-02
1
-2
/
+2
[next]