Peter Philips

Results 45 comments of Peter Philips

Any idea on what the accepted resolution is for this? I'm definitely hitting this issue with DJ v4.1.2 and daemons v1.2.3

Bummer, I need other fixes in daemons in newer releases :(

Cool. So, I forked this repo and ran `rspec spec` and got this error: ```ruby An error occurred in a `before(:suite)` hook. Failure/Error: DatabaseCleaner[:mongoid].strategy = :truncation, { only: "users" }...

Indeed, doing a `User.class_eval` initializer vs opening up the class in the rake task is probably a matter of preference. The former seems nicer syntactically but also permanently pollutes the...

Sounds good. So, to provide some more information about our specific cases that we discovered implementing this gem, here you go: 1. Simple attribute masking (this is what is very...