jspaper
jspaper
The relationship still exist in db after destroying node. Thanks.
My environment: - ruby 1.9.3-p125 - rails 3.2.5 - devise 2.1 - related 0.6.3 When user model inherit Related::Node will result 'raise_no_devise_method_error!' as below ``` ruby require 'related/follower' class User...
hi ciaranj, Access token of Yahoo will expired after 1 hours, and will need to refresh access token with oauth_token, oauth_secret and oauth_session_handle. oauth_session_handle is extra parameter and necessary for...
hi mates, I include Opinions in my models and add initializers/opinions.rb to configure redis. But it didn't work. did I miss anything? thanks. ``` ruby class User < ActiveRecord::Base include...
sidetap will return `SidetapStandard` instance on Safari 6.1, maybe ios7 have the same problem. I change the conditiion on `ios5` and everything works well. Is there any comments why `ShardWorker`...