<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Synthesis: Rails 1.1, keep dreaming</title>
    <link>http://synthesis.sbecker.net/articles/2006/03/29/rails-1-1-keep-dreaming</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>by Scott Becker</description>
    <item>
      <title>Rails 1.1, keep dreaming</title>
      <description>&lt;p&gt;Dreamhost has &lt;a href="http://blog.dreamhost.com/2006/03/28/new-rails/"&gt;apparently upgraded Ruby on Rails to 1.1 on their servers.&lt;/a&gt;  Too bad someone was asleep (har har) when they did it, because &lt;a href="http://blog.dreamhost.com/2006/03/28/new-rails/#comment-3575"&gt;it&amp;#8217;s all broken.&lt;/a&gt;  Various gems didn&amp;#8217;t get installed correctly and none of the rails commands work right. Hopefully this entry will soon look dated.&lt;/p&gt;


	&lt;p&gt;As documented by others, there is &lt;a href="http://blog.hasmanythrough.com/articles/2006/03/28/hosts-upgrade-to-1-1-doom"&gt;a way around this&lt;/a&gt;  &amp;#8211; get the rails 1.0 gems and unpack them into /vendor/rails in your rails apps.&lt;/p&gt;


	&lt;p&gt;Or if like me and you have multiple apps, make a centralized &amp;#8220;resources&amp;#8221; directory and put the rails gems in there, then symlink them to all of your apps vendor directories.&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt;mkdir /home/username/resources
svn export &amp;quot;http://dev.rubyonrails.org/svn/rails/tags/rel_1-0-0&amp;quot; /home/username/resources/rails
ln -s /home/username/resources/rails /home/username/rails_app/vendor/rails&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;It&amp;#8217;s the reason this blog is up and running right now.&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;s a good idea to always freeze gems on your apps if your running on a shared host, otherwise you&amp;#8217;re vulnerable to breakage whenever they upgrade.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Mar 2006 09:20:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:eae5c7e5-13bf-4404-868d-57e3f9640400</guid>
      <author>sbecker</author>
      <link>http://synthesis.sbecker.net/articles/2006/03/29/rails-1-1-keep-dreaming</link>
      <category>Ruby on Rails</category>
      <category>Web Development</category>
    </item>
  </channel>
</rss>
