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

allow db: namespace to be reconfigured to something else, eg sequel: #89

Merged
merged 1 commit into from
Jun 9, 2015
Merged

Conversation

djellemah
Copy link

Because of rails_admin, I had to pull ActiveRecord into a project that I'd already configured for Sequel with sequel-rails. rake db:migrate would fail.
This pull request allows the db: rake namespace to be configured using something like config.sequel.load_database_tasks = :sequel, but preserves existing behaviour.
Now I (and capistrano, with some work) can say rake sequel:migrate and things work as expected.

@JonathanTron
Copy link
Member

Sorry for not responding sooner, this is nice addition !

Thanks a lot for your help.

JonathanTron added a commit that referenced this pull request Jun 9, 2015
allow db: namespace to be reconfigured to something else, eg sequel:
@JonathanTron JonathanTron merged commit 026ef49 into TalentBox:master Jun 9, 2015
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