I use eclipse kepler and the ruby DLTK plugin. From a similar answer, I learned that one can use project > properties > project facets > Convert to faceted form
, to convert a project from general to a specific type. In my list of project facets, there are only java ee options and no ruby options.
I could also try to mess with project config files as suggested here. But, the commentators advise against doing it.
How do I proceed ?