Skip to content

hhe8/week5-class

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 4

To run this Rails app on your laptop:

  1. Clone this repository
  2. bundle install
  3. rake db:migrate
  4. rake db:seed
  5. rails server

At this point, you should be able to browse to http://localhost:3000 and you should see a list of awesome movies.

NOTE: On some systems, you may need to prefix steps 3 and 4 with 'bundle exec' i.e. 'bundle exec rake db:migrate'.

WINDOWS 7 USERS: You may have to modify the Gemfile by adding this line after you clone:

gem 'coffee-script-source', '1.8.0'

Then, the bundle install and bundle exec rails server might actually work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.1%
  • HTML 30.3%
  • CSS 3.5%
  • JavaScript 2.1%