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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-1
/
+1
*
|
|
|
|
Display exceptions in text format for xhr request
Kir Shatrov
2013-08-22
13
-13
/
+84
*
|
|
|
|
Escape the message of an exception in debug_exceptions to avoid bad rendering
Adrien Siami
2013-08-21
5
-5
/
+5
*
|
|
|
|
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
*
|
|
|
|
Merge pull request #11891 from robertomiranda/remove_upload_module
Santiago Pastorino
2013-08-19
3
-14
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Normalize file parameters in same place as other parameters (ActionDispatch::...
robertomiranda
2013-08-14
3
-14
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
1
-13
/
+11
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-13
/
+11
*
|
|
|
|
Pass assert_dom_equal message arg to underlying assertion
Ryan McGeary
2013-08-04
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Refactor handling of action normalization
Max Shytikov
2013-07-26
1
-11
/
+13
*
|
|
|
Allow overriding of all headers from passed environment hash
Andrew White
2013-07-25
1
-5
/
+5
*
|
|
|
Clear named routes when routes.rb is reloaded
Andrew White
2013-07-21
1
-0
/
+1
*
|
|
|
Refactor to reduce number of loops
Andrew White
2013-07-17
1
-15
/
+25
*
|
|
|
Fix failing test missed for the past year :(
Andrew White
2013-07-17
1
-2
/
+17
*
|
|
|
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
2
-1
/
+17
*
|
|
|
Merge pull request #11351 from jetthoughts/cleanup_request
Rafael Mendonça França
2013-07-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use helper method to get ENV['CONTENT_LENGTH']
Paul Nikitochkin
2013-07-08
1
-1
/
+1
*
|
|
|
|
Use Request#raw_post instead Request#body
Paul Nikitochkin
2013-07-08
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Space is not required for Set-Cookie header
Yamagishi Kazutoshi
2013-07-05
1
-1
/
+1
*
|
|
|
remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`
Yves Senn
2013-07-04
1
-2
/
+0
*
|
|
|
Missing closing + in documentation [ci skip]
Edho Arief
2013-07-04
1
-1
/
+1
*
|
|
|
Remove deprecated Rails application fallback for integration testing
Carlos Antonio da Silva
2013-07-02
1
-4
/
+0
*
|
|
|
store a symbol directly inside DISPATCH_CACHE for extra roflscale
Charlie Somerville
2013-06-30
1
-1
/
+1
*
|
|
|
writing the new body can cause the response to be committed and the
Aaron Patterson
2013-06-28
1
-1
/
+3
*
|
|
|
Merge pull request #11000 from sbeckeriv/accept_header
Carlos Antonio da Silva
2013-06-25
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix undefined method `ref' for nil:NilClass for bad accept headers
Stephen Becker IV
2013-06-19
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Fix shorthand routes where controller and action are in the scope
Andrew White
2013-06-25
1
-2
/
+10
*
|
|
|
Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-case
Guillermo Iguaran
2013-06-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Flag cookies as secure with ignore case in ActionDispatch::SSL
Yamagishi Kazutoshi
2013-06-24
1
-1
/
+1
*
|
|
|
|
ActionDispatch:SSL: don't include STS header in non-https responses
Geoff Buesing
2013-06-23
1
-2
/
+1
|
/
/
/
/
*
/
/
/
Don't remove trailing slash from PATH_INFO for mounted apps
Piotr Sarnacki
2013-06-21
1
-1
/
+7
|
/
/
/
*
|
|
Don't set X-UA-Compatible header by default
Guillermo Iguaran
2013-06-13
1
-2
/
+1
*
|
|
Grammar nazi at work [ci skip]
Paweł Gościcki
2013-06-12
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
*
|
|
Merge pull request #10838 from gsamokovarov/routing-autoload_under
Rafael Mendonça França
2013-06-04
1
-5
/
+7
|
\
\
\
|
*
|
|
Dry-up ActionDispatch::Routing autoloads
Genadi Samokovarov
2013-06-04
1
-5
/
+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
*
|
|
Merge pull request #10803 from gsamokovarov/extract-deep-munge
Rafael Mendonça França
2013-05-30
3
-18
/
+27
|
\
\
\
|
*
|
|
Extract ActionDispatch::Request#deep_munge
Genadi Samokovarov
2013-05-30
3
-18
/
+27
|
|
/
/
*
/
/
`RoutesInspector` deals with routes using regexp as `:controller` option
Yves Senn
2013-05-30
1
-1
/
+1
|
/
/
*
|
Require only minitest.
Rafael Mendonça França
2013-05-22
1
-1
/
+1
*
|
Merge pull request #10667 from rubys/minitest-autorun
Rafael Mendonça França
2013-05-22
1
-1
/
+1
|
\
\
|
*
|
Eliminate minitest warnings
Sam Ruby
2013-05-17
1
-1
/
+1
*
|
|
Add has_named_route? to the mapper API
José Valim
2013-05-20
1
-0
/
+5
|
/
/
*
|
Fix named routing regression from 3.2.13
schneems
2013-05-16
1
-0
/
+1
*
|
Revert "Integration tests support the OPTIONS http method"
Rafael Mendonça França
2013-05-16
1
-7
/
+1
*
|
Fixing build broken by this change
Arun Agrawal
2013-05-13
1
-2
/
+2
[prev]
[next]