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
*
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
|
\
|
*
Revert work arounds for upstream Ruby 2.2.0 kwargs bug
Genadi Samokovarov
2015-03-05
1
-3
/
+1
*
|
nodoc filtered_location [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
|
/
*
Merge pull request #19147 from gsamokovarov/work-around-ruby-10695
Eileen M. Uchitelle
2015-03-02
1
-1
/
+3
|
\
|
*
Work around for upstream Ruby bug #10685
Genadi Samokovarov
2015-03-01
1
-1
/
+3
*
|
ask the routes objects for its Rack env key
Aaron Patterson
2015-03-02
1
-1
/
+1
*
|
drop string allocations per model url_for call in views
Aaron Patterson
2015-03-01
1
-1
/
+1
|
/
*
Fix default headers in test responses
Jeremy Kemper
2015-02-25
1
-5
/
+3
*
fix method name in mime type example. `Mime::Type.[]` doesn't exist. [ci skip]
yuuji.yaginuma
2015-02-23
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
*
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
[next]