Complete newbite to ROR. I have installed Ruby, RubyGems, & Rails according to the information at the following url: http://xmlareas.com/ruby-rails-howto.html on a copy of Fedora Core 4. If I run the gem list command I can see the various packages including: actionmailer(1.2.1) rails(1.1.2) However the installation instructions end and the next step is a tutorial creating an application. This instructs the use of the rails command to start a new app. On running the rails command I get the following: -bash: rails: command not found What''s missing? -- Posted via http://www.ruby-forum.com/.
This my sound silly but have you ran: gem install rails? On Tue, 2006-05-02 at 17:50 +0200, Neil Johnson wrote:> Complete newbite to ROR. > > I have installed Ruby, RubyGems, & Rails according to the information at > the following url: http://xmlareas.com/ruby-rails-howto.html on a copy > of Fedora Core 4. > > If I run the gem list command I can see the various packages including: > actionmailer(1.2.1) > rails(1.1.2) > > However the installation instructions end and the next step is a > tutorial creating an application. This instructs the use of the rails > command to start a new app. > > On running the rails command I get the following: > -bash: rails: command not found > > What''s missing? > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/a15551e9/attachment.html
yep reads: Local gem file not found: rails*gem Attempting remote installation of ''rails'' Updating Gem source index for http://gems.rubyforge.org Successfully installed rails-1.1.2 Then running the command: rails I get: bash: rails: command not found -- Posted via http://www.ruby-forum.com/.