Project

penmig

0.0
No commit activity in last 3 years
No release in over 3 years
This gem do all the pending migrations when starts your rails server Dev mode.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.1.0, ~> 3.1
 Project Readme

Gem Version Code Climate Test Coverage Issue Count Build Status

Penmig

We dont have to worry about migration is development any more. This gem will create an initializer file which will run all the migrations in our project file. At the time of loading you development server it will run the migrations and then starts your server

Currently if we have pending migrations , we can't identify at the time of booting the development server. It will be only notfied at the time of redirecting the pages. penmig helps to avoid that.

Installation

Add this line to your application's Gemfile in group :development

gem 'penmig'

And then execute:

$ bundle

Usage

to create the generator file , use

$ rails g penmig

to destory the generator file

$ rails destroy penmig

Development

As i know, it works on a simple logic, but i want to improve more. Suggestions are welcomed in this case. please put mails in anoob.bava@gmail.com

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[anoobava]/penmig. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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

Special Thanks

Abhilash Vannarath --> abhilash1985

Shaiju E --> eshaiju