Coleman Gariety

Results 43 issues of Coleman Gariety

Is it possible to use `!Ref` to satisfy the `distributionId` parameter? If so, why isn't it in the README? If not, why not?

Even with @FilipPyrek's hack in #40, I still get JSON parsing errors when I try to use this.

This is the error I get when I try to start my app with `mocha_rails`: ``` routes.rb:2:in `block in ': uninitialized constant MochaRails (NameError) ``` Reproduce: 1. Add `gem 'mocha_rails'`...