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
*
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
*
|
Removed warning actionpack url.rb
Juanito Fatas
2014-06-12
1
-2
/
+2
*
|
remove useless to_param call
Aaron Patterson
2014-06-11
1
-1
/
+1
*
|
only look up the subdomain once
Aaron Patterson
2014-06-11
1
-3
/
+4
*
|
scheme should contain one or more characters
Aaron Patterson
2014-06-11
1
-1
/
+1
*
|
pull the port out of the options hash once
Aaron Patterson
2014-06-11
1
-2
/
+3
*
|
remove useless nil check
Aaron Patterson
2014-06-11
1
-2
/
+2
*
|
these methods are always called with a tld_parameter
Aaron Patterson
2014-06-11
1
-3
/
+3
*
|
rm `same_host?`. The same conditional is two lines down.
Aaron Patterson
2014-06-11
1
-5
/
+3
*
|
Revert "rm `same_host?`. The same conditional is two lines down."
Aaron Patterson
2014-06-11
1
-5
/
+8
*
|
rm `same_host?`. The same conditional is two lines down.
Aaron Patterson
2014-06-11
1
-8
/
+5
*
|
cache host on the stack so we only look it up once
Aaron Patterson
2014-06-11
1
-8
/
+9
*
|
only pull :protocol from the options hash once
Aaron Patterson
2014-06-11
1
-2
/
+3
*
|
cache protocol on the stack to reduce options hash lookups
Aaron Patterson
2014-06-11
1
-7
/
+7
[next]