<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ActiveRecord Pagination for Destructive Migrations</title>
	<atom:link href="http://www.dweebd.com/ruby/activerecord-pagination-for-destructive-migrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dweebd.com/ruby/activerecord-pagination-for-destructive-migrations/</link>
	<description>Web Freshness</description>
	<lastBuildDate>Mon, 05 Jul 2010 23:44:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: duncanbeevers</title>
		<link>http://www.dweebd.com/ruby/activerecord-pagination-for-destructive-migrations/comment-page-1/#comment-3</link>
		<dc:creator>duncanbeevers</dc:creator>
		<pubDate>Thu, 27 Sep 2007 04:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dweebd.com/activerecord-pagination-for-destructive-migrations/#comment-3</guid>
		<description>Updated this code to preserve order in the internal operation.  I used a vicious SQL CASE statement to keep the internal operation unbound to the potentially complex ORDER clause of the original condition and explicitly specified the table name from which the id should be selected.

Anyone have a better way of doing this?</description>
		<content:encoded><![CDATA[<p>Updated this code to preserve order in the internal operation.  I used a vicious SQL CASE statement to keep the internal operation unbound to the potentially complex ORDER clause of the original condition and explicitly specified the table name from which the id should be selected.</p>
<p>Anyone have a better way of doing this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.209 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-08-14 03:31:17 -->
