<?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: Rails and Merb Merge: Plugin API (Part 3 of 6)</title>
	<atom:link href="http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 12:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: yard</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-53258</link>
		<dc:creator>yard</dc:creator>
		<pubDate>Fri, 21 Jan 2011 05:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-53258</guid>
		<description>ActionControl refactoring is cool indeed </description>
		<content:encoded><![CDATA[<p>ActionControl refactoring is cool indeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wycats</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38975</link>
		<dc:creator>wycats</dc:creator>
		<pubDate>Wed, 13 Jan 2010 06:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38975</guid>
		<description>Then you believe incorrectly ;) 
 
The benchmarks are located at &lt;a href=&quot;http://github.com/wycats/rails-simple-benches&quot; target=&quot;_blank&quot;&gt;http://github.com/wycats/rails-simple-benches&lt;/a&gt; and can be run by checking the repo out into the actionpack dir in Rails. It includes the full cost of a Rack request, without the network overhead (important, but not a cost that Rails is responsible for). </description>
		<content:encoded><![CDATA[<p>Then you believe incorrectly ;) </p>
<p>The benchmarks are located at <a href="http://github.com/wycats/rails-simple-benches" target="_blank">http://github.com/wycats/rails-simple-benches</a> and can be run by checking the repo out into the actionpack dir in Rails. It includes the full cost of a Rack request, without the network overhead (important, but not a cost that Rails is responsible for).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wycats</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38976</link>
		<dc:creator>wycats</dc:creator>
		<pubDate>Wed, 13 Jan 2010 06:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38976</guid>
		<description>Then you believe incorrectly ;) 
 
The benchmarks are located at &lt;a href=&quot;http://github.com/wycats/rails-simple-benches&quot; target=&quot;_blank&quot;&gt;http://github.com/wycats/rails-simple-benches&lt;/a&gt; and can be run by checking the repo out into the actionpack dir in Rails. It includes the full cost of a Rack request, without the network overhead (important, but not a cost that Rails is responsible for). </description>
		<content:encoded><![CDATA[<p>Then you believe incorrectly ;) </p>
<p>The benchmarks are located at <a href="http://github.com/wycats/rails-simple-benches" target="_blank">http://github.com/wycats/rails-simple-benches</a> and can be run by checking the repo out into the actionpack dir in Rails. It includes the full cost of a Rack request, without the network overhead (important, but not a cost that Rails is responsible for).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wycats</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38974</link>
		<dc:creator>wycats</dc:creator>
		<pubDate>Wed, 13 Jan 2010 06:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38974</guid>
		<description>Ha. I think I probably would have pointed you to those same places. Rails 3 exposes a Railtie class that any plugin can subclass and have access to initialization, middleware, configuration, etc. We&#039;re still working on the right workflow for routing stuff (because there are multiple &quot;correct&quot; solutions), and we&#039;ll have stuff for you soon. </description>
		<content:encoded><![CDATA[<p>Ha. I think I probably would have pointed you to those same places. Rails 3 exposes a Railtie class that any plugin can subclass and have access to initialization, middleware, configuration, etc. We&#039;re still working on the right workflow for routing stuff (because there are multiple &quot;correct&quot; solutions), and we&#039;ll have stuff for you soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wycats</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38973</link>
		<dc:creator>wycats</dc:creator>
		<pubDate>Wed, 13 Jan 2010 06:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38973</guid>
		<description>Yeah. Leftovers from the syntax highlighting fail. Looking into fixing it. </description>
		<content:encoded><![CDATA[<p>Yeah. Leftovers from the syntax highlighting fail. Looking into fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Mischo</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38969</link>
		<dc:creator>Jon Mischo</dc:creator>
		<pubDate>Wed, 13 Jan 2010 00:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38969</guid>
		<description>No, I&#039;m pretty sure he meant microseconds.  Did you read the previous posts? 
 
If ActionController&#039;s overhead was 100ms, requests would be ridiculously slow and it would be very hard to scale Rails, since AC would limit you to a maximum of 10 requests per second, assuming your code did absolutely nothing. </description>
		<content:encoded><![CDATA[<p>No, I&#039;m pretty sure he meant microseconds.  Did you read the previous posts? </p>
<p>If ActionController&#039;s overhead was 100ms, requests would be ridiculously slow and it would be very hard to scale Rails, since AC would limit you to a maximum of 10 requests per second, assuming your code did absolutely nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Johnstone</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38946</link>
		<dc:creator>Jeremy Johnstone</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38946</guid>
		<description>I believe you meant to say milliseconds, not microseconds. I highly doubt you have timing accuracy to the microsecond level let alone have code with that low a time. :) </description>
		<content:encoded><![CDATA[<p>I believe you meant to say milliseconds, not microseconds. I highly doubt you have timing accuracy to the microsecond level let alone have code with that low a time. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k776</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38944</link>
		<dc:creator>k776</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38944</guid>
		<description>I was actually hoping for more indepth topics from Yehuda about those questions, to explain the API that is in Rails 3, not where to find it. </description>
		<content:encoded><![CDATA[<p>I was actually hoping for more indepth topics from Yehuda about those questions, to explain the API that is in Rails 3, not where to find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Granieri</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38943</link>
		<dc:creator>Sam Granieri</dc:creator>
		<pubDate>Tue, 12 Jan 2010 00:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38943</guid>
		<description>Look at the source code in edge railties/lib/rails/[application,bootstrap,initializable,railtie,plugin].rb and then look at the railtie.rb files in active record, action pack, action view, etc...   </description>
		<content:encoded><![CDATA[<p>Look at the source code in edge railties/lib/rails/[application,bootstrap,initializable,railtie,plugin].rb and then look at the railtie.rb files in active record, action pack, action view, etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k776</title>
		<link>http://www.engineyard.com/blog/2010/rails-and-merb-merge-plugin-api-part-3-of-6/comment-page-1/#comment-38940</link>
		<dc:creator>k776</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3188#comment-38940</guid>
		<description>* How do plugins/gems hook into the router nicely in Rails 3? 
* How do plugins/gems run initializers in Rails 3? 
* How do plugins/gems add Rack middleware nicely in Rails 3? 
 </description>
		<content:encoded><![CDATA[<p>* How do plugins/gems hook into the router nicely in Rails 3?<br />
* How do plugins/gems run initializers in Rails 3?<br />
* How do plugins/gems add Rack middleware nicely in Rails 3?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

