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
Piotr Sarnacki a5311ee86b Make deep copy of application generators on engine initialization.
Otherwise nested hashes will be same objects for both application and engine,
which will result in overwriting each others values on changes.
2010-11-02 17:14:52 +01:00
..
engine_test.rb Make deep copy of application generators on engine initialization. 2010-11-02 17:14:52 +01:00
mounted_engine_test.rb Rename namespace method to isolate_namespace. 2010-10-09 21:32:34 +02:00
plugin_ordering_test.rb
plugin_test.rb Add "a" to make it better English 2010-10-07 11:40:57 -02:00
railtie_test.rb Load rake tasks defined in superclasses in context of railties 2010-10-09 21:32:34 +02:00
shared_tests.rb Add task foo:install (where foo is plugin) as a shortcutinstall:migrations and foo:install:assets 2010-10-14 07:46:12 +02:00