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
*
adds delegetion for eof? to AD::Http::UploadedFile
Jens Fahnenbruck
2012-03-27
1
-0
/
+6
*
Allow a defining custom member field on resources
Jamie Macey
2012-03-25
1
-0
/
+18
*
Fix secure cookies when there are more than one space before the secure
Rafael Mendonça França
2012-03-19
1
-0
/
+28
*
Remove exclude option from ActionDispatch::SSL
Rafael Mendonça França
2012-03-19
1
-6
/
+0
*
Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.x
Rafael Mendonça França
2012-03-17
1
-14
/
+0
*
Rack::SSL -> ActionDispatch::SSL
Rafael Mendonça França
2012-03-17
1
-0
/
+149
*
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
1
-0
/
+4
*
Refactor AD::UploadedFile, and raise sooner if tempfile is not present
Carlos Antonio da Silva
2012-03-06
1
-1
/
+1
*
Added parsing of arbitrary media type parameters.
Steve Klabnik
2012-03-05
1
-0
/
+6
*
Merge pull request #5219 from mattfawcett/2781-fix-querystring-route-constrai...
Aaron Patterson
2012-02-29
1
-0
/
+12
|
\
|
*
Fix the assert_recognizes test method so that it works when there are
Matt Fawcett
2012-02-24
1
-0
/
+12
*
|
Remove wrong and redundant code.
kennyj
2012-02-25
1
-6
/
+4
*
|
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-0
/
+8
|
/
*
Merge pull request #5119 from kennyj/fix_5114
Aaron Patterson
2012-02-22
1
-0
/
+26
|
\
|
*
Testcase for GH #5114.
kennyj
2012-02-22
1
-0
/
+26
*
|
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-4
/
+11
|
/
*
Remove fixture files with Windows incompatible filenames
Andrew White
2012-02-20
1
-26
/
+88
*
Fix ActionDispatch::Static to serve files with unencoded PCHAR
Andrew White
2012-02-17
1
-2
/
+26
*
escape static file path to prevent double unescaping
Sergey Nartimov
2012-02-16
1
-0
/
+4
*
ActionDispatch: add missing test for callbacks
Bogdan Gusiev
2012-02-16
1
-2
/
+9
*
fixing AP tests
Aaron Patterson
2012-02-15
1
-1
/
+1
*
say goodbye to #with_test_routes :axe:
Xavier Noria
2012-02-10
1
-1166
/
+947
*
fixes a regression introduced by 532cd4, and a bogus test in AP the regressio...
Xavier Noria
2012-02-10
1
-6
/
+6
*
Fix GH #4720. Routing problem with nested namespace and already camelized con...
kennyj
2012-02-10
1
-0
/
+26
*
Fix failing request test
Carlos Antonio da Silva
2012-02-07
1
-1
/
+1
*
Merge pull request #2490 from gsterndale/x_forwarded_for_order
José Valim
2012-02-07
1
-4
/
+4
|
\
|
*
The first IP address in the X-Forwarded-For header is the originating IP
Greg Sterndale
2012-02-07
1
-4
/
+4
*
|
Merge pull request #2632 from gsterndale/replace_trusted_proxies
José Valim
2012-02-07
1
-2
/
+13
|
\
\
|
*
|
Trusted proxies is replaced with a Regexp or appended to with a String
Greg Sterndale
2012-02-07
1
-2
/
+13
|
|
/
*
/
Failing test case that shows issue #736 should still be open.
Scott W. Bradley
2012-02-06
1
-0
/
+6
|
/
*
Fix url_for method's behavior when it is called with :controller option which...
kennyj
2012-02-07
1
-0
/
+33
*
Revert "Deprecated multi args to http route methods"
Jeremy Kemper
2012-02-05
1
-2
/
+1
*
Add testcase for non english filename. Related to #2982.
kennyj
2012-02-05
1
-1
/
+6
*
Fix GH #4873. Allow swapping middleware of same class
kennyj
2012-02-04
1
-0
/
+6
*
Remove not used env[] call in routing_test.
Carlos Antonio da Silva
2012-01-27
1
-1
/
+0
*
Fix warning. assigned but unused variable - path_params
kennyj
2012-01-28
1
-1
/
+1
*
Merge pull request #4658 from pwim/unicode-paths
Aaron Patterson
2012-01-25
1
-0
/
+20
*
Deprecated multi args to http route methods
Aaron Patterson
2012-01-23
1
-1
/
+2
*
ActionDispatch::Cookies::CookieJar#deleted? predicate method.
Paul Annesley
2012-01-24
1
-0
/
+11
*
Removed unused assigns from ActionView::Template::Error
brainopia
2012-01-20
2
-2
/
+2
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
3
-6
/
+0
*
Remove other old compatibility constants
Carlos Antonio da Silva
2012-01-17
2
-3
/
+3
*
Stub ip method of alternative request class
Sam Pohlenz
2012-01-14
1
-0
/
+4
*
Use a BodyProxy instead of including a Module that responds to close.
Santiago Pastorino
2012-01-13
1
-1
/
+12
*
Fix routing test to use assert_equal
Carlos Antonio da Silva
2012-01-06
1
-2
/
+2
*
AP tests should inherit from AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Moved all the logger methods to active support logger
Karunakar (Ruby)
2012-01-06
2
-2
/
+2
*
Override respond_to? since we are also overriding method_missing.
José Valim
2012-01-03
1
-0
/
+7
*
remove ActiveSupport::Base64 in favor of ::Base64
Sergey Nartimov
2012-01-02
1
-4
/
+4
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
[next]