rails--rails/railties/lib
Piotr Sarnacki 6648babded Allow running generators for Engine with usage of other application.
After that commit, developers can set ENGINE_PATH in ENGINE/scripts/rails
file and load application's ./script/rails (most of the time it will be
dummy application used for testing). When running ./script/rails g it will
use application to boot up, but then it will use Engine's root and
configuration for generators.
2010-09-30 09:47:06 +02:00
..
rails Allow running generators for Engine with usage of other application. 2010-09-30 09:47:06 +02:00
rails.rb Removed most of deprecated stuff from Application and Engine 2010-09-03 22:59:04 +02:00