On Nov 16, 3:13 pm, 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...
>
That's just telling you that the --include-dependencies option is now
the default option.
> 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...
Well you have just tried the rails gem, not the rake one. Is rake
included in the list outputted by
gem list
?
Where is gem itself (ie what does which gem say?). In general
executable scripts installed by gem would end up in the same place.
Fred
>
> 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
-~----------~----~----~----~------~----~------~--~---