Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandymint/squash_migrations
Ruby gem helps to squash migrations
https://github.com/brandymint/squash_migrations
Last synced: about 6 hours ago
JSON representation
Ruby gem helps to squash migrations
- Host: GitHub
- URL: https://github.com/brandymint/squash_migrations
- Owner: BrandyMint
- License: mit
- Created: 2013-05-31T13:06:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T10:31:29.000Z (over 10 years ago)
- Last Synced: 2024-10-29T01:38:14.229Z (10 days ago)
- Language: Ruby
- Homepage:
- Size: 151 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SquashMigrations
Squash migrations to last migration.
## Installation
Add this line to your application's Gemfile:
gem 'squash_migrations'
And then execute:
$ bundle
Or install it yourself as:
$ gem install squash_migrations
## Usage
rake db:squash_migrations
## Same gems:* https://github.com/jalkoby/squasher
## Contributors
* [Aleksandr B. Ivanov](http://github.com/Radanisk)