1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/railties
José Valim 50b6110106 Remove unused responsibilities and add a few load definitions to engines
Since plugins were removed, we can clean up a few methods in engines.
We also use this opportunity to move `load_console`, `load_tasks` and
`load_runner` to Rails::Engine. This means that, if someone wants to
improve script/rails for engines to support console or runner commands,
part of the work is already done.
2012-06-29 17:04:47 +02:00
..
engine_test.rb Remove unused responsibilities and add a few load definitions to engines 2012-06-29 17:04:47 +02:00
generators_test.rb expand the tmpdir to the realpath so tests on OS X pass 2012-06-19 15:41:52 -07:00
mounted_engine_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
railtie_test.rb Add support runner hook. 2012-05-29 23:46:08 +09:00