load error

Hi, Just install ruby on the rails in my windows followed by this Ruby on the Rails on Windows (wikis) link.

I installed everything. (in the past I used instant rails version < 2)

but when I was going to load server typing: ruby script/server the following error was showing:

ruby script/console internal:lib/rubygems/custom_require:29:in `require’: no such file to load –

script/…/config/boot (LoadError) from internal:lib/rubygems/custom_require:29:in require' from script/console:2:in

even If I write: ruby script/consol the same error arrived!

If possible then please help me!

check what versions you ahve of ruby and rails

Ruby version 1.9.2 Rails 2.2.3

you have a new version of ruby and a old version of rails.

type gem update rails