Open majioa opened 12 years ago
Nice, the project seems inactive though.
Nice pull request - I unfortunately don't have any time to review pull requests for ribbot these days :/ I feel like we could use another maintainer for the project.
I'd be happy to review the pull requests. While I'm not much of a Rails developer, I do know Rails and could help. I'd be reviewing moreover than submitting.
Hello
I've added 4 abilitites to the ribbot:
To sign in via Facebook the user must pass special ENV variables similar this:
FACEBOOK_KEY=############# FACEBOOK_SECRET=########################## script/rails s -e development
or
FACEBOOK_KEY=############# FACEBOOK_SECRET=########################## unicorn_rails -c config/unicorn.rb -E production -D
If user omit the ENV vars, the ability will be disabled.