Michael Foley

Results 15 comments of Michael Foley

It sounds like you need to run `gem install hookup` again. If you already have, then you need to examine how you normally access your Ruby gem binaries: Do you...

Yeah, all that PATH stuff should be taken care of in your shell settings (`~/.bash_profile` if you use Bash, the MacOS default). This is a problem with your rbenv config,...

If you can run `hookup` from your project directory then it seems like it should work. At this point I don't know how else to help you.

Fixed in the "official" repo: https://github.com/yegappan/greplace/commit/a3b36088c5d6bf08c6c016c10ec5affa22ba41df

Could this be related to issue #1?

Thanks @amuttsch, you're right about that. I've linked to it in the README and I'll refer to it when I add more documentation later on.

Thanks. I don't use RubyMine so I'm unfamiliar with this problem. Are you aware of any other Git hook projects that take this same approach? I just checked [pre-commit](https://github.com/jish/pre-commit) and...

It looks like people are having the same problem with [Overcommit](https://github.com/brigade/overcommit) and RubyMine. If you're still interested in getting this working, can you read the links below and see if...

Check out `noun` and `adjective` in the [Usage](https://github.com/polleverywhere/random_username#usage) section of the README. Is that what you mean?

I'd like to replicate [resque-status](https://github.com/quirkey/resque-status), where jobs update their own status. A blocker seems to be that Quebert jobs don't have access to their unique ID, and jobs cannot be...