GitHub - TampaRuby/coder-night: A web application for managing Coder Night events.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Coder Night

A Rails application for managing Coder Night events.

Dependencies

  • Ruby 1.9 (See the Gemfile for other rubygem based dependencies)
  • SQLite (development)
  • PostgreSQL (production)

Getting Started

Copy config/env.yml.dist to config/env.yml. You'll need to register the app and get your own set of OAuth consumer keys from Twitter. You should use http://0.0.0.0:3000/auth/twitter/callback for the callback URL. Put the keys in your config/env.yml file.

bundle install --without production
rake db:schema:load

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_awesome_branch)
  3. Commit your changes (git commit -am "Added some magic")
  4. Push to the branch (git push origin my_awesome_branch)
  5. Send pull request

About

A web application for managing Coder Night events.

Resources

Readme

Activity

Custom properties

Stars

2 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published