OK did a sudo install of rails and rake... they are both in /usr/local/ bin and ALSO in /usr/bin (not sure how that happened)
I still get the same error message... completely confused now... Cheers On Nov 17, 2:24 am, gsv <[EMAIL PROTECTED]> wrote: > OK I just did a gem install rake to see what would happen and got > > WARNING: Installing to ~/.gem since /usr/local/lib/ruby/gems/1.8 and > /usr/local/bin aren't both writable. > WARNING: You don't have /home/gsv/.gem/ruby/1.8/bin in your PATH, > gem executables will not run. > Successfully installed rake-0.8.3 > 1 gem installed > Installing ri documentation for rake-0.8.3... > Installing RDoc documentation for rake-0.8.3... > > On Nov 17, 2:21 am, gsv <[EMAIL PROTECTED]> wrote: > > > *** LOCAL GEMS *** > > > actionmailer (2.1.2) > > actionpack (2.1.2) > > activerecord (2.1.2) > > activeresource (2.1.2) > > activesupport (2.1.2) > > cgi_multipart_eof_fix (2.5.0) > > daemons (1.0.10) > > fastthread (1.0.1) > > gem_plugin (0.2.3) > > mongrel (1.1.5) > > mysql (2.7) > > rails (2.1.2) > > rake (0.8.3) > > > On Nov 17, 2:13 am, gsv <[EMAIL PROTECTED]> wrote: > > > > Hey mike > > > > Installed via the gem... command was > > > > sudo gem install rails --include-dependencies > > > > returned... > > > > INFO: `gem install -y` is now default and will be removed > > > INFO: use --ignore-dependencies to install only the gems you list > > > Successfully installed rails-2.1.2 > > > 1 gem installed > > > > Which was not exactly what I had expected at the time... > > > > I have been poking around and it would seem that rake is not installed > > > at all... at least it is not in /usr/local/bin... > > > > On Nov 17, 1:54 am, mike <[EMAIL PROTECTED]> wrote: > > > > > did you install rails via the gem or via apt-get? > > > > > 2008/11/16 gsv <[EMAIL PROTECTED]> > > > > > > First time trying to learn Ruby on Rails from the (it would seem now > > > > > badly out of date) Linda.com tutorials... > > > > > > I was trying to rake db:migrate and received this error > > > > > "/usr/bin/rake: > > > > > 27:in `require': no such file to load -- rake (LoadError) from /usr/ > > > > > bin/rake:27" > > > > > > The tutorial assures me that there shouldn't be an error and if there > > > > > is that I shouldn't worry as I will only have to solve it once... > > > > > thank god I am reassured... > > > > > > Any insight would be appreciated because I have googled and can find > > > > > anything that may be of assistance... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

