<?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 for Ethilien</title>
	<atom:link href="http://ethilien.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ethilien.net</link>
	<description>I need to redo this site...</description>
	<lastBuildDate>Wed, 09 Jun 2010 04:30:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Render Rails Templates Anywhere (even in a model) by david g</title>
		<link>http://ethilien.net/archives/render-rails-templates-anywhere-even-in-a-model/comment-page-1/#comment-38076</link>
		<dc:creator>david g</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/?p=53#comment-38076</guid>
		<description>&lt;p&gt;I am trying to use this solution however it does not work in Rails 2.3.5 -- The problem is Actionview::Base.helper_modules was deprecated awhile back. Any thoughts on how to make this work in Rails 2.3.5?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am trying to use this solution however it does not work in Rails 2.3.5 &#8212; The problem is Actionview::Base.helper_modules was deprecated awhile back. Any thoughts on how to make this work in Rails 2.3.5?</p>

<p>Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby &#8211; A Lightning Tutorial by Arun</title>
		<link>http://ethilien.net/ruby-a-lightning-tutorial/comment-page-1/#comment-34553</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/ruby-a-lightening-tutorial/#comment-34553</guid>
		<description>&lt;p&gt;Good Tutorial :). Add more notes&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good Tutorial <img src='http://ethilien.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Add more notes</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Control-Backspace by Matt</title>
		<link>http://ethilien.net/archives/control-backspace/comment-page-1/#comment-23668</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 26 May 2009 04:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/archives/control-backspace/#comment-23668</guid>
		<description>&lt;p&gt;Alt Backspace undo&#039;s a deleted word at a time&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alt Backspace undo&#8217;s a deleted word at a time</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Better Redirects in Rails by &#304;zzet Emre Kutlu</title>
		<link>http://ethilien.net/archives/better-redirects-in-rails/comment-page-1/#comment-23374</link>
		<dc:creator>&#304;zzet Emre Kutlu</dc:creator>
		<pubDate>Thu, 14 May 2009 13:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/archives/better-redirects-in-rails/#comment-23374</guid>
		<description>&lt;p&gt;another option for link_away method :
&lt;code&gt;def link_away(*args, &amp;block)
    original_uri = {:original_uri =&gt; request.request_uri}
    if block_given?
      options      = args.first &#124;&#124; {}
      html_options = args.second
      options.merge!(original_uri)
      link_to(options, html_options) do
        capture(&amp;block)
      end
    else
      name         = args.first
      options      = args.second &#124;&#124; {}
      html_options = args.third
      options.merge!(original_uri)
      link_to(name, options, html_options)
    end
  end&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>another option for link_away method :
<code>def link_away(*args, &amp;block)
    original_uri = {:original_uri =&gt; request.request_uri}
    if block_given?
      options      = args.first || {}
      html_options = args.second
      options.merge!(original_uri)
      link_to(options, html_options) do
        capture(&amp;block)
      end
    else
      name         = args.first
      options      = args.second || {}
      html_options = args.third
      options.merge!(original_uri)
      link_to(name, options, html_options)
    end
  end</code></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing div.fieldWithErrors in Ruby on Rails by Who needs to know</title>
		<link>http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/comment-page-1/#comment-21713</link>
		<dc:creator>Who needs to know</dc:creator>
		<pubDate>Thu, 09 Apr 2009 01:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/#comment-21713</guid>
		<description>&lt;p&gt;YOU ARE A GUN!!!! Works great!!!&lt;/p&gt;

&lt;p&gt;Is there a better place to put a bunch of these instead of placing them inside config/environment.rb? For example, creating an rb file under the lib folder?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>YOU ARE A GUN!!!! Works great!!!</p>

<p>Is there a better place to put a bunch of these instead of placing them inside config/environment.rb? For example, creating an rb file under the lib folder?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby &#8211; A Lightning Tutorial by Pietro</title>
		<link>http://ethilien.net/ruby-a-lightning-tutorial/comment-page-1/#comment-21514</link>
		<dc:creator>Pietro</dc:creator>
		<pubDate>Sun, 05 Apr 2009 09:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/ruby-a-lightening-tutorial/#comment-21514</guid>
		<description>&lt;p&gt;The code &lt;/p&gt;

&lt;p&gt;def my_method(name, action)
    yield(name, action)
end&lt;/p&gt;

&lt;p&gt;my_method(&#039;Bob&#039;) { &#124;name, action&#124; puts &quot;#{name} is doing #{action}&quot; }&lt;/p&gt;

&lt;p&gt;is not correct since my&lt;em&gt;method needs 2 arguments like my&lt;/em&gt;method(&#039;Bob&#039;, &#039;smoking&#039;).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The code </p>

<p>def my_method(name, action)
    yield(name, action)
end</p>

<p>my_method(&#8216;Bob&#8217;) { |name, action| puts &#8220;#{name} is doing #{action}&#8221; }</p>

<p>is not correct since my<em>method needs 2 arguments like my</em>method(&#8216;Bob&#8217;, &#8217;smoking&#8217;).</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing div.fieldWithErrors in Ruby on Rails by bmsatierf</title>
		<link>http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/comment-page-1/#comment-21359</link>
		<dc:creator>bmsatierf</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/#comment-21359</guid>
		<description>&lt;p&gt;Thanks =)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks =)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing div.fieldWithErrors in Ruby on Rails by links for 2009-03-21 &#171; Amy G. Dala</title>
		<link>http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/comment-page-1/#comment-21007</link>
		<dc:creator>links for 2009-03-21 &#171; Amy G. Dala</dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/#comment-21007</guid>
		<description>&lt;p&gt;[...] Ethilien :: Fixing div.fieldWithErrors in Ruby on Rails override a method to change div to span (tags: rails tips) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Ethilien :: Fixing div.fieldWithErrors in Ruby on Rails override a method to change div to span (tags: rails tips) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing div.fieldWithErrors in Ruby on Rails by Michael</title>
		<link>http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/comment-page-1/#comment-20803</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 15 Mar 2009 18:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/archives/fixing-divfieldwitherrors-in-ruby-on-rails/#comment-20803</guid>
		<description>&lt;p&gt;Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software by Andrys</title>
		<link>http://ethilien.net/software/comment-page-1/#comment-18172</link>
		<dc:creator>Andrys</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://ethilien.net/software/#comment-18172</guid>
		<description>&lt;p&gt;I had reason to use it again, on an impossible WORD doc, mid-June 2008 and January 2009.  Last wrote a note above in Dec &#039;07.&lt;/p&gt;

&lt;p&gt;OUTSTANDING !&lt;/p&gt;

&lt;p&gt;Just wanted to thank you again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I had reason to use it again, on an impossible WORD doc, mid-June 2008 and January 2009.  Last wrote a note above in Dec &#8216;07.</p>

<p>OUTSTANDING !</p>

<p>Just wanted to thank you again.</p>]]></content:encoded>
	</item>
</channel>
</rss>
