| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy literal route constraints to defaults - fixes #3571 and #6224. | Andrew White | 2012-05-11 | 2 | -3/+45 |
* | Don't ignore nil positional arguments for url helpers - fixes #6196. | Andrew White | 2012-05-10 | 1 | -0/+35 |
* | Refactor Generator class to not rely on in-place editing the controller | Andrew White | 2012-05-09 | 1 | -6/+6 |
* | Fix bug when url_for changes controller. | Nikita Beloglazov | 2012-05-09 | 1 | -0/+9 |
* | Add passing tests for generating URLs with nested SCRIPT_NAMEs | Jeremy Kemper | 2012-05-07 | 2 | -3/+17 |
* | Fix that optimized named routes should also work as singleton methods on the ... | Jeremy Kemper | 2012-05-06 | 1 | -0/+24 |
* | Force given path to http methods in mapper to skip canonical action checking | Carlos Antonio da Silva | 2012-05-04 | 1 | -1/+8 |
* | Merge branch 'master' into session | Aaron Patterson | 2012-05-04 | 2 | -0/+24 |
|\ |
|
| * | Reset the request parameters after a constraints check | Andrew White | 2012-05-02 | 1 | -0/+19 |
| * | Enable ActionDispatch::Http::Headers to support fetch | Mark Turner | 2012-05-02 | 1 | -0/+5 |
* | | testing session store behavior | Aaron Patterson | 2012-05-02 | 2 | -0/+104 |
|/ |
|
* | Dont stream back cookie value if it was set to the same value | brainopia | 2012-04-30 | 1 | -0/+12 |
* | Dont set cookie header for deletion of unexisting data | brainopia | 2012-04-30 | 1 | -8/+24 |
* | Restore interpolation of path option in redirect routes | Andrew White | 2012-04-29 | 1 | -1/+32 |
* | Escape interpolated params when redirecting - fixes #5688 | Andrew White | 2012-04-29 | 1 | -0/+29 |
* | Fix the build | Yehuda Katz | 2012-04-25 | 1 | -1/+2 |
* | Merge pull request #5980 from gazay/valid_ips | Jeremy Kemper | 2012-04-25 | 1 | -20/+114 |
|\ |
|
| * | Valid ips v4 and v6. Right logic for working with X-FORWARDED-FOR header and ... | Alexey Gaziev | 2012-04-25 | 1 | -20/+114 |
* | | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 13 | -87/+87 |
|/ |
|
* | 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 |