Skip to content

Releases: seanhuber/db-clone

Update CLI

16 Nov 19:39
Compare
Choose a tag to compare

This replaces the older style prompts with fancy ones using CLI::UI. It also removes the colorize dependency since CLI::UI provides colorizing functionality.

This also changes the actual clone from an exec to a spawn so that we can output a little extra at the end. This has a side benefit of telling us how long the operation took, since it was wrapped in a frame.

Rails 5 support

06 Sep 21:29
Compare
Choose a tag to compare
Merge pull request #7 from snkutkoski/development

Rails 5 support

v1.1.0

09 Jun 14:20
Compare
Choose a tag to compare

There were a handful of file paths with hyphens in them (db-clone) which weren't getting loaded by Rails properly because 'db-clone'.camelize returns 'Db-clone' instead of 'DbClone'.

The usage has changed in that Gemfiles now need to use gem 'db-clone', require: 'db_clone' instead of just gem 'db-clone'.

v1.0.5: support for older versions of ruby/rails; version bump

02 Jun 16:51
Compare
Choose a tag to compare

v1.0.4

30 May 17:00
Compare
Choose a tag to compare
helper path issue

v1.0.3

30 May 05:33
Compare
Choose a tag to compare
another db_sync db-clone name conflict

v1.0.2

30 May 05:13
Compare
Choose a tag to compare
bug: ignore_tables using destination instead of source

v1.0.1

29 May 21:49
Compare
Choose a tag to compare
version bump and release for rename to db-clone

v1.0.0

29 May 21:48
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release
db_sync renamed to db-clone