I am rather new to Ruby and have been following along with the book \"Ruby On Rails 3 Tutorial - Learn Ruby by Example - by Michael Hartl\". I am currently in Chapter 3 whic
In development environment, just run
bundle exec rake db:setup
In production environment, run
bundle exec RAILS_ENV=production rake db:setup