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 `request.ssl?` bug with Action Cable
Jon Moss
2016-02-23
1
-0
/
+4
*
Space Oddity
Akira Matsuda
2016-01-14
1
-1
/
+1
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
1
-0
/
+3
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-0
/
+4
*
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
1
-2
/
+2
|
\
|
*
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
1
-2
/
+2
*
|
Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method
Sean Griffin
2015-11-23
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
write a test for `#form_data?`
Sergey Alekseev
2015-03-31
1
-1
/
+9
*
|
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+2
*
|
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
1
-1
/
+4
*
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-3
/
+3
*
|
pull the flash methods in to their own module
Aaron Patterson
2015-09-25
1
-0
/
+3
*
|
commit the flash after the controller finishes being serviced
Aaron Patterson
2015-09-25
1
-15
/
+0
*
|
move flash committing to the request object.
Aaron Patterson
2015-09-25
1
-0
/
+15
*
|
remove the request parameter from `parse_formatted_parameters`
Aaron Patterson
2015-09-18
1
-1
/
+1
*
|
push the parameter parsers on to the class
Aaron Patterson
2015-09-18
1
-25
/
+0
*
|
only wrap the strategy with exception handling
Aaron Patterson
2015-09-18
1
-9
/
+10
*
|
pull `normalize_encode_params` up
Aaron Patterson
2015-09-18
1
-2
/
+2
*
|
remove the `default` parameter from the parser method
Aaron Patterson
2015-09-18
1
-8
/
+5
*
|
move parameter parsing to the request object
Aaron Patterson
2015-09-18
1
-1
/
+34
*
|
fewer direct env manipulations
Aaron Patterson
2015-09-15
1
-1
/
+1
*
|
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
[next]