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
*
Use proper output format [ci skip] (#27498)
प्रथमेश Sonpatki
2016-12-29
1
-1
/
+1
*
Update request.rb --ci skip
Shardul Parab
2016-12-29
1
-0
/
+3
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-1
/
+1
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
1
-0
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-33
/
+33
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
1
-12
/
+0
*
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-1
/
+0
*
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
[next]