Miha Rekar
Miha Rekar
How bout [this](http://about.travis-ci.org/docs/user/build-configuration/#Secure-environment-variables)?
I'm using Rails 4 rc1 and CanCan 1.6.10 and I'm still getting this error when creating. Is there some additional work I must do to get it going?
I use: `load_and_authorize_resource except: [:create]` just so I got it working but that shouldn't be used on production I guess.
@obelich @alagos yeah, DON'T use my "solution". As I've said, it's just to get it going but shouldn't be used on production. It was a temp fix I used so...
@hiromipaw any particular reason you're using such an old version of Devise?
Just FYI we now have [CanCanCan](https://github.com/CanCanCommunity/cancancan) which fixes this and many other issues on the original CanCan repo :wink:
Well 2.x isn't usable yet anyway, right? And they say they will start working on 2.x when they figure out what exactly @ryanb had in mind building it. What I'm...
@kodeycom switch to [cancancan](https://github.com/CanCanCommunity/cancancan)
@ganeshrvel the beta does not work with Garmin FR945
Yeah, I get it. It's impossible to debug without a device. I have an app running on garmin watches and on some of them it just doesn't work and I...