<?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>Stubbleblog &#187; plugins</title>
	<atom:link href="http://www.stubbleblog.com/index.php/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stubbleblog.com</link>
	<description>A curious nerd.</description>
	<lastBuildDate>Mon, 02 Jan 2012 18:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Putting Rails to Work</title>
		<link>http://www.stubbleblog.com/index.php/2006/11/putting-rails-t/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/11/putting-rails-t/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 23:52:12 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=140</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://writertopia.com/">Bill Katz</a> led a great panel at <a href="http://ruby.meetup.com/6/calendar/5156881/">last night&#8217;s Ruby Meetup</a>, hosted by <a href="http://www.obvious.com/">Obvious Corp</a>. The panelists were <a href="http://blog.codahale.com/">Coda Hale</a>, <a href="http://www.anarchogeek.com/">Evan Henshaw-Plath</a>, <a href="http://javathehutt.blogspot.com/">Michael Kovacs</a>, <a href="http://blog.hasmanythrough.com/">Josh Susser</a>, <a href="http://errtheblog.com/">Chris Wanstrath</a>, and Florian Weber (I&#8217;ve worked with three of those guys!).</p>
<p>Josh Susser talked about how he&#8217;d abandoned rails generate in favor of maintaining an exemplar project in subversion. After tweaking acts_as_authenticated and acts_as_taggable I think that&#8217;s not a bad idea.</p>
<p>Chris Wanstrath talked about how CNet is using Rails to build Chow.com and Chowhound.com. They use microformats to syndicate content from one site to another. I&#8217;m know that&#8217;s not the first production use of microformats but it&#8217;s definitely the first time I&#8217;ve heard someone outside of the microformats website talking about a real world use. Chris <a href="http://errtheblog.com/post/37">just released mofo</a>, a microformats parser for ruby.</p>
<p>Michael Kovacs showed his new <a href="http://javathehutt.blogspot.com/2006/11/rails-realities-part-20-sortable.html">get_sorted_objects</a> plugin for creating sortable HTML data tables.</p>
<p>Coda Hale talked about the importance of a staging environment and how effective Wesabe&#8217;s integration of campfire (group chat) and continuous integration is. I&#8217;ve done continuous integration with breakages going out over email and the group chat way is definitely more effective. I never check in code without waiting in the chatroom to see that the tests didn&#8217;t break. Looking bad in front of your coworkers is an ok deterrent. But knowing that they&#8217;re going to start talking smack about you behind your back, that&#8217;s a great deterrent. Also the company that Coda and I have been working on might launch very very soon. Look out for <a href="http://www.wesabe.com">Wesabe</a>!</p>
<p>Evan Henshaw-Plath talked about the <a href="http://caboo.se/doc.html">caboo.se documentation project</a>. It looks awesome. That sparked a discussion about how the rails core team needs more support.</p>
<p>Florian Weber, who&#8217;s on Rails core, agreed, but thought there was some confusion caused by people who were complaining without offering constructive advice. He also pointed out that at least Rails is headed in the right direction, it&#8217;s filling a major need and it isn&#8217;t suffering from feature bloat.</p>
<p>There were also a few lighting talks and announcements.</p>
<p>My favorite was a round of people announcing that they were hiring. After about ten people made this announcement the question was flipped to &#8220;who&#8217;s looking for  a job?&#8221; Nobody.</p>
<p><a href="http://www.zvents.com/">Tyler Kovacs from ZVents.com</a> showed off his new <a href="http://blog.zvents.com/2006/10/31/rails-plugin-custom-benchmarks">custom_benchmarks plugin</a> for adding your own information to the benchmark line logged at the end of each rails request.</p>
<p><a href="http://www.kongregate.com">Kongregate, a flash games community and marketplace</a> gave a demo. They&#8217;re in private beta but you can request an invite from their home page. Special preference for people at the Ruby meetup. Here&#8217;s what <a href="http://www.techcrunch.com/2006/10/19/kongregate-a-next-generation-web-games-marketplace/">TechCrunch had to say about them</a>. If you don&#8217;t think flash games can be cool, check out <a href="http://www.playpacman.net/raiden_x/">Raiden-X</a>.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/search-ruby-gem/' title='Search Ruby Gem (rdoc) Documentation'>Search Ruby Gem (rdoc) Documentation</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2011/04/writing-rails-engines-getting-started/' title='Writing Rails Engines #1: Getting Started'>Writing Rails Engines #1: Getting Started</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/youtube-api-how/' title='YouTube API How-To'>YouTube API How-To</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/09/blaines-odeo-ex/' title='Blaine&#8217;s Odeo Extractions'>Blaine&#8217;s Odeo Extractions</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/' title='ETel 2006: Day 1.'>ETel 2006: Day 1.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/11/putting-rails-t/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.stubbleblog.com/index.php/tag/plugins/feed/ ) in 0.26801 seconds, on Feb 8th, 2012 at 1:42 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 15th, 2012 at 1:42 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.stubbleblog.com/index.php/tag/plugins/feed/ ) in 0.00000 seconds, on Feb 11th, 2012 at 8:23 am UTC. -->
