Polyrhythm / bridge_troll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bridge Troll

  Build Status

Bridge Troll is a Rails app that helps RailsBridge workshop organizers plan their events. Right now it allows organizers to create events and volunteers to RSVP to them. Next step is adding student RSVPs and class sorting logic. We have something of a roadmap here.

New? Keep reading this, and then head to the wiki to read the contributor guidelines.

Features & Bugs

The App

Want to help out?

Join the google group and send a quick note introducing yourself.

Then, have a look at our feature backlog. Pick a feature to work on, fork the project, code some code, and send a really good pull request. Not sure what to do? Ask the google group for advice!

Setting up for development

You'll need rvm. The .rvmrc file should help make sure you are using the right Ruby version.

Quickstart

Note: change git clone below to be your repo.

git clone git@github.com:yourname/bridge_troll
cd bridge_troll
script/bootstrap
rails s

Go to http://localhost:3000/ and you can play with the app. (Pro-tip: to create a valid user without setting up email, run User.last.confirm! in the Rails console after signing up.)

Running tests

You will need to install phantomjs for tests to run successfully. On OSX with Homebrew, try

brew update
brew install phantomjs

Then you can run tests by doing

script/test

Contributors

Literally one billion thanks to our super awesome contributors.

About


Languages

Language:Ruby 74.3%Language:CoffeeScript 24.5%Language:Shell 0.7%Language:JavaScript 0.4%Language:Perl 0.1%Language:Racket 0.0%