Switching the nature of a project to RadRails

Posted on Thu Mar 16 15:31:00 UTC 2006

Open your .project file, and replace the element with

<natures>
    <nature>org.radrails.rails.ui.railsnature</nature>
</natures>

Here’s how my project looks like

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>typo</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
    </buildSpec>
    <natures>
        <nature>org.radrails.rails.ui.railsnature</nature>
    </natures>
</projectDescription>

Then either refresh your project or restart eclipse/RadRails. The Project icons should now have the little decorator with the Rails logo.

Posted in Rails  |  Tags ,  |  1 comment

Comments

  1. John C. John C. said // Mar 17, 2006 at 05:34 PM

    Thank you. I didn't have to recreate my project with this trick

(leave url/email »)

Comment Markup Help