Server is not running....

Hi all, I am getting the following error while running ruby script/server Same error is also coming even when ruby script/console… ./script/…/config/boot.rb:45:in `require’: no such file to load – ./script/…/config/…/vendor/rails/railties/lib/initializer (LoadError)

    from ./script/../config/boot.rb:45:in `load_initializer'
    from ./script/../config/boot.rb:38:in `run'
    from ./script/../config/boot.rb:11:in `boot!'
    from ./script/../config/boot.rb:109

    from script/server:2:in `require'
    from script/server:2

Any idea???

Sounds like you've got a botched freeze ( eg an empty vendor/ rails
directory)

yup i delete it and problem has been resolved… :slight_smile: Thanks