<?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>SmartLogic Solutions Blog &#187; Scott Davis</title>
	<atom:link href="http://blog.smartlogicsolutions.com/author/sdavis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:15:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Faking a Will Paginate Collection on an Active Resource model</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/28/faking-a-will-paginate-collection-on-an-active-resource-model/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/10/28/faking-a-will-paginate-collection-on-an-active-resource-model/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 00:44:20 +0000</pubDate>
		<dc:creator>Scott Davis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Rails Will_Paginate to_xml ActiveResource]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=351</guid>
		<description><![CDATA[To follow up on my other blog post about Paginating an ActiveResource model and to_xml I figured I should include the client-side code so you can see how to actually use will paginate helpers out of the box to paginate an ActiveResource request.
This is example code from my model:

  def self.paginate&#40;*args, &#38;block&#41;
   [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/10/28/faking-a-will-paginate-collection-on-an-active-resource-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebox With Prototype</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 18:58:55 +0000</pubDate>
		<dc:creator>Scott Davis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scott Davis]]></category>
		<category><![CDATA[facebox]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=316</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Making WillPaginate and Rails to_xml play nice with ActiveResource</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/10/making-willpaginate-and-rails-to_xml-play-nice-with-activeresource/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/10/10/making-willpaginate-and-rails-to_xml-play-nice-with-activeresource/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:48:57 +0000</pubDate>
		<dc:creator>Scott Davis</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActiveRecord]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Scott Davis]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Rails Will_Paginate to_xml ActiveResource]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=305</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/10/10/making-willpaginate-and-rails-to_xml-play-nice-with-activeresource/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Advanced Model Based searches in rails</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/21/advanced-model-based-searches-in-rails/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/07/21/advanced-model-based-searches-in-rails/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 16:24:55 +0000</pubDate>
		<dc:creator>Scott Davis</dc:creator>
				<category><![CDATA[ActiveRecord]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Scott Davis]]></category>
		<category><![CDATA[Advanced Search]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=102</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/07/21/advanced-model-based-searches-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>map.resources and custom nested routes</title>
		<link>http://blog.smartlogicsolutions.com/2008/06/05/mapresources-and-custom-nested-routes/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/06/05/mapresources-and-custom-nested-routes/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:25:21 +0000</pubDate>
		<dc:creator>Scott Davis</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Scott Davis]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/06/05/mapresources-and-custom-nested-routes/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/06/05/mapresources-and-custom-nested-routes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
