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

Avoid overwriting rails db:* rake tasks #313

Merged
merged 1 commit into from
Feb 13, 2013
Merged

Avoid overwriting rails db:* rake tasks #313

merged 1 commit into from
Feb 13, 2013

Conversation

mfilej
Copy link
Contributor

@mfilej mfilej commented Feb 13, 2013

Related to #312.

I started with the smallest step possible – removing the code that overrides the default rake db:* tasks. After this change the db namespace only affects the database specified in database.yml, while the riak namespace affects the riak clusters.

Do you think there is value in introducing another set of tasks, that would work on both databases at the same time (basically bringing the old behavior back under a different namespace)?

@seancribbs
Copy link
Contributor

@mfilej If there is another set of tasks that is needed, I think user-demand should drive that. Thank you for contributing!

seancribbs pushed a commit that referenced this pull request Feb 13, 2013
Avoid overwriting rails db:* rake tasks
@seancribbs seancribbs merged commit 913806a into riak-ripple:master Feb 13, 2013
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