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
*
Backport fixes about #7774 to 3-2-stable
maximerety
2013-03-05
1
-0
/
+9
*
Use 1.8 hash style
Carlos Antonio da Silva
2013-02-22
1
-1
/
+1
*
determine the match shorthand target early.
Yves Senn
2013-02-22
1
-0
/
+27
*
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-0
/
+7
*
fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa...
Aditya Sanghi
2013-01-16
1
-0
/
+21
*
Merge pull request #8914 from nilbus/fix-header-bloat
Rafael Mendonça França
2013-01-15
1
-1
/
+2
*
Fix JSON params parsing regression for non-object JSON content.
Dylan Smith
2013-01-11
1
-0
/
+7
*
Merge branch '3-2-sec' into 3-2-secmerge
Aaron Patterson
2013-01-08
2
-0
/
+32
|
\
|
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
2
-0
/
+32
*
|
Don't use 1.9 hash syntax on 3-2-stable
Andrew White
2012-12-14
1
-8
/
+8
*
|
Clear url helper methods when routes are reloaded
Andrew White
2012-12-14
1
-0
/
+86
*
|
Merge pull request #8490 from mattv/fix_request_raw_post
Rafael Mendonça França
2012-12-11
1
-0
/
+7
*
|
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-11-16
1
-6
/
+6
*
|
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-11-16
1
-0
/
+9
*
|
Merge pull request #8093 from nikitug/keep_app_x_ua_compatible
Carlos Antonio da Silva
2012-11-08
1
-0
/
+34
*
|
backport, handle trailing slash with engines
Yves Senn
2012-11-08
1
-0
/
+5
|
/
*
Add test to avoid regression of 4a86362
Rafael Mendonça França
2012-11-02
1
-0
/
+10
*
Revert "Merge pull request #7668 from Draiken/fix_issue_6497"
Rafael Mendonça França
2012-11-02
1
-7
/
+0
*
Merge pull request #7789 from senny/7777_resource_functions_modify_options
Rafael Mendonça França
2012-10-01
1
-0
/
+20
*
Since File instance doesn't respond to #open use a double to test the
Rafael Mendonça França
2012-09-30
1
-1
/
+1
*
Merge pull request #7668 from Draiken/fix_issue_6497
Rafael Mendonça França
2012-09-19
1
-0
/
+7
*
Fix bug when Rails.application is defined but is nil. See #881
Marc-Andre Lafortune
2012-08-28
1
-0
/
+7
*
Test actual content of permanent cookie
brainopia
2012-08-10
1
-1
/
+1
*
Dont stream back cookie value if it was set to the same value
brainopia
2012-08-10
1
-1
/
+13
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-0
/
+26
*
Array parameters should not contain nil values.
Aaron Patterson
2012-06-11
1
-0
/
+4
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-1
/
+6
*
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-0
/
+34
*
Reset the request parameters after a constraints check
Andrew White
2012-05-03
1
-0
/
+19
*
Restore interpolation of path option in redirect routes
Andrew White
2012-04-29
1
-1
/
+40
*
Escape interpolated params when redirecting - fixes #5688
Andrew White
2012-04-29
1
-0
/
+28
*
Fix the redirect when it receive blocks with arity of 1.
Rafael Mendonça França
2012-03-31
1
-0
/
+15
*
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
1
-0
/
+4
*
Fix some warnings on 3-2-stable
kennyj
2012-02-21
1
-1
/
+0
*
Remove fixture files with Windows incompatible filenames
Andrew White
2012-02-20
1
-27
/
+88
*
Fix ActionDispatch::Static to serve files with unencoded PCHAR
Andrew White
2012-02-17
1
-0
/
+28
*
backporting #4918 to 3.2 stable; adding extra test for accept header given by...
Aditya Sanghi
2012-02-17
1
-0
/
+12
*
Merge pull request #4988 from kennyj/fix_4720-3
Aaron Patterson
2012-02-10
1
-0
/
+26
*
Merge pull request #4908 from kennyj/fix_3864
José Valim
2012-02-06
1
-0
/
+33
*
Merge pull request #4879 from kennyj/fix_4873
José Valim
2012-02-04
1
-0
/
+6
*
Test for unicode path support
Paul McMahon
2012-01-25
1
-0
/
+20
*
Deprecate AC::UnknownError and AC::DoubleRenderError
Carlos Antonio da Silva
2012-01-17
2
-3
/
+3
*
Merge pull request #4462 from spohlenz/fix-routing-tests
Aaron Patterson
2012-01-16
1
-0
/
+4
*
Use a BodyProxy instead of including a Module that responds to close.
Santiago Pastorino
2012-01-13
1
-1
/
+12
*
Add original_fullpath and original_url methods to Request
Piotr Sarnacki
2012-01-10
1
-0
/
+24
*
Override respond_to? since we are also overriding method_missing.
José Valim
2012-01-03
1
-0
/
+7
*
deprecate ActiveSupport::Base64
Sergey Nartimov
2012-01-03
1
-4
/
+4
*
last named route wins. fixes #4164
Aaron Patterson
2011-12-28
1
-1
/
+1
*
adding tests for #4029
Aaron Patterson
2011-12-19
1
-1
/
+1
*
Add test for register_alias
Justin Campbell
2011-12-17
1
-0
/
+9
[next]