0
0

More than 3 years have passed since last update.

Yay! I'm on Rails! Repetition

Last updated at Posted at 2020-09-30

はじめに

n回目のRuby on Rails記念です。

on Rails!

20200930.png

環境

ubuntu.bash
$ uname -a
Linux ubuntu 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64 X86_64 X86_64 GNU/Linux

今回は、
windows10上のVirtualBox上のUbuntu

嵌ったところ

例によってsqliteで引っ掛かりますが、前回経験済みですので大丈夫。
前回 - Qiita

spring

spring.not
bundler: command not found: spring

今回は、springで嵌りました。

Gemfil.e
  gem 'spring'
  gem 'spring-watcher-listen'

group :developmentなので、上記行を削除して対応。

なお、ホストOSからアクセスする場合、VirtualBoxでネットワーク設定を変更する必要があります。
20200930a.png

まとめ

  • VirtualBox に詳しくなった
  • spring で嵌った

参照したサイト
Ruby 歴 10 年の私が【絶対に】 gem install rails コマンドを実行しない理由 - Qiita
Yay! I'm on Rails! - Qiita

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