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
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...
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
Did it print that error message? When you ran rails my_app_name?
What version of rubygems do you have and what gems are installed ?