Let's start Ruby on Rails - 2
Make new application
Create a new Rails application.
sudo rails new ror-store
I got a permission error, so I did it with sudo.
After execution, files are created in the ror-store directory as shown below.
Connect to a pre-made Git repository.
git r...
weensy.hashnode.dev1 min read