mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
added 'bundle install' command to h4. Create the Basic Application
This commit is contained in:
@@ -39,6 +39,7 @@ The examples in this guide require that you have a working rails application. T
|
||||
gem install rails
|
||||
rails new yaffle_guide
|
||||
cd yaffle_guide
|
||||
bundle install
|
||||
rails generate scaffold bird name:string
|
||||
rake db:migrate
|
||||
rails server
|
||||
|
||||
Reference in New Issue
Block a user