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
*
"subhash" --> "sub-hash"
Akshay Vishnoi
2014-04-19
1
-2
/
+2
*
Implement to_io as an alias
Rafael Mendonça França
2014-04-17
1
-5
/
+1
*
Provide interface for accessing underlying IO object
Tim Linquist
2014-04-15
1
-0
/
+5
*
Return null type format when format is not know
Rafael Mendonça França
2014-04-14
1
-1
/
+1
*
Replace trivial regexp with string or index, twice as fast
Kelley Reynolds
2014-03-28
1
-1
/
+1
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-5
/
+32
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-0
/
+4
*
Merge pull request #14291 from laurocaetano/doc-for-original-fullpath
Yves Senn
2014-03-12
1
-0
/
+7
|
\
|
*
[ci skip] Add documentation for original_fullpath.
Lauro Caetano
2014-03-11
1
-0
/
+7
*
|
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-12
/
+1
|
/
*
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-2
/
+13
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
Check if variant array contains only symbols
Łukasz Strzałkowski
2014-02-13
1
-2
/
+2
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-2
/
+4
*
Prevent [response].flatten from recursing infinitely.
Dan Kang
2014-02-08
1
-1
/
+1
*
only ask for the location filters once
Aaron Patterson
2014-01-31
1
-4
/
+5
*
FilterRedirect is referenced at the class level from the Response
Aaron Patterson
2014-01-31
1
-0
/
+1
*
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
2
-2
/
+2
*
Add Mime::Type.register "text/vcard", :vcf to the default list of mime types
David Heinemeier Hansson
2013-12-05
1
-0
/
+1
*
remove nil in NullType#ref.
Angelo capilleri
2013-12-04
1
-3
/
+1
*
Improve a couple exception messages related to variants and mime types
Carlos Antonio da Silva
2013-12-03
1
-5
/
+5
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+14
*
Change deep_munge call to avoid deprecation warning
Carlos Antonio da Silva
2013-12-03
1
-2
/
+2
*
Merge branch 'master-sec'
Aaron Patterson
2013-12-03
1
-2
/
+2
|
\
|
*
Deep Munge the parameters for GET and POST
Michael Koziarski
2013-12-02
1
-2
/
+2
*
|
Convert Mime::NullType in a singleton
Guillermo Iguaran
2013-12-03
1
-1
/
+4
|
/
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
2
-2
/
+2
*
:scissors: [ci skip]
Carlos Antonio da Silva
2013-11-04
1
-3
/
+0
*
Code style for privacy indention
David Heinemeier Hansson
2013-11-03
1
-8
/
+8
*
Ensure backwards compability after the #deep_munge extraction
David Heinemeier Hansson
2013-11-03
1
-0
/
+10
*
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
[next]