<?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: Butt Biter: Rails &#8216;truncate&#8217; Method Broken in Ruby 1.8.7</title>
	<atom:link href="http://blog.spoolz.com/2008/09/02/butt-biter-rails-truncate-method-broken-in-ruby-187/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spoolz.com/2008/09/02/butt-biter-rails-truncate-method-broken-in-ruby-187/</link>
	<description>A father and programmer&#039;s skewed view of the world</description>
	<lastBuildDate>Sat, 22 May 2010 17:14:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ethan</title>
		<link>http://blog.spoolz.com/2008/09/02/butt-biter-rails-truncate-method-broken-in-ruby-187/comment-page-1/#comment-648</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spoolz.com/?p=38#comment-648</guid>
		<description>Thanks for posting your fix.  This one bit me when my host upgraded Ruby versions without announcing it.  My whole admin interface broke on my site.  Such are the woes of shared hosting.

But thanks for your fix.</description>
		<content:encoded><![CDATA[<p>Thanks for posting your fix.  This one bit me when my host upgraded Ruby versions without announcing it.  My whole admin interface broke on my site.  Such are the woes of shared hosting.</p>
<p>But thanks for your fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenton</title>
		<link>http://blog.spoolz.com/2008/09/02/butt-biter-rails-truncate-method-broken-in-ruby-187/comment-page-1/#comment-626</link>
		<dc:creator>Brenton</dc:creator>
		<pubDate>Wed, 08 Apr 2009 21:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spoolz.com/?p=38#comment-626</guid>
		<description>Also see:
http://railsforum.com/viewtopic.php?id=27226</description>
		<content:encoded><![CDATA[<p>Also see:<br />
<a href="http://railsforum.com/viewtopic.php?id=27226" rel="nofollow">http://railsforum.com/viewtopic.php?id=27226</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.spoolz.com/2008/09/02/butt-biter-rails-truncate-method-broken-in-ruby-187/comment-page-1/#comment-152</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 17 Sep 2008 16:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spoolz.com/?p=38#comment-152</guid>
		<description>I like fix #2 better because it works under older ruby versions, too. *However*, the whole point of calling &#039;chars&#039; on the string and asking it for the length was to support multibyte character formats. The best solution would be to figure out why &#039;chars&#039; in ruby 1.8.7 returns an Enumerable::Enumerator instead of an ActiveSupport::Multibyte::Chars object and fix it there.</description>
		<content:encoded><![CDATA[<p>I like fix #2 better because it works under older ruby versions, too. *However*, the whole point of calling &#8216;chars&#8217; on the string and asking it for the length was to support multibyte character formats. The best solution would be to figure out why &#8216;chars&#8217; in ruby 1.8.7 returns an Enumerable::Enumerator instead of an ActiveSupport::Multibyte::Chars object and fix it there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
