Skip to content

ryuever/sample_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails Tutorial: sample application

This is the sample application for Ruby on Rails Tutorial: Learn Rails by Example by Michael Hartl.

points to note

bundle install --without production

After downloading this app, you should run above bundle install command first. The --without production option prevents the local installation of any production gems, which in this case is just pg. otherwise it will report error "Could not find pg-0.12.2 in any of the sources"

create table

The second is running command rake db:migrate to create mandatory table.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors