| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Refactor request tests, remove #with_set method | Carlos Antonio da Silva | 2012-11-19 | 1 | -8/+3 |
* | Merge pull request #8112 from rails/encrypted_cookies | Santiago Pastorino | 2012-11-15 | 2 | -7/+30 |
|\ |
|
| * | Allow users to change the default salt if they want, shouldn't be necessary | Santiago Pastorino | 2012-11-03 | 1 | -1/+4 |
| * | Add cookie.encrypted which returns an EncryptedCookieJar | Santiago Pastorino | 2012-11-03 | 1 | -0/+15 |
| * | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 2 | -7/+12 |
* | | test case to lock down the behavior of #7842 | Yves Senn | 2012-11-04 | 1 | -0/+5 |
|/ |
|
* | Add test to avoid regression of 1bfc5b4 | Rafael Mendonça França | 2012-11-02 | 1 | -0/+8 |
* | Revert "Merge pull request #7668 from Draiken/fix_issue_6497" | Rafael Mendonça França | 2012-11-02 | 1 | -7/+0 |
* | Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe... | Nikita Afanasenko | 2012-11-01 | 1 | -0/+34 |
* | Revert "if format is unknown NullMimeTypeObject is returned" | Guillermo Iguaran | 2012-10-31 | 1 | -11/+1 |
* | if format is unknown NullMimeTypeObject is returned | Angelo capilleri | 2012-10-31 | 1 | -1/+11 |
* | give access to the original exception raised in case of a parse error | Aaron Patterson | 2012-10-25 | 1 | -0/+14 |
* | do not lose backtrace information from the raised exception | Aaron Patterson | 2012-10-25 | 1 | -4/+5 |
* | add test for fetch with a block | Aaron Patterson | 2012-10-18 | 1 | -0/+4 |
* | prefer composition over inheritence | Aaron Patterson | 2012-10-18 | 1 | -0/+16 |
* | resource and resources do no longer modify passed options | Yves Senn | 2012-10-01 | 1 | -0/+20 |
* | fix cache store test | Steve Klabnik | 2012-09-30 | 1 | -0/+1 |
* | Merge pull request #7444 from szimek/params_parser_raises_parsing_error | Aaron Patterson | 2012-09-26 | 2 | -2/+6 |
|\ |
|
| * | Make ActionDispatch::ParamsParser::ParseError#original_exception return the o... | Szymon Nowak | 2012-08-27 | 2 | -2/+4 |
| * | Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers. | Szymon Nowak | 2012-08-24 | 2 | -2/+4 |
| * | Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa... | Szymon Nowak | 2012-08-24 | 2 | -2/+2 |
* | | fixing most tests on Ruby 2.0 | Aaron Patterson | 2012-09-25 | 1 | -2/+2 |
* | | Merge pull request #7749 from blowmage/minitest | Aaron Patterson | 2012-09-25 | 1 | -0/+41 |
|\ \ |
|
| * | | Register AD::IntegrationTest for minitest's spec DSL | Mike Moore | 2012-09-24 | 1 | -0/+41 |
* | | | depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_... | grosser | 2012-09-24 | 2 | -7/+13 |
|/ / |
|
* | | fixes the suite for uploaded files | Xavier Noria | 2012-09-23 | 1 | -6/+6 |
* | | Accept parameters in methods delegated to tempfile | Sergio Gil Pérez de la Manga | 2012-09-22 | 1 | -0/+6 |
* | | Delegate ActionDispatch::Http::UploadedFile#close to tempfile | Sergio Gil Pérez de la Manga | 2012-09-20 | 1 | -0/+6 |
* | | Removing to_shorthand from default_controller_and_action. Fixes #6497 | Luiz Felipe | 2012-09-19 | 1 | -0/+7 |
* | | Support for multiple etags in an If-None-Match header | Travis Warlick | 2012-09-15 | 1 | -0/+39 |
* | | Use internal instance variable naming scheme for mounted URL helper proxies | Sam Pohlenz | 2012-09-09 | 1 | -0/+11 |
* | | set default_headers to nil after use it to avoid order dependent tests | Francesco Rodriguez | 2012-09-08 | 1 | -25/+32 |
* | | Add integration tests for reset_session in cookie store | Andreas Loupasakis | 2012-09-08 | 1 | -0/+20 |
* | | Add test for clear in ActionDispatch::Request::Session | Andreas Loupasakis | 2012-09-08 | 1 | -0/+9 |
* | | Dalli doesn't support autoloading of unloaded classes | Guillermo Iguaran | 2012-09-06 | 1 | -5/+0 |
* | | Let's run action pack tests with Dalli | Arun Agrawal | 2012-09-06 | 1 | -4/+4 |
* | | Merge pull request #7522 from lexmag/mime_type | Rafael Mendonça França | 2012-09-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Refactor `Mime::Type` | Aleksey Magusev | 2012-09-05 | 1 | -1/+1 |
* | | | Make enhanced routing Concerns more tell-don't-ask | Ernie Miller | 2012-09-03 | 1 | -12/+15 |
* | | | Fix concerns not executing block in mapper | Ernie Miller | 2012-09-03 | 1 | -0/+10 |
* | | | Allow routing concerns to accept a callable | Ernie Miller | 2012-09-03 | 1 | -2/+26 |
|/ / |
|
* | | Revert "Merge pull request #7452 from arunagw/memcached_dalli" | Jon Leighton | 2012-08-31 | 1 | -4/+4 |
* | | Revert "Add missing require" | Jon Leighton | 2012-08-31 | 1 | -1/+0 |
* | | Add Missing Keys from Journey on failed URL format | schneems | 2012-08-28 | 2 | -6/+17 |
* | | Add missing require | Rafael Mendonça França | 2012-08-28 | 1 | -0/+1 |
* | | Let's run action pack tests with Dalli | Arun Agrawal | 2012-08-27 | 1 | -4/+4 |
|/ |
|