hookup icon indicating copy to clipboard operation
hookup copied to clipboard

Automate the bundle/migration tedium of Rails with Git hooks

Results 6 hookup issues
Sort by recently updated
recently updated
newest added

Hi, I've installed as mentioned in the instructions, and I get error whenever I checkout: ``` git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree checkout master Your branch is behind 'origin/master'...

So I think this project is great! Is there a way to allow hookup to work in a docker-compose environment? ie. can set a way to preface the hookup commands...

Hookup doesn't seem to resolve conflicts in structure.sql by rollbacking/migrating when doing a rebase. Steps to reproduce: - add `config.active_record.schema_format = :sql` to application.rb - git co master - rails...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](https://github.com/rubygems/rubygems/pull/713) of your last release. via e.g. ``` spec.license = 'MIT' # or...

Hey Tim! On a project I work on, we use one database per branch, the database name is determined by the project name, part of the branch name and part...

I personally use a different resolution strategy for both migrations and bundler. # Bundler 1. As of sometime in 1.0, it should be fine to always run `bundle install` without...