RailsCasts Pro episodes are now free!

Learn more or hide this

Kaushik's Profile

GitHub User: ktkaushik

Site: http://ktkaushik.com

Comments by Kaushik

Avatar

Thank you so much for this. I did not know we can use Model attributes in a more simpler than i used to do it all the time.

Avatar

Thanks for this.

small update, i dont think one needs to store the OpenID information anymore.

config/initializers/omniauth.rb
provider :google_apps, :domain_name => 'your_domain_name', :name=>'admin'

Mine just worked fine this way.

Avatar
ruby
require 'capybara/rails'

capybara/rspec was unable to load, this works fine for me.

Using Rails 3.1 on Ubuntu.