This is the nth Ruby on Rails memorial.
on Rails!

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
This time,
ʻUbuntu on VirtualBoxonwindows10`
As usual, it gets caught in sqlite, but it's okay because I have experienced it last time.
spring
spring.not
bundler: command not found: spring
This time, I fitted it with spring.
Gemfil.e
  gem 'spring'
  gem 'spring-watcher-listen'
Since it is group: development, delete the above line and deal with it.
If you want to access from the host OS, you need to change the network settings in VirtualBox.

Referenced site
Recommended Posts