jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown
MIT License
477 stars 196 forks source link

db/migrate files needs cleanup #311

Open omricohen opened 7 years ago

omricohen commented 7 years ago

On first install I can run db:migrate, but then wanted to make changes to the models and cannot rollback any of monlogues' migrations.

I think on a fresh install it should have a cleaner list of migrate files and possibly an upgrade rake command. What do you think? If you have a good idea on how to separate the upgrade migrations I'm happy to submit a PR...

omricohen commented 7 years ago

Or better yet, forget the upgrades, didnt realize how old those files are...

msevestre commented 7 years ago

I agree. We could safely start from a clean slate at that stage

On Wed, Mar 1, 2017, 7:44 AM Omri Cohen notifications@github.com wrote:

Or better yet, forget the upgrades, didnt realize how old those files are...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jipiboily/monologue/issues/311#issuecomment-283330371, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_jVeMigLoz6F_lTEICOPGLOEVrFHfCks5rhWglgaJpZM4MPmkM .

omricohen commented 7 years ago

I submitted a PR on this, not passing tests for some reason, but feel free to take a look https://github.com/jipiboily/monologue/pull/312