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

Rails engine #107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Rails engine #107

wants to merge 2 commits into from

Conversation

kodram
Copy link

@kodram kodram commented Apr 26, 2016

Hello! I'm building rails engine with sequel-rails and shared migrations inside of dummy test application. When i run rake db:migrate command i got error:

rake aborted!
Don't know how to build task 'db:dump' (see --tasks)

Tasks: TOP => db:migrate => app:db:migrate
(See full trace by running task with --trace)

I think this happens because rails engine not see rake task 'db:dump'

this pull request fix it.

@belt
Copy link

belt commented Feb 18, 2017

Also: when running "rails db" ... you'll get

uninitialized constant Rails::DBConsole::ActiveRecord

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