Pat Allan
Pat Allan
Closing this ticket as it's been 18 months (granted, that's not aided by my previous slow response)
To have makes via associations work, I usually write my blueprints like so: ``` Profile.blueprint do user { object.user || User.make! } end ```
Generally using MRI 1.9 and Rails 3.x - I've taken this approach in a few apps.
Excuse me pimping something of my own, but I wrote a gem some time ago that lets you set expectations on which requests have been made: https://github.com/freelancing-god/fakeweb-matcher Granted, it's built...
Hi Kris - do you have Rails listed in your dependencies, and is it listed before Combustion? The `Bundler.require :default, :development` line should load all dependencies, but the order does...
Hey folks - I'm going to close this issue as it's been a few months. Certainly very happy to re-open if the problem crops up again (or others are finding...
I'm afraid I don't know why… but it does seem that all of those examples are hanging at the same point: https://github.com/pat/riddle/blob/develop/spec/functional/excerpt_spec.rb#L51-L95 Is it possible to reproduce this issue directly,...
Thanks @akostadinov - I've rebased this to resolve the build failures (not your fault!), renamed the method from `stage` to `sync`, and merged it in. Hoping to get a release...
Hi @ur5us :) Very happy to have this feature, though yes, it's a hard thing to test. If you could try it out with a test app that'd be a...
Ended up implementing this in #1265, and is part of 5.6.0 which has just been released :)