RailsCasts Pro episodes are now free!

Learn more or hide this

Jake Levine's Profile

GitHub User: jakeatwork

Site: www.livenation.com

Comments by Jake Levine

Avatar

I had a lot of issues getting Fog to work correctly and fortunately just found this, which is more specific to the purpose here anyway:

https://github.com/sorentwo/carrierwave-aws

Hope that helps.

Avatar

I was getting the same thing. You have to sign out of that user and maybe delete the db record. You've updated some permissions and the token is now invalid. Once you do that and re-authenticate, you should be good. Worked for me.

Avatar

I've implemented this, but the search seems to be case sensitive. I've tried to use the bCaseInsensitive = true in the js, but that doesn't change it. Not sure what in the datatables.rb is making it case sensitive. Appears to also be that datatables is case insensitive by default, so i'm guessing this code is overriding something.

thanks in advance.

jake