Philip Arndt

Results 18 issues of Philip Arndt

As a visitor If I go to http://docsdoctor.org I am presented with Heroku's "No such app" As a visitor If I go to http://www.docsdoctor.org I am presented with the website...

Traits can currently be specified as the second argument when calling `association`: ```ruby Factory.define :category do |category| category.association :image, :fancy end ``` This change will add support for specifying `traits:`...

This relates to a breaking change in React 16 where PropTypes and createClass were removed from React Fixes #56 Fixes #57

Just waiting for CI to have them

We were waiting for the `mail` gem to merge a pull request and release a new version which has been done in version 2.8.1. This version has since February been...

While reading through this guide we noticed that the params assignment is never used so we removed it from the example. Co-authored-by: Amanda Wagener

This is to fix these warnings: ``` lib/stripe/api_operations/nested_resource.rb:55: warning: mismatched indentations at 'end' with 'do' at 48 lib/stripe/api_operations/nested_resource.rb:83: warning: mismatched indentations at 'end' with 'do' at 59 lib/stripe/api_operations/nested_resource.rb:93: warning: mismatched...

This compiles the sass to css, the coffee to js, and converts the HAML to ERB to reduce the surface area of extra dependencies that come with this gem. This...