Sublime Forum

Sample .sublime-project file for a Rails app

#1

Hi,

I’m trying to understand the format of the .sublime-project file. I’m trying to put the file in the root directory of my Rails app but use a relative path to the current directory to represent my app folder.

[code]{
“folders”:

            {
                    "path": "."
            }
    ]

}[/code]

What am I missing? Where should the .sublime-project file live so that I can check it into version control and what should it contain for a Rails app?

0 Likes

#2

Does that not work for you? Assuming not, please list your Sublime Text version and operating system. It behaves as expected here.

0 Likes

#3

Hmm, it didn’t work the first time but now it appears to. Is that what a conventional Rails app’s .sublime-project file looks like for the folders?

0 Likes