I'm new to this and learning RoR. I'm on Windows machine and tried it in CMD as well as Atom with platformio-ide-terminal package. both doing same thing. Was looking all over internet but cant find what is wrong. Basically I use rails new test_app
command and only getting this back:
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create Gemfile
run git init from "."
and no other directories. I tried to reinstall everything and install SQLite3 gem, etc. but nothing.