Installation problems

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?

This my sound silly but have you ran:
gem install rails?

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

Hi Ziad,

Thanks for your help, it worked.

However, Is this something that I must do each time I restart, as I did
previously do this step, as suggested in the Installation instructions
on
the gnuradio website.

thanks again,

Aadil