| Commit message (Expand) | Author | Age | Files | Lines |
* | determine the match shorthand target early. | Yves Senn | 2013-02-21 | 1 | -0/+27 |
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 1 | -182/+0 |
* | InvalidMessage is in ActiveSupport::MessageEncryptor namespace | Santiago Pastorino | 2013-02-19 | 1 | -3/+18 |
* | Fix AP tests related to routes inspector output and the new column titles | Carlos Antonio da Silva | 2013-02-19 | 1 | -20/+65 |
* | Merge pull request #8704 from senny/remove_regexp_global_from_url_for | Aaron Patterson | 2013-02-14 | 1 | -0/+3 |
|\ |
|
| * | replace regexp global in #url_for | Yves Senn | 2013-01-16 | 1 | -0/+3 |
* | | the `:controller` option for routes can contain numbers. closes #9231. | Yves Senn | 2013-02-09 | 1 | -0/+12 |
* | | ruby constant syntax is not supported as routing `:controller` option. | Yves Senn | 2013-02-06 | 1 | -9/+40 |
* | | Add 'X-UA-Compatible' => 'chrome=1' to default headers | Guillermo Iguaran | 2013-01-29 | 1 | -1/+3 |
* | | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 1 | -35/+0 |
* | | Use Encoding::UTF_8 constant :do_not_litter: | Akira Matsuda | 2013-01-28 | 1 | -1/+1 |
* | | add fetch to CookieJar | Aaron Patterson | 2013-01-27 | 1 | -0/+30 |
* | | Add keys/values methods to TestSession | Carlos Antonio da Silva | 2013-01-25 | 1 | -5/+11 |
* | | Integrate Action Pack with Rack 1.5 | Carlos Antonio da Silva | 2013-01-25 | 4 | -14/+14 |
* | | Remove tabs, use spaces :scissors: | Carlos Antonio da Silva | 2013-01-22 | 1 | -2/+2 |
* | | Duplicate possible frozen string from route | Andrew White | 2013-01-21 | 1 | -0/+9 |
* | | In Browser Path Matching with Javascript | schneems | 2013-01-20 | 1 | -0/+8 |
* | | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string | Konstantin Papkovskiy | 2013-01-17 | 1 | -0/+4 |
|/ |
|
* | adding regression test in master for #8631 | Aditya Sanghi | 2013-01-16 | 1 | -0/+21 |
* | Merge pull request #8958 from balexand/strong_parameters_exception_handling | Rafael Mendonça França | 2013-01-15 | 1 | -0/+6 |
|\ |
|
| * | strong parameters exception handling | Brian Alexander | 2013-01-15 | 1 | -0/+6 |
* | | Remove header bloat introduced by BestStandardsSupport middleware | Edward Anderson | 2013-01-15 | 1 | -1/+2 |
|/ |
|
* | Change the behavior of route defaults | Andrew White | 2013-01-15 | 1 | -0/+28 |
* | Add support for other types of routing constraints | Andrew White | 2013-01-15 | 1 | -0/+48 |
* | Fix json params parsing regression for non-object JSON content. | Dylan Smith | 2013-01-11 | 1 | -0/+7 |
* | Remove :yaml related tests and fix other related to parsing empty arrays | Carlos Antonio da Silva | 2013-01-08 | 1 | -2/+2 |
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 2 | -0/+32 |
* | Revert "Merge branch 'master-sec'" | Jeremy Kemper | 2013-01-08 | 2 | -32/+0 |
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-07 | 2 | -0/+32 |
* | Needless requires | Akira Matsuda | 2013-01-06 | 1 | -2/+0 |
* | Missing requires | Akira Matsuda | 2013-01-06 | 1 | -0/+1 |
* | display mountable engine routes on RoutingError. | Yves Senn | 2013-01-05 | 1 | -2/+20 |
* | split formatting concerns from RoutesInspector | Yves Senn | 2013-01-05 | 1 | -4/+21 |
* | Allow use of durations for ActionDispatch::SSL configuration | Andrew White | 2013-01-04 | 1 | -0/+7 |
* | Restore original remote_ip algorithm. | Andre Arko | 2013-01-02 | 1 | -58/+44 |
* | Fix test for DebugExceptions due to template change | Guillermo Iguaran | 2012-12-31 | 1 | -1/+1 |
* | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 4 | -4/+4 |
* | Remove unneeded tests | Rafael Mendonça França | 2012-12-31 | 1 | -41/+0 |
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | return Mime::NullType if format is unknown | Angelo Capilleri | 2012-12-22 | 1 | -1/+10 |
* | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+86 |
* | Fix rewinding in ActionDispatch::Request#raw_post | Matt Venables | 2012-12-11 | 1 | -0/+7 |
* | Prevent raising EOFError on multipart GET request. | Adam Stankiewicz | 2012-12-10 | 1 | -0/+12 |
* | Revert "Invert precedence of content in ActionDispatch::Static" | Andrew White | 2012-12-07 | 1 | -10/+5 |
* | Invert precedence of content in ActionDispatch::Static | Andrew White | 2012-12-06 | 1 | -5/+10 |
* | Fixed issue where routes with globs caused constraints on that glob to | Maura Fitzgerald | 2012-12-04 | 1 | -0/+29 |
* | Improve clarity of routing tests | Andrew White | 2012-11-26 | 1 | -634/+1081 |
* | Allow setting a symbol as path in scope on routes | Guillermo Iguaran | 2012-11-21 | 1 | -0/+20 |
* | Correct the use of params options when given to url_for | Carlos Antonio da Silva | 2012-11-19 | 1 | -9/+3 |
* | Fix issue with params in url_for | tumayun | 2012-11-19 | 1 | -0/+8 |