| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Match Dev/Prod parity for Index Page" | Piotr Sarnacki | 2013-07-22 | 1 | -1/+1 |
* | Merge pull request #11514 from schneems/schneems/dev-prod-parity-index | Piotr Sarnacki | 2013-07-22 | 1 | -1/+1 |
|\ |
|
| * | Match Dev/Prod parity for Index Page | schneems | 2013-07-20 | 1 | -1/+1 |
* | | Clear named routes when routes.rb is reloaded | Andrew White | 2013-07-21 | 1 | -0/+45 |
|/ |
|
* | Added CheckPending middleware in default | Arun Agrawal | 2013-07-15 | 1 | -0/+4 |
* | No need to add config for x_sendfile_header | Arun Agrawal | 2013-07-15 | 1 | -2/+0 |
* | Rack::Sendfile is now included in middleware by default, change tests to refl... | Guillermo Iguaran | 2013-07-15 | 1 | -10/+4 |
* | #11381: Ignore config.eager_load=true for rake | Paul Nikitochkin | 2013-07-10 | 2 | -18/+20 |
* | handle notes in *.sass files | Yuri Artemev | 2013-07-08 | 1 | -1/+3 |
* | build fix: railties tests used deprecated `SchemaCache` methods. | Yves Senn | 2013-07-04 | 1 | -2/+2 |
* | Use block instead passing as argument | Rafael Mendonça França | 2013-07-02 | 1 | -1/+1 |
* | Allowing multiple rails applications in the same ruby instance. | wangjohn | 2013-06-30 | 1 | -0/+148 |
* | Removing deprecated rake tasks. | wangjohn | 2013-06-24 | 1 | -39/+0 |
* | #10428: Added tests for config.assets.precompile | Paul Nikitochkin | 2013-06-21 | 1 | -0/+23 |
* | Merge pull request #10902 from wangjohn/removing_application_singleton_calls | Santiago Pastorino | 2013-06-17 | 10 | -21/+21 |
|\ |
|
| * | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 10 | -21/+21 |
* | | `initialize_on_precompile` is not used anymore. | Terence Lee | 2013-06-13 | 1 | -12/+0 |
|/ |
|
* | Testing CheckPending middleware | Arun Agrawal | 2013-06-08 | 1 | -0/+8 |
* | clearing autoloaded constants triggers routes reloading [Fixes #10685] | Xavier Noria | 2013-06-06 | 1 | -1/+34 |
* | Fixing build for not checking migration | Arun Agrawal | 2013-06-05 | 1 | -0/+1 |
* | Removing use of subclassed application constant and instead using the | wangjohn | 2013-06-03 | 6 | -36/+36 |
* | Fixing a failing railtie test by using the ENV variable to specify a | wangjohn | 2013-05-31 | 1 | -1/+2 |
* | Adding a test to make sure that using rake routes with the CONTROLLER | wangjohn | 2013-05-29 | 1 | -0/+12 |
* | Updates to make rails 4 happy with minitest 5: | Ryan Davis | 2013-05-06 | 2 | -12/+12 |
* | adding a test for root path in the app | Aaron Patterson | 2013-04-17 | 1 | -0/+24 |
* | Added tests for `eager_load` config option to do not eager load for rake task... | Paul Nikitochkin | 2013-04-12 | 1 | -0/+17 |
* | initialize instead of assert to fix warning | Vipul A M | 2013-04-11 | 1 | -0/+1 |
* | Add failing test case for #9654 | Andrew White | 2013-04-10 | 1 | -0/+45 |
* | add integration test for shorthand rake tests | Aaron Patterson | 2013-04-05 | 1 | -0/+7 |
* | extract test info from the command line and set up the test task | Aaron Patterson | 2013-04-05 | 1 | -1/+22 |
* | removing `rails test`, updating docs to show how to use `rake test` | Aaron Patterson | 2013-04-05 | 1 | -6/+0 |
* | Merge branch 'master' into railstest | Aaron Patterson | 2013-04-05 | 1 | -0/+10 |
|\ |
|
| * | fix warnings in railties test | Vipul A M | 2013-04-04 | 1 | -3/+3 |
* | | do not blow away the test database on every run | Aaron Patterson | 2013-04-05 | 1 | -10/+0 |
* | | test no longer makes sense after requiring all test files | Aaron Patterson | 2013-04-03 | 1 | -23/+1 |
* | | switch the testing tests to use rake | Aaron Patterson | 2013-04-03 | 1 | -20/+23 |
* | | Revert "Update Rake tasks to call `rails test` instead" | Aaron Patterson | 2013-04-03 | 1 | -13/+10 |
* | | apps that depend on active record should load fixtures | Aaron Patterson | 2013-04-03 | 1 | -7/+0 |
|/ |
|
* | Remove comments about removing LegacyKeyGenerator in 4.1 | Trevor Turk | 2013-04-03 | 1 | -1/+0 |
* | Rename DummyKeyGenerator -> LegacyKeyGenerator | Trevor Turk | 2013-04-02 | 1 | -2/+2 |
* | Fix tests from rails.png removal. | Jessica Lynn Suttles | 2013-04-02 | 1 | -1/+8 |
* | Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade | Santiago Pastorino | 2013-04-01 | 1 | -8/+60 |
|\ |
|
| * | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au... | Trevor Turk | 2013-03-28 | 1 | -8/+60 |
* | | cleanup railties test; fix typos | Vipul A M | 2013-03-31 | 1 | -4/+3 |
|/ |
|
* | s/and and run/and runs/ | David Chapman | 2013-03-26 | 1 | -1/+1 |
* | Fixed typo in railties/test | Prathamesh Sonpatki | 2013-03-25 | 2 | -2/+2 |
* | Controller name pluralized | Prathamesh Sonpatki | 2013-03-25 | 1 | -2/+2 |
* | Fix some typos | Vipul A M | 2013-03-24 | 3 | -3/+3 |
* | Don't kill the console | Jon Leighton | 2013-03-22 | 1 | -10/+2 |
* | Send SIGTERM, not SIGQUIT. | Jon Leighton | 2013-03-22 | 1 | -1/+1 |