<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Recent Posts in 'ruby script/server problem' | Pragmatic Forums</title>
    <link>http://forums.pragprog.com/forums/50/topics/271</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <description></description>
    <item>
      <title>ruby script/server problem posted by Dustin Tigner @ Sat, 23 Feb 2008 04:03:53 -0000</title>
      <description>&lt;p&gt;After my last post, I really thought it had to do something with the path on my computer. To this end, I re-read the ruby installation part again. It states that you must set the path, which is what I did. However, it states that I should edit or create a .bash_login and add:&lt;/p&gt;


	&lt;p&gt;export &lt;span class="caps"&gt;PATH&lt;/span&gt;=&amp;#8221;/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH&amp;#8221;&lt;/p&gt;


	&lt;p&gt;to it. I did this, though it doesn&amp;#8217;t seem to do anything. I did notice a .bash_profile file (since there was no a .bash_login file originally). I added the above path code to it and now my path reads:&lt;/p&gt;


	&lt;p&gt;/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/bin:/sbin:/usr/bin:/usr/sbin:usr/local/bin:/usr/local/bin&lt;/p&gt;


	&lt;p&gt;After making this change I am able to see the newest version of Ruby. As far as I know, everything works now. If you see something wrong with the solution, or have advice for anything else I should do (such as cleaning up my path). Please let me know. Thanks!&lt;/p&gt;


	&lt;p&gt;~Dustin Tigner&lt;/p&gt;</description>
      <pubDate>Sat, 23 Feb 2008 04:03:53 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:50:271:2317</guid>
      <author>Dustin Tigner</author>
      <link>http://forums.pragprog.com/forums/50/topics/271</link>
    </item>
    <item>
      <title>ruby script/server problem posted by Dustin Tigner @ Sat, 23 Feb 2008 03:52:38 -0000</title>
      <description>&lt;p&gt;It seems I am having a problem with installing the most recent version of Ruby. I followed all instructions from this article: &lt;a href="http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx/"&gt;http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;This is the article the Ruby website recommends. It details how to install the newest version of Ruby. However, when I do everything and check my version afterwards, it states that my version is still 1.8.2. This is the second time I have installed the most recent version.&lt;/p&gt;


	&lt;p&gt;Could this be a path problem? My path is: /bin:/sbin:/usr/bin:/usr/sbin:usr/local/bin:/usr/local/bin&lt;/p&gt;


	&lt;p&gt;I noticed that there is two usr/local/bin, should I remove the (supposed) duplicate?&lt;/p&gt;


	&lt;p&gt;Sorry for being so newbish. I really wish to start learning Ruby and Rails, though I seem to always come across walls that take forever to cross. I hope we can resolve this! Thank you for your help and time!&lt;/p&gt;


	&lt;p&gt;~Dustin Tigner&lt;/p&gt;</description>
      <pubDate>Sat, 23 Feb 2008 03:52:38 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:50:271:2316</guid>
      <author>Dustin Tigner</author>
      <link>http://forums.pragprog.com/forums/50/topics/271</link>
    </item>
    <item>
      <title>ruby script/server problem posted by Dustin Tigner @ Fri, 22 Feb 2008 18:27:34 -0000</title>
      <description>&lt;p&gt;Ah, I see. I actually thought I had 1.8.6 till I made that post last night. I&amp;#8217;ll set out to update my ruby version. Thanks for the help!&lt;/p&gt;


	&lt;p&gt;~Dustin&lt;/p&gt;</description>
      <pubDate>Fri, 22 Feb 2008 18:27:34 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:50:271:2315</guid>
      <author>Dustin Tigner</author>
      <link>http://forums.pragprog.com/forums/50/topics/271</link>
    </item>
    <item>
      <title>ruby script/server problem posted by Derek DeVries @ Fri, 22 Feb 2008 16:59:16 -0000</title>
      <description>&lt;p&gt;Dustin,&lt;/p&gt;


	&lt;p&gt;RubyGems 1.0.1 requires Ruby &amp;gt; 1.8.2. This is probably why it isn&amp;#8217;t working correctly. Ruby 1.8.6 is the current recommended version for Rails.&lt;/p&gt;


	&lt;p&gt;Derek&lt;/p&gt;</description>
      <pubDate>Fri, 22 Feb 2008 16:59:16 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:50:271:2314</guid>
      <author>Derek DeVries</author>
      <link>http://forums.pragprog.com/forums/50/topics/271</link>
    </item>
    <item>
      <title>ruby script/server problem posted by Dustin Tigner @ Fri, 22 Feb 2008 04:07:33 -0000</title>
      <description>&lt;p&gt;Hello guys,&lt;br /&gt;I&amp;#8217;ve just started and it seems I&amp;#8217;m already off the road. I&amp;#8217;m on chapter 1 and am suppose to run: &lt;code&gt;ruby script/server&lt;/code&gt; from within the newsletter directory. When I do this, I receive the following error:&lt;/p&gt;


	&lt;p&gt;Rails requires RubyGems &amp;gt;= 0.9.4. Please install RubyGems and try again: &lt;a href="http://rubygems.rubyforge.org"&gt;http://rubygems.rubyforge.org&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;The only thing is, I have RubyGems 1.0.1 running, which is what it says when I run &lt;code&gt;ruby -v&lt;/code&gt;. I&amp;#8217;m not sure why it thinks I&amp;#8217;m running a version of RubyGems that is less than 0.9.4.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m on Mac: 10.4.11, running RoR: 2.0.2, Ruby: 1.8.2&lt;/p&gt;


	&lt;p&gt;Let me know if you have any questions. Thank you for the help!&lt;/p&gt;


	&lt;p&gt;~Dustin&lt;/p&gt;</description>
      <pubDate>Fri, 22 Feb 2008 04:07:33 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:50:271:2309</guid>
      <author>Dustin Tigner</author>
      <link>http://forums.pragprog.com/forums/50/topics/271</link>
    </item>
  </channel>
</rss>
