Kashif
Kashif
Hi, I am using Rails 4 and don't find any branch especially for Rails 4. My ability.rb code. ``` def initialize(user) # Define abilities for the passed in user here....
Hi, I have two models ``` ruby class Book < ActiveRecord::Base multisearchable :against => [:title, :author, :category_name] belongs_to :category private def category_name category.name if category end end class Category <...
Hi, i'm using workless with delayed_job_active_record. these are in my gem file gem 'rails','3.2.11' gem 'delayed_job_active_record' gem "workless", "~> 1.1.1" gem 'heroku' my staging server is running on heroku here...
i'm using omniauth-facebook,omniauth-twitter and omniauth-google in my app. But for google i have this error "The action 'google' could not be found for Users::OmniauthCallbacksController" I use your strategy like ```...