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
/
test
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...
Guillermo Iguaran
2013-11-02
1
-6
/
+0
*
|
Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...
Guillermo Iguaran
2013-11-01
1
-0
/
+6
|
\
\
|
*
|
Change ActionController::Parameters#require behavior when value is empty
Sebastian Sogamoso
2013-03-11
1
-0
/
+6
*
|
|
session#fetch doesn't behave exactly like Hash#fetch.
Damien Mathieu
2013-10-30
1
-1
/
+5
*
|
|
add the fetch method to sessions
Damien Mathieu
2013-10-29
1
-0
/
+13
*
|
|
Respect `SCRIPT_NAME` when using `redirect` with a relative path
Andrew White
2013-10-10
1
-0
/
+100
*
|
|
add test_scoped_root_as_name
Sam Ruby
2013-09-24
1
-0
/
+13
|
|
/
|
/
|
*
|
Merge pull request #11912 from jonkessler/respond-to-signature-fixes
Rafael Mendonça França
2013-08-31
1
-0
/
+5
|
\
\
|
*
|
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-0
/
+5
*
|
|
Display exceptions in text format for xhr request
Kir Shatrov
2013-08-22
1
-0
/
+41
|
/
/
*
|
Allow overriding of all headers from passed environment hash
Andrew White
2013-07-25
1
-0
/
+30
*
|
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-0
/
+53
*
|
Use Request#raw_post instead Request#body
Paul Nikitochkin
2013-07-08
1
-0
/
+7
*
|
Merge pull request #11313 from gsamokovarov/url-encoded-params-test
Rafael Mendonça França
2013-07-06
1
-25
/
+27
|
\
\
|
*
|
Cleanup ul_encoded_params_parsing_test
Genadi Samokovarov
2013-07-05
1
-25
/
+27
*
|
|
Space is not required for Set-Cookie header
Yamagishi Kazutoshi
2013-07-05
1
-0
/
+29
|
/
/
*
|
use bytesize rather than force encoding
Aaron Patterson
2013-06-28
1
-2
/
+1
*
|
test-case => failing
Yves Senn
2013-06-25
1
-0
/
+13
*
|
Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-case
Guillermo Iguaran
2013-06-24
1
-0
/
+14
|
\
\
|
*
|
Flag cookies as secure with ignore case in ActionDispatch::SSL
Yamagishi Kazutoshi
2013-06-24
1
-0
/
+14
*
|
|
ActionDispatch:SSL: don't include STS header in non-https responses
Geoff Buesing
2013-06-23
1
-0
/
+5
|
/
/
*
|
Don't remove trailing slash from PATH_INFO for mounted apps
Piotr Sarnacki
2013-06-21
1
-0
/
+5
*
|
Don't set X-UA-Compatible header by default
Guillermo Iguaran
2013-06-13
1
-3
/
+1
*
|
Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...
kennyj
2013-06-02
2
-21
/
+0
*
|
`RoutesInspector` deals with routes using regexp as `:controller` option
Yves Senn
2013-05-30
1
-0
/
+9
*
|
Add has_named_route? to the mapper API
José Valim
2013-05-20
1
-0
/
+13
*
|
Fix named routing regression from 3.2.13
schneems
2013-05-16
1
-0
/
+11
*
|
Replace multi_json with json
Erik Michaels-Ober
2013-05-11
1
-1
/
+1
*
|
Fix failing AP test
Carlos Antonio da Silva
2013-05-01
1
-1
/
+1
*
|
Merge pull request #9857 from yyyc514/bad_params_should_400
Aaron Patterson
2013-04-30
1
-0
/
+6
|
\
\
|
*
|
failure to parse params should trigger a 400 Bad Request
Josh Goebel
2013-03-21
1
-0
/
+6
*
|
|
Add test for `format: false` with resources - closes #10323
Andrew White
2013-04-24
1
-0
/
+29
*
|
|
Return a 405 response for unknown HTTP methods
Lewis Marshall
2013-04-22
2
-0
/
+12
*
|
|
Refactor ActionDispatch::Http::URL.build_host_url
Andrew White
2013-04-18
1
-0
/
+41
*
|
|
Add url generation tests for #10185
Andrew White
2013-04-18
1
-0
/
+2
*
|
|
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-0
/
+20
*
|
|
Merge pull request #10074 from trevorturk/remove-fixme-comments-about-legacy-...
Rafael Mendonça França
2013-04-03
2
-2
/
+0
|
\
\
\
|
*
|
|
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
2
-2
/
+0
*
|
|
|
Merge pull request #9932 from senny/9913_routing_problem
Andrew White
2013-04-03
1
-0
/
+29
|
\
\
\
\
|
*
|
|
|
routing shorthand syntax works with multiple paths
Yves Senn
2013-03-26
1
-0
/
+14
|
*
|
|
|
bugfix, when matching multiple paths with `get`, `post`, ...
Yves Senn
2013-03-26
1
-0
/
+15
*
|
|
|
|
fix regression in Mapper when `format:` was used in a `scope`.
Yves Senn
2013-04-03
1
-0
/
+22
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #10061 from trevorturk/dummy-key-generator-rename
Santiago Pastorino
2013-04-02
2
-8
/
+8
|
\
\
\
\
|
*
|
|
|
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
2
-8
/
+8
*
|
|
|
|
Fix permanent cookie jar accessor typo
Trevor Turk
2013-04-02
1
-1
/
+6
|
/
/
/
/
*
|
|
|
Fixed typo on AP dispatch Mime::Type test
KalabiYau
2013-04-01
1
-1
/
+1
*
|
|
|
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-2
/
+73
|
/
/
/
*
|
|
Skipping test for OpenSSL::PKCS5 JRuby
Arun Agrawal
2013-03-25
1
-0
/
+10
*
|
|
Update tests for #9704, named route collisions
Jeremy Kemper
2013-03-24
1
-1
/
+1
*
|
|
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...
Trevor Turk
2013-03-24
1
-0
/
+55
[prev]
[next]