Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db:migrate:status not looking at all migration paths #2936

Merged
merged 1 commit into from
Sep 12, 2011
Merged

db:migrate:status not looking at all migration paths #2936

merged 1 commit into from
Sep 12, 2011

Conversation

joelmoss
Copy link

@joelmoss joelmoss commented Sep 8, 2011

db:migrate:status only looks in the app's db/migrate directory, which is no good for engines. It should use ActiveRecord::Migrator.migrations_paths instead.

…ths instead of only the apps db/migrate directory, which will include engine migrations.
spastorino added a commit that referenced this pull request Sep 12, 2011
db:migrate:status not looking at all migration paths
@spastorino spastorino merged commit 90cd024 into rails:3-1-stable Sep 12, 2011
@spastorino
Copy link
Contributor

Thanks for the fix but please provide the pull requests for master next time

spastorino added a commit that referenced this pull request Sep 12, 2011
db:migrate:status not looking at all migration paths
@joelmoss
Copy link
Author

Apologies!

@spastorino
Copy link
Contributor

No worries :), we should probably have some guidelines or something which states that more clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants