This project is archived and is in readonly mode.
Changeset [74598fe7e9097484c4029e2731e462c6c82836f9] by Piotr Sarnacki
September 30th, 2010 @ 08:47 AM
Do not overwrite _railtie method on namespace while creating isolated engine or application.
In order to run Engine as standalone application, you will
need
Rails::Application instance in the same namespace that engine
one. It's very important to leave _railtie bound to whatever
used "namespace" method first.
http://github.com/rails/rails/commit/74598fe7e9097484c4029e2731e462...
Committed by Piotr Sarnacki
- M railties/lib/rails/engine.rb
- M railties/test/railties/engine_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>