riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
619 stars 152 forks source link

Avoid overwriting rails db:* rake tasks #313

Closed mfilej closed 11 years ago

mfilej commented 11 years ago

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 commented 11 years ago

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