<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the tar pit &#187; rails</title>
	<atom:link href="http://blog.goneopen.com/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goneopen.com</link>
	<description>Thrashing around in the stickiness of software</description>
	<lastBuildDate>Mon, 09 Jan 2012 23:35:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating a restful-resources application in rails</title>
		<link>http://blog.goneopen.com/2009/07/creating-a-restful-resources-application-in-rails/</link>
		<comments>http://blog.goneopen.com/2009/07/creating-a-restful-resources-application-in-rails/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 03:00:45 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[BDD]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rspec]]></category>

		<guid isPermaLink="false">http://blog.goneopen.com/2009/07/creating-a-restful-resources-application-in-rails/</guid>
		<description><![CDATA[I am creating a rails application and I haven&#8217;t used rails in 2 years and, of course, version 2.2.2. So I thought that I had better record my major steps. I also needed to learn how to use rspec with rails (rather than the unit tests). Update all the gems gem update Install the plugins [...]]]></description>
			<content:encoded><![CDATA[<p>I am creating a rails application and I haven&#8217;t used rails in 2 years and, of course, version 2.2.2. So I thought that I had better record my major steps. I also needed to learn how to use rspec with rails (rather than the unit tests).</p>

<h2>Update all the gems</h2>



<pre>gem update </pre>



<h2>Install the plugins</h2>



<pre>
  sudo gem install rspec
  sudo gem install cucumber
  sudo gem install rcov
  sudo gem install rspec-rails
  
  script/plugin install git &lt;-- rspec
  script/plugin install git://github.com/phorsfall/rspec_on_rails_nested_scaffold.git
  script/plugin install git://github.com/activescaffold/active_scaffold.git
</pre>



<h2>Install Jquery</h2>



<pre>
  ./script/plugin install http://ennerchi.googlecode.com/svn/trunk/plugins/jrails
  </pre>



<h2>Tutorial for logins</h2>



<pre>git clone git://github.com/activefx/restful_authentication_tutorial.git new_folder</pre>



<p><code>./script/generate rspec_scaffold Skill name:string category_id:integer description:string</code></p>]]></content:encoded>
			<wfw:commentRss>http://blog.goneopen.com/2009/07/creating-a-restful-resources-application-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

