Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nested controllers need to be explicitly declared with the new mapper | Joshua Peek | 2010-02-28 | 1 | -1/+2 |
| | |||||
* | Refactor railties test, break huge files in smaller chunks and move ↵ | José Valim | 2010-01-26 | 1 | -45/+33 |
| | | | | initializers to application folder. | ||||
* | Add test case for load initializers before routing behavior. | Prem Sichanugrist | 2010-01-21 | 1 | -0/+28 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Finish moving config.frameworks-dependent code to the framework plugin | Carlhuda | 2009-12-23 | 1 | -0/+2 |
| | |||||
* | Make /rails/info/properties work again. Also, the mocked up tests were ↵ | Carlhuda | 2009-12-23 | 1 | -0/+5 |
| | | | | passing so we added a test that actually tested this functionality. | ||||
* | Isolation tests intentionally avoid loading any state (because they're often ↵ | Carlhuda | 2009-12-23 | 1 | -3/+3 |
| | | | | testing things that have their own load path semantics that should not be polluted), so rack/test is not yet on the load path. Moving require "rack/test" into the setup means and after boot_rails means that it'll be required after the laod path has been altered to add in the Rails vendor/gems | ||||
* | Merge branch 'master' of github.com:rails/rails | Joshua Peek | 2009-12-21 | 1 | -7/+7 |
|\ | | | | | | | | | | | Conflicts: railties/test/initializer/initialize_i18n_test.rb railties/test/initializer/path_test.rb | ||||
* | | Update routes.rb template to use App name | Joshua Peek | 2009-12-21 | 1 | -7/+7 |
|/ | |||||
* | Default route was removed from default route config, patch up failing tests. | Joshua Peek | 2009-12-21 | 1 | -0/+18 |
| | |||||
* | Procs don't call themselves | Joshua Peek | 2009-12-15 | 1 | -0/+32 |
| | | | | Fixes dev mode reloading [#3574 state:resolved] | ||||
* | Fix loading plugin and engine route sets | Joshua Peek | 2009-12-14 | 1 | -0/+38 |
| | |||||
* | Some basic route discovery tests | Joshua Peek | 2009-12-01 | 1 | -0/+85 |