<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 9 Oct 2008, at 13:53, Brett Henderson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>MilesTogoe wrote: <br><blockquote type="cite">ruby and rails have gone thru some changes the past few months - you <br></blockquote><blockquote type="cite">most likely need a newer gems package - try downloading the latest <br></blockquote><blockquote type="cite">gems source and compiling that - then from the newer gems install the <br></blockquote><blockquote type="cite">rails packages<br></blockquote>I currently have rubygems 1.2.0.  I see the latest is 1.3.0.  I don't <br>know much about ruby.  So should I upgrade to 1.3.0?  I'd rather not <br>install from source unless I have to ...</div></blockquote><div><br></div><div>rubygems 1.2.0 should work fine.</div><div><br></div><div>To update to ruby 1.3.0 run the following commands:</div><div><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;">sudo gem install rubygems-update </span></font></pre><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;">sudo update_rubygems</span></font></pre></div><div><a href="http://www.rubygems.org/read/chapter/3">http://www.rubygems.org/read/chapter/3</a></div><br><blockquote type="cite"><div><br><br>I've fixed the externals issue I had.  That was dumb on my part.  I <br>checked out a few hours ago and forgot it failed due to external sites <br>being down.  I've used TomH's vendor.zip to get the external files.</div></blockquote><div><br></div><div>The api06 branch will check out fine :-)</div><div>Especially now that I have added the classic_pagination plugin to svn directly, rather than having it access an out of date external. I should probably back port this change ASAP.</div><div><a href="http://trac.openstreetmap.org/changeset/11079">http://trac.openstreetmap.org/changeset/11079</a></div><div><br></div><blockquote type="cite"><div><br><br>I installed rails 2.0.2 with:<br><br>gem install -v=2.0.2 rails<br>That includes activesupport, activerecord, actionpack, actionmailer and activeresource all at version 2.0.2.  It includes rake at version 0.8.3.<br><br>rake db:migrate failed with a message like:<br>no such file to load -- spec/rake/spectask<br><br>I installed rspec with:<br>gem install rspec<br>That installed version rspec 1.1.8.<br><br></div></blockquote><div><br></div><div>I have removed the rspec depenancy.</div><div><a href="http://trac.openstreetmap.org/changeset/9286">http://trac.openstreetmap.org/changeset/9286</a></div><div><a href="http://trac.openstreetmap.org/changeset/9287">http://trac.openstreetmap.org/changeset/9287</a></div><div>So it will be TomH's out of date vendor.zip that is causing the problem there.</div><br><blockquote type="cite"><div>rake db:migrate failed because it couldn't find RubyGem hoe.<br><br>I installed hoe with:<br>gem install hoe<br>That installed hoe 1.7.0 and rubyforge 1.0.0<br><br></div></blockquote><div><br></div><div>I never knew hoe was a dependancy!</div><br><blockquote type="cite"><div>rake db:migrate now fails with the following error.  Any ideas?</div></blockquote><div><br></div><div>rspec shouldn't be needed.</div><div><br></div><div>Shaun</div><div><br></div></div></body></html>