Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

dallasrb/dallasrb-web

Repository files navigation

Dallas Ruby Brigade website.

Join the chat at https://gitter.im/dallasrb/dallasrb-web

This application powers the Dallasrb.org website.

Ruby on Rails

This application requires:

  • Ruby version 1.9.3
  • Rails version 3.2.21

Learn more about Installing Rails.

Database

This application uses PostgreSQL with ActiveRecord.

Development

  • Template Engine: ERB
  • Testing Framework: RSpec
  • Front-end Framework: Twitter Bootstrap (Sass)
  • Authentication: OmniAuth
  • Authorization: CanCan

Email

The application is configured to send email using a SendGrid account.

Getting Started

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

Documentation and Support

This is the only documentation.

Contributing

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.

Credits

  • Mark McSpadden <markmcspadden@gmail.com>
  • Karthik Hariharan <kar.hariharan@gmail.com>

MIT License

The dallasrb-web program is licensed under the terms of the MIT License.

Copyright © 2014 Dallas Ruby Brigade