aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/routing_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a failing test for ticket #4874José Valim2010-06-171-0/+14
|
* nested controllers need to be explicitly declared with the new mapperJoshua Peek2010-02-281-1/+2
|
* Refactor railties test, break huge files in smaller chunks and move ↵José Valim2010-01-261-45/+33
| | | | initializers to application folder.
* Add test case for load initializers before routing behavior.Prem Sichanugrist2010-01-211-0/+28
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Finish moving config.frameworks-dependent code to the framework pluginCarlhuda2009-12-231-0/+2
|
* Make /rails/info/properties work again. Also, the mocked up tests were ↵Carlhuda2009-12-231-0/+5
| | | | passing so we added a test that actually tested this functionality.
* Isolation tests intentionally avoid loading any state (because they're often ↵Carlhuda2009-12-231-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/railsJoshua Peek2009-12-211-7/+7
|\ | | | | | | | | | | Conflicts: railties/test/initializer/initialize_i18n_test.rb railties/test/initializer/path_test.rb
* | Update routes.rb template to use App nameJoshua Peek2009-12-211-7/+7
|/
* Default route was removed from default route config, patch up failing tests.Joshua Peek2009-12-211-0/+18
|
* Procs don't call themselvesJoshua Peek2009-12-151-0/+32
| | | | Fixes dev mode reloading [#3574 state:resolved]
* Fix loading plugin and engine route setsJoshua Peek2009-12-141-0/+38
|
* Some basic route discovery testsJoshua Peek2009-12-011-0/+85