hsgubert / cassandra_migrations

Cassandra Migrations is a Cassandra database schema migration library for Rails applications.
MIT License
45 stars 43 forks source link

Fixes Issue#69. `rake cassandra:reset` now drops, creates and loads db while `rake cassandra:setup` just creates and loads db #70

Closed sstgithub closed 8 years ago

eprothro commented 8 years ago

Any plan to merge this? As a new user, this is what I was expecting.

bsbodden commented 8 years ago

@sstgithub Any tests that we can add to this? I'll merge, but let's get some more coverage on this gem. With more users we have to be more diligent on potential regressions.

bsbodden commented 8 years ago

Released gem version 0.2.4 with all the latest additions

eprothro commented 8 years ago

might not be something you're worried about, but will a 0.2.3 user be surprised at backwards incompatible changes to rake tasks?