This project is archived and is in readonly mode.

Changeset [1395545404eb0b28af08108b50d7cfe3fa9a5357] by Piotr Sarnacki

November 16th, 2010 @ 09:58 PM

Do not run migrations from mounted engine separately.

There is no good way now to run migrations for mounted engine in test application,
but that way of running migrations makes it really hard to run
engine in development mode and test it (you need to copy migrations
in dev mode and in that case in tests they will be run twice).

Signed-off-by: José Valim jose.valim@gmail.com
https://github.com/rails/rails/commit/1395545404eb0b28af08108b50d7c...

Committed by Piotr Sarnacki

  • M railties/lib/rails/generators/rails/plugin_new/templates/test/test_helper.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>