<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: radrails code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 21:56:11 GMT</pubDate>
    <description>DZone Snippets: radrails code</description>
    <item>
      <title>transform normal projet to rails project in radrails</title>
      <link>http://snippets.dzone.com/posts/show/2989</link>
      <description>// in radrails when you import a project from subversion&lt;br /&gt;// it is a normal project&lt;br /&gt;&lt;br /&gt;// in the menu I found no way to transform it&lt;br /&gt;// but so it worked for me: &lt;br /&gt;&lt;br /&gt;// 1. edit the .project file and copy the natueres block &lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;	&lt;natures&gt;&lt;br /&gt;		&lt;nature&gt;org.radrails.rails.ui.railsnature&lt;/nature&gt;&lt;br /&gt;		&lt;nature&gt;org.rubypeople.rdt.core.rubynature&lt;/nature&gt;&lt;br /&gt;	&lt;/natures&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;// 2. copy the buildSpec block too&lt;br /&gt;// (I'm not sure if this is necessary, I did both and it worked)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;	&lt;buildSpec&gt;&lt;br /&gt;		&lt;buildCommand&gt;&lt;br /&gt;			&lt;name&gt;org.rubypeople.rdt.core.rubybuilder&lt;/name&gt;&lt;br /&gt;			&lt;arguments&gt;&lt;br /&gt;			&lt;/arguments&gt;&lt;br /&gt;		&lt;/buildCommand&gt;&lt;br /&gt;	&lt;/buildSpec&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;// 3. restart radrails and &lt;br /&gt;// 4. add a webrick-server to the project &lt;br /&gt;// and you are done&lt;br /&gt;</description>
      <pubDate>Sun, 12 Nov 2006 09:36:59 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2989</guid>
      <author>ovhaag (Oliver Haag)</author>
    </item>
  </channel>
</rss>
