DMChallenge is for passionate cyclists that are after a tool to help their team to achieve a common goal that each member commits to.
- Implement login with Facebook (done)
- Implement security for user views
- Implement login with Strava
- Implement downloading of users activities
- Ruby 2.0.0
- bundler ~> 1.3.5
- rails ~> 4.0.0.rc1
Start application server.
rails s
None
The main, stable branch is master
. All work should be contained in
isolated feature branches and will be merged into master
when peer
reviewed on GitHub.
Currently none.
Run the entire test suite.
rspec -f d
Run an individual test file
rspec -f d path/to/file.rb