<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Ruby on Rails Resources</title>
    <link>http://agilewebdevelopment.com/resources</link>
    <pubDate>Tue, 14 Aug 2007 16:09:29 GMT</pubDate>
    <description>Ruby on Rails Resources from AgileWebDevelopment.com</description>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/RubyOnRailsResources" type="application/rss+xml" /><item>
      <title>Easy MySQL replication</title>
      <link>http://rubyforge.org/projects/mysql-replicate/</link>
      <description>Take a look at the mysql_replication_adapter gem to get easy access to slave MySQL servers in a master-slave replication setup.</description>
      <pubDate>Tue, 14 Aug 2007 16:09:29 GMT</pubDate>
      <guid>http://rubyforge.org/projects/mysql-replicate/</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>OpenID with Rails</title>
      <link>http://leancode.com/openid-for-rails/</link>
      <description>Check out Bernie Thompson's great summary of the OpenID world from the Rails point of view.  It has everything you could want to know about implementing OpenID in your Rails application.</description>
      <pubDate>Thu, 08 Mar 2007 19:18:50 GMT</pubDate>
      <guid>http://leancode.com/openid-for-rails/</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Simple deployment with Pound</title>
      <link>http://happycodr.com/blog/view/13-putting-a-ruby-on-rails-application-into-production</link>
      <description>Theron Parlin, who created the HappyCodr Rails application showcase, has put together a quick walkthrough of deploying your Rails application using Pound.  It's simple and to the point -- perfect for anyone who's never done it before.</description>
      <pubDate>Thu, 08 Mar 2007 00:35:33 GMT</pubDate>
      <guid>http://happycodr.com/blog/view/13-putting-a-ruby-on-rails-application-into-production</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Implementing Search: Acts as Ferret tutorial</title>
      <link>http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial</link>
      <description>A great introduction to using the Acts as Ferret plugin to add search to your Rails application.</description>
      <pubDate>Tue, 20 Feb 2007 17:06:54 GMT</pubDate>
      <guid>http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>CachedModel</title>
      <link>http://dev.robotcoop.com/Libraries/cached_model/</link>
      <description>Use seattle.rb's gem to add some caching goodness to your models.</description>
      <pubDate>Thu, 15 Feb 2007 21:39:41 GMT</pubDate>
      <guid>http://dev.robotcoop.com/Libraries/cached_model/</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Apache2 + Mongrel Deployment</title>
      <link>http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/</link>
      <description>Coda Hale has a great write-up on deploying your Rails applications using apache2 + mongrel.  I'm using lighty + mongrel to go easy on my VPS, but this combo seems to be pretty strong.</description>
      <pubDate>Tue, 20 Jun 2006 12:56:36 GMT</pubDate>
      <guid>http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>RSpec on Rails</title>
      <link>http://rspec.rubyforge.org/tools/rails.html</link>
      <description>RSpec is a framework for implementing Behavior Driven Development (BDD),  a kind of successor to Test Driven Development.  RSpec provides a Ruby DSL for specifying how your objects, applications, etc. should behave and testing for that expected behavior.

Now there's a gem for making it easy to do BDD with Rails, and there's even a tool converting your Test::Unit code to RSpec.</description>
      <pubDate>Fri, 09 Jun 2006 04:31:31 GMT</pubDate>
      <guid>http://rspec.rubyforge.org/tools/rails.html</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Debugging Javascript with Firebug</title>
      <link>http://encytemedia.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug</link>
      <description>Firebug is an excellent plugin for Firefox that makes it easy to see what's going on with your javascript.  It's especially handy when trying to debug AJAX issues.

Justin Palmer offers some advice on how to use Firebug effectively during your javascript development.</description>
      <pubDate>Fri, 12 May 2006 13:16:01 GMT</pubDate>
      <guid>http://encytemedia.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Deploying Rails on Windows</title>
      <link>http://www.napcs.com/howto/rails/deploy/</link>
      <description>Brian Hogan has written up some informative articles on various ways to deploy your Rails apps in a Windows environment, using Apache or IIS.

The articles take you step-by-step through setting up Rails and Mongrel to serve your app, then how to proxy to your app via IIS or Apache.</description>
      <pubDate>Thu, 11 May 2006 20:53:52 GMT</pubDate>
      <guid>http://www.napcs.com/howto/rails/deploy/</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Ruby on Rails quick reference</title>
      <link>http://blog.invisible.ch/2006/05/01/ruby-on-rails-reference/</link>
      <description>Jens-Christian Fischer has put together a PDF that condenses a lot of the Rails API documentation into a portable (pun intended) reference.</description>
      <pubDate>Fri, 05 May 2006 03:19:14 GMT</pubDate>
      <guid>http://blog.invisible.ch/2006/05/01/ruby-on-rails-reference/</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>RSpec for Rails</title>
      <link>http://nodalpoint.madfire.net/articles/2006/05/02/rspec-testing-in-rails</link>
      <description>Stanislav Karchebny has whipped up a way to integrate &lt;a href="http://rspec.rubyforge.org/"&gt;RSpec&lt;/a&gt; (an implementation of Behaviour Driven Development) with Ruby on Rails.  Now Railers can easily take TDD to the next level. :)</description>
      <pubDate>Wed, 03 May 2006 04:11:25 GMT</pubDate>
      <guid>http://nodalpoint.madfire.net/articles/2006/05/02/rspec-testing-in-rails</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Dead Simple Deployment</title>
      <link>http://brainspl.at/articles/2006/04/26/dead-simple-deployment</link>
      <description>Ezra Zygmuntowicz has put together a great tutorial on deploying your Rails application behind a load balancer (pen in this case) without using a web server like Apache or Lighttpd.  Mongrel is used behind the balancer to serve the application, and it's a speedy and solid performer.  Deployment doesn't get much easier than this. :)</description>
      <pubDate>Fri, 28 Apr 2006 14:06:51 GMT</pubDate>
      <guid>http://brainspl.at/articles/2006/04/26/dead-simple-deployment</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Quick reports</title>
      <link>http://blog.teksol.info/articles/2006/03/23/returning-csv-data-to-the-browser</link>
      <description>Here's a great simple way to generate reports for Excel</description>
      <pubDate>Fri, 24 Mar 2006 15:17:21 GMT</pubDate>
      <guid>http://blog.teksol.info/articles/2006/03/23/returning-csv-data-to-the-browser</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Readable functional test errors</title>
      <link>http://blog.zenspider.com/archives/2006/03/making_function.html</link>
      <description>Ah, this is great... Here's a simple way to get all the layout stuff stripped from the output when you are doing functional testing.  This way you are only left with the actual page content. </description>
      <pubDate>Fri, 24 Mar 2006 04:51:54 GMT</pubDate>
      <guid>http://blog.zenspider.com/archives/2006/03/making_function.html</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Selenium on Rails</title>
      <link>http://andthennothing.net/archives/2006/02/05/selenium-on-rails</link>
      <description>After reading the IBM developerWorks article on integrating Selenium with Ruby on Rails (http://www-128.ibm.com/developerworks/web/library/wa-selenium-ajax/), I thought it would be cool to have a plugin that kept the public directory free of selenium files, but I didn't really have the time to do it myself.

Apparently, Jonas Bengtsson had a similar thought and actually did something about it...</description>
      <pubDate>Mon, 06 Feb 2006 01:46:19 GMT</pubDate>
      <guid>http://andthennothing.net/archives/2006/02/05/selenium-on-rails</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
  </channel>
</rss>
