Gavin Morrice
Gavin Morrice
I'm seeing strange behaviour in my app. When I call `form.render` I get an empty hash `{}`. The exact same code loaded in another app works fine - so I'm...
Upgrading from 4.2.0 to 4.3.0 breaks my test suite. Tests that pass on 4.2.0 now fail, all of the issues seem to be caused by Javascript not loading properly on...
We need to add support for uploading one or more images to a blog post. Any thoughts on the best way to implement this? Would people be happy with using...
See the comments on [this pull request](https://github.com/KatanaCode/blogit/pull/41)
## What Refactor the test suite to avoid writing tests that rely on specific implementation details (e.g. method calls). ## Why We want the test suite for these objects to...
Most methods outside of controller actions should have some level of documentation to describe their purpose. The [Yard](https://yardoc.org) syntax has been used well on some of the code, but this...
There are a number of instances of `deep_dup` within the code. These methods are very brittle, as changes to associated models will requiring the parent model code to also be...