For further actions, you may consider blocking this person and/or reporting abuse
Read next
Bugs that buzzed a lot
Anastasiia Ogneva -
Rendering( or How to Render) Animation in JSON format with LottieFiles animation in React application
JONATHAN SIMON -
Hello, World!
Akash Sharma -
When i look at the world and systems, i just smile because nature seems like a program made by someone.
Ssezooba -
Top comments (1)
I started a RoR project. I use docker to easily install what I need (database, external tools...). In the root of my project, I've got a data folder containing all the docker volumes. The issue is when I run rails generate controller X, I don't know why but rails wants to access to the data folder (which is completely useless) and so, I have a permission denied for the data folder;
Any idea to avoid that unless changing the folder's permissions ? I don't want to break my containers.