Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | override `controller_class` on the request | Aaron Patterson | 2015-08-24 | 1 | -9/+9 |
| | | | | | Just like the other places. We need to refactor this because the code is almost identical to that in the action pack tests | ||||
* | removing unused and already required require's | Ankit Gupta | 2015-05-11 | 1 | -2/+0 |
| | | | | | custom test - Does not include EnvHelpers and the require is not needed path generation test - require abstract_unit which has . rails/all requires rails and corresponding | ||||
* | Why do we add a top-level constant here? | Akira Matsuda | 2015-04-25 | 1 | -4/+2 |
| | |||||
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 ↵ | Vipul A M | 2015-02-03 | 1 | -1/+0 |
| | | | | onwards. | ||||
* | add a test for prepending SCRIPT_NAME to generated urls | Aaron Patterson | 2014-08-08 | 1 | -0/+88 |