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
Commit message (
Expand
)
Author
Age
Files
Lines
*
use methods on the request object to implement `fetch`
Aaron Patterson
2015-08-21
1
-2
/
+8
*
dup the env hash on Header#env
Aaron Patterson
2015-08-21
1
-1
/
+1
*
use accessors on the request object for manipulating env
Aaron Patterson
2015-08-21
1
-3
/
+3
*
use `set_header` rather than []=
Aaron Patterson
2015-08-21
1
-1
/
+1
*
dup the request and mutate its headers object.
Aaron Patterson
2015-08-21
1
-2
/
+2
*
pass a request object to the headers object
Aaron Patterson
2015-08-21
2
-10
/
+16
*
Simplify code
Marcin Olichwirowicz
2015-08-13
1
-5
/
+4
*
Avoid unnecessary MatchData objects
Marcin Olichwirowicz
2015-08-13
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
*
Merge pull request #21131 from eagletmt/percent-filename
Rafael Mendonça França
2015-08-06
1
-1
/
+7
|
\
|
*
Assume uploaded filename is UTF-8
Kohei Suzuki
2015-08-05
1
-1
/
+7
*
|
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
|
/
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-07-28
1
-1
/
+1
*
Merge pull request #20590 from vngrs/set_default_charset
Rafael Mendonça França
2015-07-27
1
-6
/
+6
|
\
|
*
Document, refactor and create test case for ActionDispatch::Response#charset=...
Mehmet Emin İNAÇ
2015-06-17
1
-6
/
+6
*
|
rm `deep_munge`. You will live on in our hearts (and git history)
Aaron Patterson
2015-07-21
1
-7
/
+2
*
|
push param encoding in to the utils module
Aaron Patterson
2015-07-21
1
-14
/
+1
*
|
recurse for arrays in `normalize_encode_params`
Aaron Patterson
2015-07-21
1
-5
/
+3
*
|
Freeze string literals when not mutated.
schneems
2015-07-19
2
-5
/
+5
*
|
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-1
/
+1
*
|
move buffer caching on to the buffer
Aaron Patterson
2015-07-13
1
-3
/
+11
*
|
added description instead of remove usage [ci skip]
Julio Lopez
2015-07-11
1
-1
/
+1
*
|
Allow filtering params based on parent keys
Guillaume Malette
2015-06-22
1
-7
/
+17
*
|
Fix the comment about attr_reader of headers [ci skip]
Mehmet Emin İNAÇ
2015-06-16
1
-1
/
+1
|
/
*
remove `header=` on the response object.
Aaron Patterson
2015-06-15
2
-13
/
+14
*
set the default charset in response initialize
Aaron Patterson
2015-06-15
1
-4
/
+12
*
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
*
Merge pull request #20329 from EduardoBautista/json-api-support
Rafael Mendonça França
2015-05-27
1
-1
/
+1
|
\
|
*
Add application/vnd.api+json alias to the JSON MIME Type.
Eduardo Bautista
2015-05-27
1
-1
/
+1
*
|
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
*
Spelling/typo/grammatical fixes [ci skip]
karanarora
2015-05-23
1
-1
/
+1
*
Use ruby 1.9 lambda syntax in documentations [ci skip]
Mehmet Emin İNAÇ
2015-05-03
1
-1
/
+1
*
Fix method signature of `parse_query` to match rack
eileencodes
2015-04-06
1
-1
/
+1
*
Add ActiveSupport::ArrayInquirer and Array#inquiry
George Claghorn
2015-03-24
1
-27
/
+2
*
Provide friendlier access to request variants
George Claghorn
2015-03-24
1
-7
/
+34
*
Fix handling of empty X_FORWARDED_HOST header.
adam
2015-03-20
1
-1
/
+1
*
Merge pull request #19215 from gsamokovarov/revert-ruby-2-2-0-kwarg-crash-wor...
Sean Griffin
2015-03-05
1
-3
/
+1
|
\
[next]