Skip to content

Commit

Permalink
Merge pull request #363 from JunichiIto/remove-db-create-command
Browse files Browse the repository at this point in the history
Rails Girls インストール・レシピからdb:createコマンドを削除
  • Loading branch information
hsbt authored Feb 12, 2019
2 parents 9defd26 + 82d4352 commit a4595eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _posts/2013-05-02-install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ Mac OS X 10.7 およびそれ以前のバージョンでは、 Atom エディタ
rails new sample
cd sample
rails g scaffold book
rails db:create
rails db:migrate
rails server
{% endhighlight %}
Expand Down Expand Up @@ -316,7 +315,6 @@ node --version
rails new sample
cd sample
rails g scaffold book
rails db:create
rails db:migrate
rails server
{% endhighlight %}
Expand Down Expand Up @@ -652,7 +650,6 @@ gem install rails --no-document
rails new sample
cd sample
bundle exec rails g scaffold book
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails server -b 0.0.0.0
{% endhighlight %}
Expand Down

0 comments on commit a4595eb

Please sign in to comment.