<?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: Using the Rubygems Bundler for Your App</title>
	<atom:link href="http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/</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: Simon</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-42917</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 30 Jun 2010 07:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-42917</guid>
		<description>For future reference.  
 
I ran into trouble with inline templates (&quot;Errno::ENOENT: No such file or directory - /Library/Ruby/Gems/1.8/gems/bundler-0.9.26/lib/bundler/views/index.haml&quot;). Turned out it&#039;s caused by the inline templates I&#039;m using. 
 
This can be solved by adding &quot;enable :inline_templates&quot; in your Sinatra application. </description>
		<content:encoded><![CDATA[<p>For future reference.  </p>
<p>I ran into trouble with inline templates (&quot;Errno::ENOENT: No such file or directory &#8211; /Library/Ruby/Gems/1.8/gems/bundler-0.9.26/lib/bundler/views/index.haml&quot;). Turned out it&#039;s caused by the inline templates I&#039;m using. </p>
<p>This can be solved by adding &quot;enable :inline_templates&quot; in your Sinatra application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Empty</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-42916</link>
		<dc:creator>Empty</dc:creator>
		<pubDate>Wed, 30 Jun 2010 06:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-42916</guid>
		<description>Can someone have a look at the layout of this article please? It&#039;s hard to understand the different paragraphs... Thanks! </description>
		<content:encoded><![CDATA[<p>Can someone have a look at the layout of this article please? It&#039;s hard to understand the different paragraphs&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37614</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 14 Nov 2009 14:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37614</guid>
		<description>Actually I found that in remote_specification.rb _remote_uri should be: 
 
    def _remote_uri 
      &quot;#{@source_uri}/quick/Marshal.4.8/#{full_name}.gemspec.rz&quot; 
    end 
 
 
instead of what is there.  I&#039;ll fork and fix this bug if I get some time today.  </description>
		<content:encoded><![CDATA[<p>Actually I found that in remote_specification.rb _remote_uri should be: </p>
<p>    def _remote_uri<br />
      &quot;#{@source_uri}/quick/Marshal.4.8/#{full_name}.gemspec.rz&quot;<br />
    end </p>
<p>instead of what is there.  I&#039;ll fork and fix this bug if I get some time today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37613</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 14 Nov 2009 06:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37613</guid>
		<description>What to do if the gem has a architecture specific stuff in the name like:  
 
&lt;a href=&quot;http://gems.rubyforge.org/quick/Marshal.4.8/wxruby-ruby19-2.0.1-x86-darwin-9.gemspec.rz&quot; target=&quot;_blank&quot;&gt;http://gems.rubyforge.org/quick/Marshal.4.8/wxrub...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>What to do if the gem has a architecture specific stuff in the name like:  </p>
<p><a href="http://gems.rubyforge.org/quick/Marshal.4.8/wxruby-ruby19-2.0.1-x86-darwin-9.gemspec.rz" target="_blank">http://gems.rubyforge.org/quick/Marshal.4.8/wxrub&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Esquenazi</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37611</link>
		<dc:creator>Nathan Esquenazi</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37611</guid>
		<description>Glad it seems interesting. that is why I wrote sinatra_more for myself in the first place. I really missed the tag helpers, form helpers, named routes and some of the niceties of rails but I loved the lightweight feel of sinatra. Tried to strike a balance as best I could with the gem. </description>
		<content:encoded><![CDATA[<p>Glad it seems interesting. that is why I wrote sinatra_more for myself in the first place. I really missed the tag helpers, form helpers, named routes and some of the niceties of rails but I loved the lightweight feel of sinatra. Tried to strike a balance as best I could with the gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Merritt</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37609</link>
		<dc:creator>Sam Merritt</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37609</guid>
		<description>Yep, it leaves the code looking nice and tidy. 
 
More importantly, it means you don&#039;t have to repeat yourself by saying &quot;gem &#039;sinatra&#039;&quot;, then &quot;require &#039;sinatra&#039;&quot; later on, so it&#039;s impossible for the &#039;gem&#039; statements and the &#039;require&#039; statements to get out of sync. </description>
		<content:encoded><![CDATA[<p>Yep, it leaves the code looking nice and tidy. </p>
<p>More importantly, it means you don&#039;t have to repeat yourself by saying &quot;gem &#039;sinatra&#039;&quot;, then &quot;require &#039;sinatra&#039;&quot; later on, so it&#039;s impossible for the &#039;gem&#039; statements and the &#039;require&#039; statements to get out of sync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Merritt</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37608</link>
		<dc:creator>Sam Merritt</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37608</guid>
		<description>I&#039;m glad it was useful. 
 
sinatra-more looks really interesting. I may have to start using that for its tag helpers; the last view I wrote in this Sinatra app, I was really missing the Merb/Rails-style form helpers.  
 
 </description>
		<content:encoded><![CDATA[<p>I&#039;m glad it was useful. </p>
<p>sinatra-more looks really interesting. I may have to start using that for its tag helpers; the last view I wrote in this Sinatra app, I was really missing the Merb/Rails-style form helpers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leah Silber</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37606</link>
		<dc:creator>Leah Silber</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37606</guid>
		<description>Glad you like it, the guys work *really* hard on the code AND posts :) Thanks! </description>
		<content:encoded><![CDATA[<p>Glad you like it, the guys work *really* hard on the code AND posts :) Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leah Silber</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37605</link>
		<dc:creator>Leah Silber</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37605</guid>
		<description>Thanks Dan  - we try ;) </description>
		<content:encoded><![CDATA[<p>Thanks Dan  &#8211; we try ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Esquenazi</title>
		<link>http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/comment-page-1/#comment-37602</link>
		<dc:creator>Nathan Esquenazi</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2701#comment-37602</guid>
		<description>Thanks for this writeup which inspired me to integrate this with my sinatra projects. I also ended up baking in bundler support into my sinatra_more gem here: &lt;a href=&quot;http://github.com/nesquena/sinatra_more&quot; target=&quot;_blank&quot;&gt;http://github.com/nesquena/sinatra_more&lt;/a&gt; . Now when you use the generator for a new application, it will transparently manage all dependencies using this method. Thanks again. </description>
		<content:encoded><![CDATA[<p>Thanks for this writeup which inspired me to integrate this with my sinatra projects. I also ended up baking in bundler support into my sinatra_more gem here: <a href="http://github.com/nesquena/sinatra_more" target="_blank">http://github.com/nesquena/sinatra_more</a> . Now when you use the generator for a new application, it will transparently manage all dependencies using this method. Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

