<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Codeshooter's Weblog</title>
	<atom:link href="http://codeshooter.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeshooter.wordpress.com</link>
	<description>A programmer's shooting range</description>
	<lastBuildDate>Fri, 13 May 2011 00:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Including and extending modules in Ruby by Understanding class_eval, module_eval and instance_eval</title>
		<link>http://codeshooter.wordpress.com/2008/09/27/including-and-extending-modules-in-ruby/#comment-586</link>
		<dc:creator><![CDATA[Understanding class_eval, module_eval and instance_eval]]></dc:creator>
		<pubDate>Fri, 13 May 2011 00:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=12#comment-586</guid>
		<description><![CDATA[[...] you might have noticed, these methods are also related to the difference between including and extending modules in Ruby.  Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Tweet about [...]]]></description>
		<content:encoded><![CDATA[<p>[...] you might have noticed, these methods are also related to the difference between including and extending modules in Ruby.  Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Tweet about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding class_eval, module_eval and instance_eval by Medihack &#187; Blog Archive &#187; Intend to extend</title>
		<link>http://codeshooter.wordpress.com/2009/06/04/understanding-class_eval-module_eval-and-instance_eval/#comment-580</link>
		<dc:creator><![CDATA[Medihack &#187; Blog Archive &#187; Intend to extend]]></dc:creator>
		<pubDate>Mon, 14 Mar 2011 22:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=39#comment-580</guid>
		<description><![CDATA[[...] Understanding class_eval, module_eval and instance_eval [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Understanding class_eval, module_eval and instance_eval [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on @Deprecated by Codeshooter&#8217;s Weblog :: @Deprecated &#124; Ruby Here Blog</title>
		<link>http://codeshooter.wordpress.com/2011/01/29/deprecated/#comment-455</link>
		<dc:creator><![CDATA[Codeshooter&#8217;s Weblog :: @Deprecated &#124; Ruby Here Blog]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 09:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=189#comment-455</guid>
		<description><![CDATA[[...] Read &#116;&#104;&#105;&#115; article: Codeshooter&#8217;s Weblog :: @Deprecated [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Read &#116;&#104;&#105;&#115; article: Codeshooter&#8217;s Weblog :: @Deprecated [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding class_eval, module_eval and instance_eval by Building a I18N aware form builder for your Rails applications &#171; TechBot</title>
		<link>http://codeshooter.wordpress.com/2009/06/04/understanding-class_eval-module_eval-and-instance_eval/#comment-433</link>
		<dc:creator><![CDATA[Building a I18N aware form builder for your Rails applications &#171; TechBot]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 15:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=39#comment-433</guid>
		<description><![CDATA[[...] We’ve created our own form builder that inherits from the ActionView::Helpers::FormBuilder and it redefines all field helpers using a class_eval call (don’t know what class_eval does? Learn here). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] We’ve created our own form builder that inherits from the ActionView::Helpers::FormBuilder and it redefines all field helpers using a class_eval call (don’t know what class_eval does? Learn here). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Full text search in in Rails with Sunspot and Solr by Maurício Linhares</title>
		<link>http://codeshooter.wordpress.com/2011/01/13/full-text-search-in-in-rails-with-sunspot-and-solr/#comment-422</link>
		<dc:creator><![CDATA[Maurício Linhares]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 00:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=134#comment-422</guid>
		<description><![CDATA[There&#039;s another article in the oven already about &lt;a href=&quot;http://www.elasticsearch.com/&quot; rel=&quot;nofollow&quot;&gt;ElasticSearch&lt;/a&gt;, it should probably be published the next week but it&#039;s a great solution for full text search with Rails and Big Time competition for Solr. Stay tuned to read it too :)]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s another article in the oven already about <a href="http://www.elasticsearch.com/" rel="nofollow">ElasticSearch</a>, it should probably be published the next week but it&#8217;s a great solution for full text search with Rails and Big Time competition for Solr. Stay tuned to read it too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Full text search in in Rails with Sunspot and Solr by Jeff Poulton</title>
		<link>http://codeshooter.wordpress.com/2011/01/13/full-text-search-in-in-rails-with-sunspot-and-solr/#comment-421</link>
		<dc:creator><![CDATA[Jeff Poulton]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 00:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=134#comment-421</guid>
		<description><![CDATA[Thanks Maurício! I&#039;ve used Solr on a Rails 2 project with great success. I&#039;ve been toying with the idea of trying out other search solutions with Rails 3, but your tutorial makes it enticing to stick with the devil I know.]]></description>
		<content:encoded><![CDATA[<p>Thanks Maurício! I&#8217;ve used Solr on a Rails 2 project with great success. I&#8217;ve been toying with the idea of trying out other search solutions with Rails 3, but your tutorial makes it enticing to stick with the devil I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handling various rubies at the same time in your machine with RVM – Ruby Version Manager by Maurício Linhares</title>
		<link>http://codeshooter.wordpress.com/2011/01/25/handling-various-rubies-at-the-same-time-in-your-machine-with-rvm-%e2%80%93-ruby-version-manager/#comment-420</link>
		<dc:creator><![CDATA[Maurício Linhares]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 20:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=162#comment-420</guid>
		<description><![CDATA[Yeah, gemsets are probably the most important feature on RVM, it surely makes your life easier if you&#039;re dealing with a  lot of different projects. It also helps you trying out new things without destroying your whole environment.]]></description>
		<content:encoded><![CDATA[<p>Yeah, gemsets are probably the most important feature on RVM, it surely makes your life easier if you&#8217;re dealing with a  lot of different projects. It also helps you trying out new things without destroying your whole environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handling various rubies at the same time in your machine with RVM – Ruby Version Manager by Rafael Ponte</title>
		<link>http://codeshooter.wordpress.com/2011/01/25/handling-various-rubies-at-the-same-time-in-your-machine-with-rvm-%e2%80%93-ruby-version-manager/#comment-414</link>
		<dc:creator><![CDATA[Rafael Ponte]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 20:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=162#comment-414</guid>
		<description><![CDATA[Pretty nice, Mauricio!

I already knew the rvm but I didn&#039;t know the &quot;gemset&quot; feature. It&#039;s very interesting, mainly if you&#039;re using this simple approach that was explained by you.]]></description>
		<content:encoded><![CDATA[<p>Pretty nice, Mauricio!</p>
<p>I already knew the rvm but I didn&#8217;t know the &#8220;gemset&#8221; feature. It&#8217;s very interesting, mainly if you&#8217;re using this simple approach that was explained by you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Full text search in in Rails with Sunspot and Solr by Maurício Linhares</title>
		<link>http://codeshooter.wordpress.com/2011/01/13/full-text-search-in-in-rails-with-sunspot-and-solr/#comment-398</link>
		<dc:creator><![CDATA[Maurício Linhares]]></dc:creator>
		<pubDate>Thu, 20 Jan 2011 12:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=134#comment-398</guid>
		<description><![CDATA[That&#039;s easy, it depends on how deep into Solr you want to go. You could build a TokenFilter that would get &quot;нокиа&quot; and make it &quot;nokia&quot;, that way you could add this filter for both the index and search analyser.

If you don&#039;t want to code in Java and hack into Solr, you can just do it in your Rails models. Heres an example:

searchable do 
    text :name do 
        self.name.to_ascii #this would transform all cyrilic characters into common ascii ones
    end
end

And when searching you&#039;d do the same:

Product.solr_search do &#124;s&#124;
  s.keywords params[:q].to_ascii
end

This way you&#039;ll do everything with a single search.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s easy, it depends on how deep into Solr you want to go. You could build a TokenFilter that would get &#8220;нокиа&#8221; and make it &#8220;nokia&#8221;, that way you could add this filter for both the index and search analyser.</p>
<p>If you don&#8217;t want to code in Java and hack into Solr, you can just do it in your Rails models. Heres an example:</p>
<p>searchable do<br />
    text :name do<br />
        self.name.to_ascii #this would transform all cyrilic characters into common ascii ones<br />
    end<br />
end</p>
<p>And when searching you&#8217;d do the same:</p>
<p>Product.solr_search do |s|<br />
  s.keywords params[:q].to_ascii<br />
end</p>
<p>This way you&#8217;ll do everything with a single search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Full text search in in Rails with Sunspot and Solr by Boban Jovanoski</title>
		<link>http://codeshooter.wordpress.com/2011/01/13/full-text-search-in-in-rails-with-sunspot-and-solr/#comment-396</link>
		<dc:creator><![CDATA[Boban Jovanoski]]></dc:creator>
		<pubDate>Thu, 20 Jan 2011 08:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://codeshooter.wordpress.com/?p=134#comment-396</guid>
		<description><![CDATA[Hey :)
There is only one input and yes I can derive &quot;нокиа&quot; from &quot;nokia&quot;
lets say &quot;nokia&quot;.to_cyr == &quot;нокиа&quot; and I wish to be able to do search with both in one go, example:
Sunspot.search
keywords &quot;nokia&quot;
keywords &quot;nokia&quot;.to_cyr
It&#039;s a RoR app :)]]></description>
		<content:encoded><![CDATA[<p>Hey :)<br />
There is only one input and yes I can derive &#8220;нокиа&#8221; from &#8220;nokia&#8221;<br />
lets say &#8220;nokia&#8221;.to_cyr == &#8220;нокиа&#8221; and I wish to be able to do search with both in one go, example:<br />
Sunspot.search<br />
keywords &#8220;nokia&#8221;<br />
keywords &#8220;nokia&#8221;.to_cyr<br />
It&#8217;s a RoR app :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
