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
*
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
|
\
|
*
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
|
\
[next]