Skip to content

Commit 4061a38

Browse files
committed
Merge branch 'patch-1' of https://github.com/jessetoth/docs into jessetoth-patch-1
2 parents cc16bfb + 5131103 commit 4061a38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sites/installfest/create_and_deploy_a_rails_app.step

+4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ step "Generate a database model" do
7474

7575
console <<-BASH
7676
rails generate scaffold user name:string email:string address:text active:boolean
77+
BASH
78+
console <<-BASH
7779
rake db:migrate
80+
BASH
81+
console <<-BASH
7882
rails server
7983
BASH
8084

0 commit comments

Comments
 (0)