theanomaly18's repositories
ece495proj
Offical ECE 495 Team 3 Project Repo. *READ!* FORK THE REPO IF YOU ARE WORKING ON THE CODE! This will help others see what work you are doing. Make sure to run "bundle install" and "rake db:migrate" when pulling the app. Otherwise, you get a database error from the index action. If your copy of the app doesn't run with rails v3.2.8 but an earlier version, use the command "bundle exec rails server" and it will run rails using the gem in the app.