thuss / standalone-migrations

A gem to use Rails Database Migrations in non Rails projects
http://gabrito.com/post/standalone-migrations-using-rails-migrations-in-non-rails-projects
MIT License
992 stars 152 forks source link

new and improved example code #163

Closed jjb closed 1 year ago

jjb commented 3 years ago

This is an example minimal app based off of this blog post:

https://www.techcareerbooster.com/blog/use-activerecord-in-your-ruby-project

It demonstrates:

Let me know what you think!

addresses #162

jjb commented 1 year ago

@thuss i think this is ready now

thuss commented 1 year ago

Looks good, thanks for the PR, merged!