Andy Waite

Results 394 comments of Andy Waite

Good news: Heroku kindly refunded the charge once I explained it was a mistake.

We use Cucumber at [Financeit](https://www.financeit.io/). It reduces the amount of manual testing needed, and helps us document a complex system handling over $3 billion of loan applications in Canada. (I...

I've defined this in a `BaseSerializer` class which all my serializers inherit from: ```ruby class BaseSerializer class

> Gem duplicate issues in case you apply to a project which already has this template gem present. I think this should be resolved by a49f4f29f11cee913aa19c9f5b718a5b79a85506 ?

I think this would be fragile to run on an existing project, since there could be big variations in the existing code structure. Perhaps one approach could be to have...

I'm also running into this. ``` ❯ docker -v Docker version 19.03.1, build 74b1e89 ```

Update: If I download this repo as a zip, then I'm able to build the image, after setting `chmod +x` on `build/build.sh`. I think the chapter is assuming the necessary...

If this is changed, the example app should probably be updated to use 4.11.0 or a higher version of the factory_bot gem: https://github.com/thoughtbot/factory_bot/blob/master/NEWS.md#4110-august-15-2018

@flocela Bunder 2.x requires Ruby 2.3. It should work with Bundler 1.17.3 (the latest 1.x release).

@flocela The error is suggesting that you install Nokogiri 1.6.6.2, but `gem install nokogiri` would install the latest. Try run `gem install nokogiri -v '1.6.6.2'` to see what the output...