When I type -> rails new test_app, it only does the following -> create create README.md create Rakefile create .ruby-version create config.ru create .gitignore create Gemfile run git init from "."
I was able to run this command successfully (where it created all the folders and files needed in a rails app) in my c:\users\ directory, however was not able to run it anymore after that. I have also deleted all rails related files in that directory and retried, but have had no success.
Please help.