Creating a project with camelcase creates several folders Gonzalez Martin90 Created October 22, 2017 00:29 The name of my project is my-test and when i create a project with that name RM creates a folder for each word. Is there a way to deactive this?
Hello,
are you using IDEA? Could you please specify which version and what kind of project you're creating.
I'm creating a gem project
Using Bundle gem my_gem it doesn't create subfolders
I got the same structure by running it manually
Yes, but if you use *underscore* it will respect the entire folder. It's annoying that dir split. Should be a way to disable.
If I use underscore RubyMine produces the same structure I get in Terminal (with one folder 'my_gem'). Do you experience different behaviour?
Here I set a clear example
Hello,
sorry for the delay. I get the same structure as on your screenshot in both RubyMine and Terminal (because in RubyMine it's created via the same command `bundle gem project_name`)