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. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sep 15, 1:39 am, Kong7 <adelcogoula...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 >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 ? Fred> Can some one please help me.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
So what is the problem? You have to install the gem it tells you to. ----- Ryan Bigg Freelancer Skype: radarlistener MSN & Gtalk: radarlistener-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org On 15/09/2008, at 10:09 AM, Kong7 wrote:> > 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. > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---