Tom Preston-Werner

Results 18 comments of Tom Preston-Werner

First person to volunteer gets commit access to bring this up to date.

What command are you using to restart god? That error occurs when the god daemon isn't running or the user under which you're running the god query does not have...

I'm guessing a number of people probably run into this problem due to cleaning out the /tmp directory, and in retrospect, /tmp seems like a horrible place for the communication...

It would be great if you could add a test to this that just uses mocks and stubs so you don't have to test real credentials.

This is looking good. Would you mind adding a few test cases for this?

@jonmarkgo I'm getting a test failure on this, can you check it out? ``` 1) Failure: test_notify(TestTwilio) [test/test_twilio.rb:19]: not all expectations were satisfied unsatisfied expectations: - expected exactly once, not...

Also, the dependency should be set as development like the others. God takes care of telling you what gems to install if you do indeed use that contact. The idea...

Development dependencies are needed in order to develop the software and run the test suite.

@stevegraham God has a loading mechanism that catches LoadError and informs the user that a dependency needs to be installed. This has been designed so that upon installing God you...

Good find! I need to dig into the code again and see why it's written that way. I'll try to get this resolved for 0.10.0 or earlier.