<?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"
	>

<channel>
	<title>YAB &#187; conflict</title>
	<atom:link href="http://blog.alexgirard.com/tag/conflict/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Sat, 15 Nov 2008 01:14:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Rails 1.2: keep working with version 1.1.6</title>
		<link>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/</link>
		<comments>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 15:29:38 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[conflict]]></category>

		<category><![CDATA[developper]]></category>

		<category><![CDATA[environment]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[installing]]></category>

		<category><![CDATA[migrating]]></category>

		<category><![CDATA[migration]]></category>

		<category><![CDATA[new]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[rubyonrails]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[version]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[web developpers]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=27</guid>
		<description><![CDATA[Two days ago, www.rubyonrails.com released the new version of rails, with lots of new cool stuff to play with.
And if your old projects are complaining after installing the new version, you just have to un-comment a simple line in your &#8220;config/environment.rb&#8221;:

  # Specifies gem version of Rails to use when vendor/rails is not present
 [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago, <a href='http://www.rubyonrails.com'>www.rubyonrails.com</a> released the new version of rails, with <a href="http://weblog.rubyonrails.org/2007/1/19/rails-1-2-rest-admiration-http-lovefest-and-utf-8-celebrations">lots of new cool stuff</a> to play with.</p>
<p>And if your old projects are complaining after installing the new version, you just have to un-comment a simple line in your <em>&#8220;config/environment.rb&#8221;</em>:</p>
<pre class="prettyprint">
  # Specifies gem version of Rails to use when vendor/rails is not present
  RAILS_GEM_VERSION = '1.1.6'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
