git-rails icon indicating copy to clipboard operation
git-rails copied to clipboard

Manage bundle and migrations automatically while you use git!

Results 3 git-rails issues
Sort by recently updated
recently updated
newest added

This is useful for monorepos. This is accomplished by making Git commands operate on relative pathspecs where we can. In case of migrations, absolute pathspecs (`:/` prefix) had to be...

This is a feature requet, rather than a bug report. It would be great if it rolled back migrations that are going to be put into git stash when that...

I just started using git-rails in our project and at first glance it's awesome, thanks! However, it seems that it doesn't dump the database schema after running migrations. This is...