Robert Gauld

Results 7 comments of Robert Gauld

Did you manage to fix your rspec problem @darryn02, I'm now at right where you were.

For the benefit of anyone who ends up here (like me) by searching for the message appearing in the title I found that clearing out the tmp/cache folder in my...

Thanks @ptdecker, that suggestion's in #45

Thanks for the workaround, I came into the crate's repo to find how to do just this.

Please can you share the code you're using which generates those errors.

Can you humor me and make the following chnage, it shouldn't make a difference but it just might. ``` ruby # app/models/event.rb class Event < ActiveRecord::Base date_time_attribute :start date_time_attribute :end...

**Great** start, finally had the chance to play with it. I too prefer the structure like ``` _posts/ ├─ yy-mm-dd-post-name/ │ ├─ index.md │ ├─ cover.png │ ├─ my_image.png │...