On Sep 3, 10:38 am, Abhishek Singh <[email protected]>
wrote:
>
> following error comes:-
> /home/abhi/Rails_Projects/Blog/vendor/rails/activesupport/lib/active_suppor 
> t/vendor.rb:33:in
> `require': no such file to load -- builder (LoadError)

Sounds like you've got some missing gems (your ruby 1.9 and ruby 1.8
installations will put their gems in separate places)

Fred


> from

> /home/abhi/Rails_Projects/Blog/vendor/rails/activesupport/lib/active_suppor 
> t/vendor.rb:33:in
> `rescue in <top (required)>'
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/activesupport/lib/active_suppor 
> t/vendor.rb:2:in
> `<top (required)>'
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/activesupport/lib/active_suppor 
> t.rb:26:in
> `require'
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/activesupport/lib/active_suppor 
> t.rb:26:in
> `<top (required)>'
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/railties/lib/commands/server.rb 
> :1:in
> `require'
>
> and on doing
> $ ruby script/console
> i got:
>
> Loading development environment (Rails 2.1.0)
> /opt/ruby1.9/lib/ruby1.9/1.9.1/irb/completion.rb:9:in
> `require':LoadError: no such file to load -- readline
> /home/abhi/Rails_Projects/Blog/vendor/rails/railties/lib/initializer.rb:225 
> :in
> `rescue in require_frameworks': no such file to load -- builder
> (RuntimeError)
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/railties/lib/initializer.rb:222 
> :in
> `require_frameworks'
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/railties/lib/initializer.rb:113 
> :in
> `process'
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/railties/lib/initializer.rb:93: in
> `run'
> from /home/abhi/Rails_Projects/Blog/config/environment.rb:13:in `<top
> (required)>'
> from /opt/ruby1.9/lib/ruby1.9/1.9.1/irb/init.rb:262:in `require'
> from /opt/ruby1.9/lib/ruby1.9/1.9.1/irb/init.rb:262:in `block in
> load_modules'
> from /opt/ruby1.9/lib/ruby1.9/1.9.1/irb/init.rb:260:in `each'
> from /opt/ruby1.9/lib/ruby1.9/1.9.1/irb/init.rb:260:in `load_modules'
> from /opt/ruby1.9/lib/ruby1.9/1.9.1/irb/init.rb:20:in `setup'
> from /opt/ruby1.9/lib/ruby1.9/1.9.1/irb.rb:53:in `start'
> from /usr/local/bin/irb:12:in `<main>'
>
> from
> /home/abhi/Rails_Projects/Blog/vendor/rails/railties/lib/commands/server.rb 
> :1:in
> `<top (required)>'
> from script/server:3:in `require'
> from script/server:3:in `<main>'
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to