Skip to content

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