https://github.com/zquestz/authpoint
Starting point for rails 3.1 apps using omniauth
https://github.com/zquestz/authpoint
Last synced: 8 months ago
JSON representation
Starting point for rails 3.1 apps using omniauth
- Host: GitHub
- URL: https://github.com/zquestz/authpoint
- Owner: zquestz
- Created: 2011-07-19T06:31:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T02:10:41.000Z (almost 13 years ago)
- Last Synced: 2025-10-06T15:59:24.561Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 2 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
- authpoint -
http://github.com/zquestz/authpoint
Simple shell for rails 3 using omniauth.
This app uses bundler, and rvm is recommended. By default it uses the 1.9.2@authpoint gemset.
Setup is pretty easy.
* Clone the repo
* Run 'bundle install'
* Edit 'config/database.yml'
* Run 'rake db:create db:migrate db:test:prepare'
* Setup 'config/providers.yml'
* Run the specs and make sure everything passes with 'rake spec'
These docs are obviously very rough, more info will be coming soon.
-quest