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
...
*
|
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
*
Merge pull request #15349 from tgxworld/remove_duplicated_method_call
Rafael Mendonça França
2014-06-03
1
-2
/
+2
|
\
|
*
Remove duplicated HashWithIndifferentAccess#with_indifferent_access.
Guo Xiang Tan
2014-05-26
1
-2
/
+2
*
|
move path_parameter encoding check to the request object
Aaron Patterson
2014-05-27
1
-0
/
+11
|
/
*
Add RFC4791 MKCALENDAR method
kasper
2014-05-15
1
-1
/
+3
*
[ci skip] Add documentation for original_fullpath.
Lauro Caetano
2014-03-11
1
-0
/
+7
*
Change deep_munge call to avoid deprecation warning
Carlos Antonio da Silva
2013-12-03
1
-2
/
+2
*
Deep Munge the parameters for GET and POST
Michael Koziarski
2013-12-02
1
-2
/
+2
*
:scissors: [ci skip]
Carlos Antonio da Silva
2013-11-04
1
-3
/
+0
*
Code style for privacy indention
David Heinemeier Hansson
2013-11-03
1
-8
/
+8
*
Ensure backwards compability after the #deep_munge extraction
David Heinemeier Hansson
2013-11-03
1
-0
/
+10
*
Normalize file parameters in same place as other parameters (ActionDispatch::...
robertomiranda
2013-08-14
1
-1
/
+0
*
Use helper method to get ENV['CONTENT_LENGTH']
Paul Nikitochkin
2013-07-08
1
-1
/
+1
*
Extract ActionDispatch::Request#deep_munge
Genadi Samokovarov
2013-05-30
1
-17
/
+2
*
Remove mentions of "app" from http request docs [ci skip]
Carlos Antonio da Silva
2013-03-19
1
-12
/
+10
*
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
1
-2
/
+2
*
Add extra clarifying line in docs. [ci skip]
Steve Klabnik
2013-03-13
1
-0
/
+1
*
Fix docs: response -> request.
Steve Klabnik
2013-03-13
1
-2
/
+2
*
Add documentation to ActionDispatch::Request
Gareth Rees
2013-03-13
1
-0
/
+16
*
adding missing requires
Aaron Patterson
2013-01-09
1
-0
/
+8
[prev]
[next]