<?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: Writing your own camelizer in Ruby</title>
	<atom:link href="http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/</link>
	<description>a weblog by Tom Armitage</description>
	<lastBuildDate>Sun, 08 Apr 2012 09:50:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tom</title>
		<link>http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/comment-page-1/#comment-123963</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 30 Nov 2008 11:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/#comment-123963</guid>
		<description>Again, Chris, the answer lies in ActiveSupport::Inflector; to convert camelized text to underscore-separated text, there&#039;s a method called &lt;code&gt;underscore&lt;/code&gt;, &lt;a href=&quot;http://api.rubyonrails.com/classes/ActiveSupport/Inflector.html#M000760&quot; rel=&quot;nofollow&quot;&gt;the source code for which can be found here&lt;/a&gt;. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Again, Chris, the answer lies in ActiveSupport::Inflector; to convert camelized text to underscore-separated text, there&#8217;s a method called <code>underscore</code>, <a href="http://api.rubyonrails.com/classes/ActiveSupport/Inflector.html#M000760" rel="nofollow">the source code for which can be found here</a>. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hoeppner</title>
		<link>http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/comment-page-1/#comment-123706</link>
		<dc:creator>Chris Hoeppner</dc:creator>
		<pubDate>Fri, 28 Nov 2008 20:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/#comment-123706</guid>
		<description>That regular expression means nothing to me, to be honest, I&#039;ll have to dig out my regexp reference book for that.

How would you take on doing it the other way around, I wonder? 

def uncamelize(s)
  # Please gimme input :P
end</description>
		<content:encoded><![CDATA[<p>That regular expression means nothing to me, to be honest, I&#8217;ll have to dig out my regexp reference book for that.</p>
<p>How would you take on doing it the other way around, I wonder? </p>
<p>def uncamelize(s)<br />
  # Please gimme input :P<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mexxx</title>
		<link>http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/comment-page-1/#comment-6361</link>
		<dc:creator>mexxx</dc:creator>
		<pubDate>Fri, 11 Aug 2006 22:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2006/08/11/writing-your-own-camelizer-in-ruby/#comment-6361</guid>
		<description>Thnx Tom,

I was hoping that I could find something like camelize in ruby core libraries, since what I needed was something similar to translating rb file name to class name. But rails way works for me too :)</description>
		<content:encoded><![CDATA[<p>Thnx Tom,</p>
<p>I was hoping that I could find something like camelize in ruby core libraries, since what I needed was something similar to translating rb file name to class name. But rails way works for me too :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

