railsgirls-jp / railsgirls.jp

Japanese translation of Rails Girls
https://railsgirls.jp/
Other
60 stars 128 forks source link

Add step to start rails server #740

Closed ishikawa999 closed 11 months ago

ishikawa999 commented 11 months ago

https://github.com/railsgirls/guides.railsgirls.com/pull/544 英語版の方にもプルリクエスト作成済みです。

https://railsgirls.jp/uploads gem "carrierwave "などを追加してbundle installする前にrailsサーバを停止するよう指示がありますが、その後railsサーバを起動するステップがありません。 http://localhost:3000/ideas/new にアクセスするステップの前に、「rails serverを実行してRailsサーバーを起動します。」という行を足してみました。

{% highlight sh %}
rails server
{% endhighlight %}

と書くほど重要な手順というわけでもないので簡単に1行で書くだけにしています。