LoginSignup
0
0

More than 5 years have passed since last update.

Railstutorial 4版 覚書 第1章

Posted at

卒業した大学院の授業で、安川さんがRailstutorialを使って授業しているらしい。
第4版はやっていないので、やってみる。同じPBLの人もやっているらいいし。

mac 10.10.5
Ruby 2.3.4
Rails 5.0.0.1

第1章

学校ではAWSでRails4を使っていたので、自分のmacのRuby、railsのバージョンをあげる

  • rbenvに欲しいRubyのバージョンがない
brew upgrade ruby-build
  • Herokuにデプロイできない
###### WARNING:
       You have not declared a Ruby version in your Gemfile.
       To set your Ruby version add this line to your Gemfile:
       ruby '2.3.4'
       # See https://devcenter.heroku.com/articles/ruby-versions for more information.

というアラートがでた。
GemFileに

ruby '2.3.4'

を追記したらうまくいった。
https://rails5-tutorial-hello-ichi.herokuapp.com

参考にしたサイト
Ruby 2.3.0がrbenvに表示されない時にやったこと

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0