Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 381 Bytes

README.mkd

File metadata and controls

21 lines (15 loc) · 381 Bytes

Omniauth with Devise Example

This is an example of a Rails 3.1 application using the built in Omniauth with Devise

Currently using Facebook with Omniauth

Installation

# Install the app
$ bundle install
$ rake db:migrate

Roadmap

Add Facebook Integration Add Twitter Integration Add LinkedIn Integration

Add Rspec testing with Omniauth