This application powers the Dallasrb.org website.
This application requires:
- Ruby version 1.9.3
- Rails version 3.2.12
Learn more about Installing Rails.
This application uses PostgreSQL with ActiveRecord.
- Template Engine: ERB
- Testing Framework: RSpec
- Front-end Framework: Twitter Bootstrap (Sass)
- Authentication: OmniAuth
- Authorization: CanCan
The application is configured to send email using a SendGrid account.
bundle install
copy config/application.example.yml into config/application.yml and create your own SECRET_TOKEN
set up your application to integrate with Github
– Go to https://github.com/settings/applications/new
– set a name for your app
– URL: http://localhost:8080
– Callback URL: http://localhost:8080/auth/github/callback
– copy the Github provided data into your application.yml
- Client ID into OMNIAUTH_PROVIDER_KEY
- Client Secret into OMNIAUTH_PROVIDER_SECRET
bundle exec unicorn_rails
This is the only documentation.
If you make improvements to this application, please share with others.
- Fork the project on GitHub.
- Make your feature addition or bug fix.
- Commit with Git.
- Send the author a pull request.
- Mark McSpadden <markmcspadden@gmail.com>
- Karthik Hariharan <kar.hariharan@gmail.com>
The dallasrb-web program is licensed under the terms of the MIT License.
Copyright © 2013 Dallas Ruby Brigade