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
*
Extract `Date` header to string constant in Http Response, similar to other h...
Vipul A M
2015-01-14
1
-3
/
+4
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
Remove deprecated `ActionDispatch::Request#deep_munge`
Rafael Mendonça França
2015-01-04
1
-9
/
+0
*
Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`
Rafael Mendonça França
2015-01-04
1
-8
/
+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
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-12-20
1
-0
/
+109
|
\
|
*
Add docs for ActionDispatch::Http::URL methods
claudiob
2014-12-18
1
-0
/
+109
*
|
allow reseting of request variants
Timo Schilling
2014-12-16
1
-1
/
+2
|
/
*
ParameterFilter shouldn't try to dup symbol keys
Nate Berkopec
2014-12-13
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Anchor should not be appended when set to nil/false.
Guo Xiang Tan
2014-11-23
1
-1
/
+3
*
edit pass over all warnings
Xavier Noria
2014-10-28
3
-5
/
+5
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-1
/
+7
*
remove duplicate method (_status_code) in action_dispatch
Abdelkader Boudih
2014-10-19
1
-3
/
+0
*
Make _status_code methods nodoc
Prathamesh Sonpatki
2014-10-19
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
*
[ci skip]Correct variables in the sample code
suginoy
2014-09-10
1
-2
/
+2
*
Add support for Rack::ContentLength middelware
Javan Makhmali
2014-09-06
1
-0
/
+4
*
Deprecate implicit AD::Response splatting and Array conversion
Jeremy Kemper
2014-09-06
1
-2
/
+13
*
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
*
Realign assignments :scissors:
Carlos Antonio da Silva
2014-07-31
1
-5
/
+5
*
Do not reassign variable when mutation is happening
Carlos Antonio da Silva
2014-07-31
1
-8
/
+5
*
Only concatenate path if it was given rather than converting blindly
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
Rename variable to better show its intent
Carlos Antonio da Silva
2014-07-31
1
-12
/
+12
*
Simplify conditional
Carlos Antonio da Silva
2014-07-31
1
-3
/
+2
*
Push options check up so we can simplify internal methods
Carlos Antonio da Silva
2014-07-31
1
-13
/
+10
*
LOCALHOST definition should match any 127.0.0.0/8 address
Earl J St Sauver
2014-07-18
1
-1
/
+1
*
use a strategy object for generating urls in named helpers
Aaron Patterson
2014-07-17
1
-8
/
+13
*
extract path building to a method
Aaron Patterson
2014-07-16
1
-9
/
+11
*
break out path building logic to methods
Aaron Patterson
2014-07-16
1
-14
/
+22
*
only extract :params from the options hash once
Aaron Patterson
2014-07-16
1
-3
/
+2
*
always transcode the file to utf-8
Aaron Patterson
2014-07-16
1
-0
/
+1
*
rack 1.6 encodes the filenames in posts correctly now
Aaron Patterson
2014-07-15
1
-8
/
+1
*
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
2
-12
/
+11
|
\
|
*
Since upgrading rack we can remove unnecessary string encodings
Jarmo Isotalo
2014-05-19
1
-9
/
+2
|
*
Upgraded rack
Jarmo Isotalo
2014-05-19
1
-3
/
+9
*
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-3
/
+4
*
|
makes it sound less misleading
ShunsukeAida
2014-07-02
1
-2
/
+2
*
|
push host / port / protocol extraction up
Aaron Patterson
2014-06-30
1
-6
/
+6
*
|
add both branches to the only_path conditional
Aaron Patterson
2014-06-19
1
-6
/
+6
*
|
Change Http::Cache::SPECIAL_KEYS from Array to Set
Mindaugas Mozūras
2014-06-15
1
-1
/
+1
*
|
only check named_host? once in normalize_host
Aaron Patterson
2014-06-12
1
-3
/
+7
*
|
lookup subdomain from the options hash once, defaulting to true
Aaron Patterson
2014-06-12
1
-2
/
+2
*
|
only extract domain from the options hash once
Aaron Patterson
2014-06-12
1
-3
/
+4
*
|
reduce calls to `named_host?`
Aaron Patterson
2014-06-12
1
-2
/
+6
[next]