logo Photo by Jerry Kiesewetter on Unsplash

Derail

Completely destroys a rails project: Databases, Chewy indices (if any) and deletes the project directory.

Usage

rake derail:rails

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'derail-rails', require: 'derail'
end

And then execute:

$ bundle

Or install it yourself as:

$ gem install derail-rails

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.