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
*
Reuse variable to avoid symbol usage
Carlos Antonio da Silva
2013-08-31
1
-2
/
+2
*
Merge pull request #11912 from jonkessler/respond-to-signature-fixes
Rafael Mendonça França
2013-08-31
1
-1
/
+1
|
\
|
*
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-1
/
+1
*
|
Use each_with_object
Santiago Pastorino
2013-08-19
1
-4
/
+2
*
|
Organize normalize_encoding_params' conditionals a bit better and use a case ...
Santiago Pastorino
2013-08-19
1
-15
/
+18
*
|
Normalize file parameters in same place as other parameters (ActionDispatch::...
robertomiranda
2013-08-14
3
-14
/
+2
|
/
*
Use helper method to get ENV['CONTENT_LENGTH']
Paul Nikitochkin
2013-07-08
1
-1
/
+1
*
writing the new body can cause the response to be committed and the
Aaron Patterson
2013-06-28
1
-1
/
+3
*
Fix undefined method `ref' for nil:NilClass for bad accept headers
Stephen Becker IV
2013-06-19
1
-1
/
+1
*
Merge pull request #10839 from gsamokovarov/clean-normalize_encoded_paths
Rafael Mendonça França
2013-06-04
1
-11
/
+7
|
\
|
*
Refactor ActionDispatch::Http::Parameters#normalize_encode_params
Genadi Samokovarov
2013-06-04
1
-11
/
+7
*
|
Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...
kennyj
2013-06-02
1
-16
/
+0
*
|
Add propery docs to ActionDispatch::Response [ci skip]
Steve Klabnik
2013-05-30
1
-3
/
+19
*
|
Extract ActionDispatch::Request#deep_munge
Genadi Samokovarov
2013-05-30
1
-17
/
+2
|
/
*
use constant for encoding
Nihad Abbasov
2013-05-02
1
-1
/
+1
*
extract no content response codes to a constant
Vipul A M
2013-04-22
1
-1
/
+2
*
Refactor ActionDispatch::Http::URL.build_host_url
Andrew White
2013-04-18
1
-20
/
+49
*
Duplicate options before mutating them
Andrew White
2013-04-18
1
-0
/
+1
*
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-1
/
+1
*
Return nil for Mime::NullType#ref
Andrew White
2013-04-10
1
-0
/
+4
*
Reverts rendering behavior when format is unknown
Grzegorz Świrski
2013-04-10
1
-1
/
+5
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-1
/
+1
|
\
|
*
Fixed small typos
Prathamesh Sonpatki
2013-03-19
1
-1
/
+1
*
|
Merge pull request #9794 from schneems/schneems/email-host
Andrew White
2013-03-19
1
-1
/
+12
|
\
\
|
*
|
Fix improperly configured host in generated urls
schneems
2013-03-19
1
-1
/
+12
*
|
|
Remove mentions of "app" from http request docs [ci skip]
Carlos Antonio da Silva
2013-03-19
1
-12
/
+10
|
/
/
*
|
drop an unused hash; change slang to SPECIAL
Vipul A M
2013-03-19
1
-2
/
+2
*
|
Merge pull request #5606 from teohm/multipart_unicode_param_name
Steve Klabnik
2013-03-15
3
-31
/
+24
|
\
\
|
*
|
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
3
-31
/
+24
*
|
|
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
1
-2
/
+1
|
/
/
*
|
Add extra clarifying line in docs. [ci skip]
Steve Klabnik
2013-03-13
1
-0
/
+1
*
|
Fix docs: response -> request.
Steve Klabnik
2013-03-13
1
-2
/
+2
*
|
Merge pull request #9698 from garethrees/request_documentation
Steve Klabnik
2013-03-13
1
-0
/
+16
|
\
\
|
*
|
Add documentation to ActionDispatch::Request
Gareth Rees
2013-03-13
1
-0
/
+16
|
|
/
*
|
`Http::Headers` respects dotted env vars, symbols, headers with numbers.
Yves Senn
2013-03-13
1
-11
/
+6
*
|
allow headers and env to be passed in `IntegrationTest`.
Yves Senn
2013-03-13
1
-1
/
+15
*
|
refactor, `Http::Headers` stores headers in env notation
Yves Senn
2013-03-13
1
-17
/
+21
*
|
Http::Headers respects headers that are not prefixed with HTTP_
Yves Senn
2013-03-13
1
-1
/
+13
*
|
Change from each to each_value in http/parameters since we don't use key
Vipul A M
2013-03-13
1
-1
/
+1
|
/
*
Fix formats on xhr requests when HTTP_ACCEPT is empty string
maximerety
2013-03-04
1
-1
/
+1
*
Require AS deps in ActionDispatch::Http::URL
Miha Filej
2013-02-19
1
-0
/
+3
*
Removed an old require of an MD5 digest which is no longer used.
wangjohn
2013-02-15
1
-1
/
+0
*
Merge pull request #8704 from senny/remove_regexp_global_from_url_for
Aaron Patterson
2013-02-14
1
-2
/
+6
|
\
|
*
replace regexp global in #url_for
Yves Senn
2013-01-16
1
-2
/
+6
*
|
Avoid to_sym calls
Santiago Pastorino
2013-02-13
1
-1
/
+1
*
|
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
2
-2
/
+2
*
|
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-01-26
1
-2
/
+14
|
\
\
|
*
|
generic pass before merging docrails
Xavier Noria
2013-01-26
1
-5
/
+7
|
*
|
Add documentation to ActionDispatch::Response
Matthew Stopa
2013-01-20
1
-0
/
+7
[next]