I create a new ruby on rails project via typing "rails new project_name" command on terminal. The project folders permissions values always read-only (and a key icon on folders and files) So I have to type "sudo chmod 777 folder_name -R" command on terminal when I create a new rails project. Why happens this and what should I do ?
Thank you.