Jonathan De Jong
Jonathan De Jong
Imagine a base class called service ``` class Service < ActiveRecord::Base include Redis::Objects lock :mylock, :expiration => 15.minutes, :timeout => 10.seconds end ``` And two subclasses Service 1 ``` class...
I know there are some issues with this gem and the application server or things like spring, but I figured it would not conflict with more modern application servers but...
Using rails 4 and the following gems: oauth (0.4.7) oauth-plugin (0.5.1) oauth2 (0.9.4) I changed the OauthConsumersController class to have the following to get the exception. ``` ruby def callback2...