| Commit message (Expand) | Author | Age | Files | Lines |
* | both string and sumbol will be interpolated as string no need to convert to_s | ganesh | 2012-06-11 | 1 | -5/+5 |
* | Merge branch 'master-sec' | Aaron Patterson | 2012-05-31 | 1 | -1/+6 |
|\ |
|
| * | Strip [nil] from parameters hash. | Aaron Patterson | 2012-05-30 | 1 | -1/+6 |
* | | Remove implicit dependency on pathname | José Valim | 2012-05-25 | 1 | -1/+1 |
* | | Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess... | Philip Arndt | 2012-05-23 | 1 | -0/+16 |
|/ |
|
* | Fix bug when Rails.application is defined but is nil. See #881 | Marc-Andre Lafortune | 2012-05-21 | 1 | -0/+7 |
* | Return 400 Bad Request for URL paths with invalid encoding. | Andrew White | 2012-05-20 | 1 | -0/+31 |
* | Raise ActionController::BadRequest for malformed parameter hashes. | Andrew White | 2012-05-20 | 4 | -1/+29 |
* | Raise Assertion instead of RoutingError for routing assertion failures. | David Chelimsky | 2012-05-20 | 1 | -6/+6 |
* | Add the #unshift method to the middleware stack | Rich Healey | 2012-05-18 | 1 | -2/+7 |
* | add tests and external file backtrace for Routing::Mapper#draw | Kornelius Kalnbach | 2012-05-15 | 1 | -0/+49 |
* | 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 |