I am new at Ruby on Rails.
I downloaded everything and it is up and running, but when I started
to create my first project,I had a problem with the
boot.rb SEE BELOW…
rescue Gem::LoadError => load_error
$stderr.puts %(Missing the Rails #{version} gem. Please `gem
install -v=#{version} rails`, update your RAILS_GEM_VERSION setting in
config/environment.rb for the Rails version you do have installed, or
comment out RAILS_GEM_VERSION to use the latest version installed.)
exit 1
end
Can some one please help me.