Skip to content

Instantly share code, notes, and snippets.

@lkrych
Last active October 17, 2016 17:42
Show Gist options
  • Save lkrych/82938d13aef2db1685743390b67e6ecb to your computer and use it in GitHub Desktop.
Save lkrych/82938d13aef2db1685743390b67e6ecb to your computer and use it in GitHub Desktop.
Getting the Repo Setup so that you can test the controller!
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