<?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 Bundler 0.9.4 with Rails 2.3.5</title>
	<atom:link href="http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/</link>
	<description>Bringing fun back to the web.</description>
	<lastBuildDate>Mon, 14 Nov 2011 22:59:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5717</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 17 Feb 2010 06:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5717</guid>
		<description>Works great for me and integrates with Heroku! Thanks!</description>
		<content:encoded><![CDATA[<p>Works great for me and integrates with Heroku! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bundler and Rubygems Again : Admoo Labs</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5716</link>
		<dc:creator>Bundler and Rubygems Again : Admoo Labs</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5716</guid>
		<description>[...] my previous post, I showed you how to use bundler with rails 2.3.5. Bundler is used to install the gems, and [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post, I showed you how to use bundler with rails 2.3.5. Bundler is used to install the gems, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crigor</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5715</link>
		<dc:creator>crigor</dc:creator>
		<pubDate>Sun, 14 Feb 2010 11:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5715</guid>
		<description>We&#039;re not using bundler to load the gems, we only use it to install them. Thus, you might encounter dependency resolution issues.&lt;br&gt;&lt;br&gt;Can you try changing config/preinitializer.rb to &lt;br&gt;&lt;br&gt;bundler_gems = File.expand_path(&#039;../../vendor/bundler_gems/gems&#039;, __FILE__)&lt;br&gt;if File.exist?(bundler_gems)&lt;br&gt;  Dir[&quot;#{bundler_gems}/*/lib&quot;].each { &#124;path&#124; $:.unshift(path) }&lt;br&gt;end&lt;br&gt;&lt;br&gt;Then use require &#039;active_merchant&#039;, instead of gem &#039;activemerchant&#039;.</description>
		<content:encoded><![CDATA[<p>We&#39;re not using bundler to load the gems, we only use it to install them. Thus, you might encounter dependency resolution issues.</p>
<p>Can you try changing config/preinitializer.rb to </p>
<p>bundler_gems = File.expand_path(&#39;../../vendor/bundler_gems/gems&#39;, __FILE__)<br />if File.exist?(bundler_gems)<br />  Dir["#{bundler_gems}/*/lib"].each { |path| $:.unshift(path) }<br />end</p>
<p>Then use require &#39;active_merchant&#39;, instead of gem &#39;activemerchant&#39;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: collintmiller</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5714</link>
		<dc:creator>collintmiller</dc:creator>
		<pubDate>Sun, 14 Feb 2010 01:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5714</guid>
		<description>This doesn&#039;t work for me. Using this strategy loads the wrong versions of gems from my ~/.gem directory. It is in fact very much like not using bundler at all.</description>
		<content:encoded><![CDATA[<p>This doesn&#39;t work for me. Using this strategy loads the wrong versions of gems from my ~/.gem directory. It is in fact very much like not using bundler at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian7</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5713</link>
		<dc:creator>julian7</dc:creator>
		<pubDate>Sat, 13 Feb 2010 01:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5713</guid>
		<description>If you develop your code on a different os than the one you use for deployment, you won&#039;t be able to deploy vendor/bundler_gems. You have an option for this in bundler, called &#039;bundle pack&#039;, but otherwise you don&#039;t have to do that.</description>
		<content:encoded><![CDATA[<p>If you develop your code on a different os than the one you use for deployment, you won&#39;t be able to deploy vendor/bundler_gems. You have an option for this in bundler, called &#39;bundle pack&#39;, but otherwise you don&#39;t have to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crigor</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5712</link>
		<dc:creator>crigor</dc:creator>
		<pubDate>Fri, 12 Feb 2010 05:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5712</guid>
		<description>What do you mean by not portable?</description>
		<content:encoded><![CDATA[<p>What do you mean by not portable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian7</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5711</link>
		<dc:creator>julian7</dc:creator>
		<pubDate>Fri, 12 Feb 2010 04:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5711</guid>
		<description>Well, easy, and not portable.</description>
		<content:encoded><![CDATA[<p>Well, easy, and not portable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etienne Vallette d&#39;Osia</title>
		<link>http://blog.admoolabs.com/using-bundler-0-9-4-with-rails-2-3-5/comment-page-1/#comment-5710</link>
		<dc:creator>Etienne Vallette d&#39;Osia</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admoolabs.com/?p=160#comment-5710</guid>
		<description>Easy and clean, I like it :-)</description>
		<content:encoded><![CDATA[<p>Easy and clean, I like it <img src='http://blog.admoolabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

