| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for optional root segments containing slashes | Andrew White | 2012-07-17 | 1 | -0/+27 |
* | Raise a helpful error message on #mount misuse | Carl Lerche | 2012-07-10 | 1 | -0/+9 |
* | Rename RouteInspector to RoutesInspector | Carlos Antonio da Silva | 2012-07-08 | 1 | -2/+2 |
* | move route_inspector to actionpack | @schneems and @mattt | 2012-07-07 | 1 | -0/+170 |
* | Prevent conflict between mime types and Object methods | Mircea Pricop | 2012-07-06 | 1 | -0/+14 |
* | Remove more tests related to draw external routes files | Rafael Mendonça França | 2012-06-29 | 2 | -51/+1 |
* | Support unicode character route in config/routes.rb. | kennyj | 2012-06-16 | 1 | -2/+2 |
* | Fix build | Santiago Pastorino | 2012-06-13 | 1 | -2/+2 |
* | Array parameters should not contain nil values. | Aaron Patterson | 2012-06-12 | 1 | -0/+4 |
* | 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 |