| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Make sure :via works with mount | Pratik Naik | 2012-08-20 | 1 | -0/+9 |
* | Added X-Content-Type-Options to the header defaults. | Jim Jones | 2012-08-18 | 1 | -1/+3 |
* | Extract common controllers to abstract_unit | Rafael Mendonça França | 2012-08-13 | 1 | -16/+4 |
* | Implementing Routing Concerns | Rafael Mendonça França | 2012-08-13 | 1 | -0/+94 |
* | push header merge down to a private method so that live responses can have th... | Aaron Patterson | 2012-08-13 | 1 | -0/+11 |
* | live response headers can be merged with a hash | Aaron Patterson | 2012-08-13 | 1 | -0/+6 |
* | Fix handling SCRIPT_NAME from within mounted engine's | Piotr Sarnacki | 2012-08-11 | 1 | -18/+0 |
* | Test actual content of permanent cookie | brainopia | 2012-08-10 | 1 | -1/+1 |
* | some tests | Egor Homakov | 2012-08-09 | 1 | -0/+27 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -1/+1 |