Skip to content

Commit e0cbc90

Browse files
RobinClowerstjgrathwell
authored andcommitted
Use rails instead of rake
This is the recommended approach in the rails guides, plus rake is broken out of the box if you install with windows railsinstaller.
1 parent 9ff38e9 commit e0cbc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/create_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ step "Generate a database model" do
7777
rails generate scaffold drink name:string temperature:integer
7878
BASH
7979
console <<-BASH
80-
rake db:migrate
80+
rails db:migrate
8181
BASH
8282
console <<-BASH
8383
rails server

0 commit comments

Comments
 (0)