<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kev.in &#187; acts_as_solr</title>
	<atom:link href="http://kev.in/category/plugins/acts_as_solr/feed" rel="self" type="application/rss+xml" />
	<link>http://kev.in</link>
	<description>"It was a musical thing and you were supposed to sing"</description>
	<lastBuildDate>Thu, 13 Nov 2008 09:23:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Indispensable Rails Plugins</title>
		<link>http://kev.in/2007/09/04/indispensable-rails-plugins.html</link>
		<comments>http://kev.in/2007/09/04/indispensable-rails-plugins.html#comments</comments>
		<pubDate>Tue, 04 Sep 2007 17:38:00 +0000</pubDate>
		<dc:creator>Kev.in</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[acts_as_solr]]></category>
		<category><![CDATA[attachment_fu]]></category>
		<category><![CDATA[geokit]]></category>
		<category><![CDATA[paginating_find]]></category>

		<guid isPermaLink="false">http://railsauthority.com/tutorial/indispensable-rails-plugins</guid>
		<description><![CDATA[Obie Fernandez&#8217;s post about his most favored plugins prompted me to consider how much I use not only the Rails core framework, but also some excellent plugins that let me focus more on solving domain problems rather than technical ones. Below, the plugins I find indispensable in my work on Dibs.net.

Dibs.net relies on these great [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jroller.com/obie/entry/rails_plugins_worth_their_something">Obie Fernandez&#8217;s post about his most favored plugins</a> prompted me to consider how much I use not only the Rails core framework, but also some excellent plugins that let me focus more on solving domain problems rather than technical ones. Below, the plugins I find indispensable in my work on <a href="http://dibs.net">Dibs.net</a>.</p>
<p><span id="more-117"></span></p>
<p>Dibs.net relies on these great plugins, some hacked slightly to suit my needs. These plugins have saved me months of work and enabled far greater functionality to be built-in from the start.</p>
<ul>
<li><strong><a href="http://code.dunae.ca/acts_as_slugable.html">acts_as_slugable</a></strong> &#8211; Easy way to create permalinks from a title, without numeric IDs.</li>
<li><strong><a href="http://acts_as_solr.railsfreaks.com/">acts_as_solr</a></strong> &#8211; Running Solr behind your ActiveRecord models gives you excellent &#8220;Google-like&#8221; searching. IMO, better than <code>acts_as_ferret</code> for many uses where you can handle the added architectural complexity (particularly, running a Java-based Solr server).</li>
<li><strong><a href="http://elitists.textdriven.com/svn/plugins/acts_as_state_machine">acts_as_state_machine</a></strong> &#8211; This is probably my favorite plugin. So good, I think it should be a part of ActiveRecord itself. If you have objects in &#8220;draft,&#8221; &#8220;published&#8221; or &#8220;active&#8221; states you might want to check this out.</li>
<li><strong><a href="http://svn.techno-weenie.net/projects/plugins/attachment_fu/README">attachment_fu</a></strong> &#8211; If file uploads give you a severe headache, attachment_fu is like Advil.</li>
<li><strong><a href="http://opensource.symetrie.com/trac/better_nested_set/">betternestedset</a></strong> &#8211; Gives you higher performance selection methods like <code>all_children</code>. The API takes some getting used to and isn&#8217;t suitable to replace existing solutions in all cases.</li>
<li><strong><a href="http://www.realityforge.org/articles/2006/03/20/rails-plugin-to-help-debug-views">debug_view_helper</a></strong> &#8211; Adds a button to your page that pops up debugging info about the request, cookies, session and instance variables.</li>
<li><strong><a href="http://dev.rubyonrails.org/svn/rails/plugins/exception_notification/">exception_notification</a></strong> &#8211; Sends a ticket to my support queue whenever a user experiences an error.</li>
<li><strong><a href="http://geokit.rubyforge.org/">geokit</a></strong> &#8211; <a href="http://earthcode.com/">Andre Lewis</a> and <a href="http://blog.billeisenhauer.com/">Bill Eisenhauer</a> have done some amazing stuff here. Adds geo-intelligence (street address and IP geocoding) to ActiveRecords; also adds query-by-proximity, though I don&#8217;t use that piece.</li>
<li><strong><a href="http://cardboardrocket.com/pages/paginating_find">paginating_find</a></strong> &#8211; Another one that should be embedded into core ActiveRecord to replace the existing pagination that everyone recommends never to use.</li>
</ul>
<p>Do you use any great plugins you think people would love?</p>
<h3>Feedback and Article Ideas</h3>
<p>Want to see a topic explored here? <a href="/contact">Send Me a Message</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kev.in/2007/09/04/indispensable-rails-plugins.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

