MigratorWeb
Web Interface for Rails Migrator.
Installation
Add this line to your application's Gemfile:
gem 'migrator_web'
And then execute:
$ bundle
Usage
Mount it in your config/routes.rb:
mount MigratorWeb::Engine => '/migrator_web'And open it in your browser http://myapp.dev/migrator_web .
Contributing
- Fork it ( http://github.com//migrator_web/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request