Last active
October 17, 2016 17:42
-
-
Save lkrych/82938d13aef2db1685743390b67e6ecb to your computer and use it in GitHub Desktop.
Getting the Repo Setup so that you can test the controller!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bundle install #installs all the gems you need to run the app | |
rake db:seed # seeds the database with movies, to see the movies you are seeding with navigate to rottenpotatoes/db/seeds.rb | |
rake db:test:prepare | |
rails s # Boot it up! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment