Scott Tesoriere

Results 7 comments of Scott Tesoriere

I'm experiencing the same as @druizz. I have a duplicate email in the thread. I got rid of it via gmail and it still shows, but I've only had this...

It should just check access, assigning should, use the abilities definition in the example. Though, as per this request and your others: I can not legally continue work on this...

That's correct, go ahead and submit a pull request!

@twiduch This is a probably when using this with devise, because devise passes in the User or whichever model and not a user's attributes, don't know the fix yet

In my case it was devise causing the problem, and a quick fix can be the following - you could also change devise as well ``` ruby Sidekiq::Mailer.excluded_environments = [:test,...

+1 for this. Is this project even still active though?

The only thing that appears to work is defining a stub method, then including a middleware overriding the template maps (which injects anything I need, like session, etc). The only...