Skip to content

gitter-badger/dallasrb-web

 
 

Repository files navigation

Dallas Ruby Brigade website.

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

About

The Dallas Ruby Brigade Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.5%
  • HTML 30.9%
  • CSS 2.8%
  • JavaScript 1.5%
  • Shell 1.2%
  • CoffeeScript 1.1%