<?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>Joseph Wilk &#187; Rails</title>
	<atom:link href="http://blog.josephwilk.net/tag/rails/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.josephwilk.net</link>
	<description>on AI, The Web, Usability, Testing &#38; Software process</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:18:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speaking at Scotland on Rails 2009</title>
		<link>http://blog.josephwilk.net/ruby/speaking-at-scotland-on-rails-2009.html</link>
		<comments>http://blog.josephwilk.net/ruby/speaking-at-scotland-on-rails-2009.html#comments</comments>
		<pubDate>Sat, 17 Jan 2009 19:20:46 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rspec]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=607</guid>
		<description><![CDATA[I’m really excited to be giving a talk at this years Scotland on Rails conference in Edinburgh.
I&#8217;ll be talking about working outside-in with Cucumber and RSpec. Having used Cucumber and as a member of the Cucumber core developer team I hope to share lots of experiences and lessons about getting the most out of the [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/speaking-at-scotland-on-rails-2009.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby/Rails interview questions</title>
		<link>http://blog.josephwilk.net/ruby/rubyrails-interview-questions.html</link>
		<comments>http://blog.josephwilk.net/ruby/rubyrails-interview-questions.html#comments</comments>
		<pubDate>Fri, 25 Jul 2008 19:39:48 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.joesniff.co.uk/?p=98</guid>
		<description><![CDATA[I&#8217;ve recently been helping interview some ruby/rails developers. I searched the web for some inspiration but I could not find any example questions that had real depth to them. I like my questions to be a point of discussion rather than one word answers. Most importantly I want a wide enough scope to let those [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/rubyrails-interview-questions.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Rspec-rails mock_model helper for the RR test double framework</title>
		<link>http://blog.josephwilk.net/snippets/rspec-rails-mock_model-helper-for-the-rr-test-double-framework.html</link>
		<comments>http://blog.josephwilk.net/snippets/rspec-rails-mock_model-helper-for-the-rr-test-double-framework.html#comments</comments>
		<pubDate>Wed, 09 Jul 2008 16:07:30 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rspec]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.joesniff.co.uk/?p=118</guid>
		<description><![CDATA[Rspec-rails is a rails plugin which brings the Rspec Ruby Behaviour Driven Development framework to rails along with some rails specific helpers. One of these hugely useful helper functions is:
mock_model(model_class, options_and_stubs = {})
This creates a mock object with the common methods stubbed out. It also allows you to specify other methods you want to stub.

You [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/snippets/rspec-rails-mock_model-helper-for-the-rr-test-double-framework.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails Admins Plugins Review</title>
		<link>http://blog.josephwilk.net/critique/rails-admins-plugins-review.html</link>
		<comments>http://blog.josephwilk.net/critique/rails-admins-plugins-review.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 12:04:10 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Critique]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.joesniff.co.uk/critique/rails-admins-plugins-review.html</guid>
		<description><![CDATA[A brief examination of some of the major Admin plugins for rails.

 Lipsiaadmin
 AutoAdmin
 ActiveScaffold
 Hobo
 Streamlined


Lipsiadmin
http://rails.lipsiasoft.com/wiki/lipsiadmin
Google group Members: No group
Live Demo: http://demoadmin.lipsiasoft.org/admin/
Sample Projects: None
This admin framework mixes Ajax/JavaScript (library Ext 2.0 views) and old school HTML. The interface is presented in an application style reminiscent of Microsoft Outlook.

Feature set

http://extjs.com/ JavaScript library.
Generator Admin code.
Permissions support
Live [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/critique/rails-admins-plugins-review.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Automatic Admin Systems &#8211; Semantics with Rails &amp; Django</title>
		<link>http://blog.josephwilk.net/critique/automatic-admin-systems-semantics-with-rails-and-django.html</link>
		<comments>http://blog.josephwilk.net/critique/automatic-admin-systems-semantics-with-rails-and-django.html#comments</comments>
		<pubDate>Fri, 18 Jan 2008 11:52:59 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Critique]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://www.joesniff.co.uk/in-progress/automatic-generating-admin-systems-ruby-on-rails-django.html</guid>
		<description><![CDATA[The Magically Appearing Admin
Web developers using an MVC framework produce their websites playing with their models, views and controllers. Then by adding a few lines of magic an admin system appears which allows users to add/edit/delete/view/search their models.
Examples:
Django&#8217;s Magic Admin (Also NewFormsAdmin &#8211; a branch of Django focused on making it easier to customise auto-admin)
 [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/critique/automatic-admin-systems-semantics-with-rails-and-django.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
