when I run this command, the cursor hangs on the line after I input.
When I control c to interrupt, this is what prints:
$ script/server
^C/Users/john_t_krueger/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/gems.rb:8:in require': Interrupt from /Users/john_t_krueger/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:17 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:ingem_original_require’
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:156:inrequire’
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:521:in new_constants_in' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:156:inrequire’
from
/usr/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/mongrel.rb:1
from
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.3/lib/commands/server.rb:48
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire’
from script/server:3
You are misiing some gem required by application .Do
sudo rake gems:install
And check
gem list for available gems
Sijo
here is what came up. This is the list for the app im trying to run(so
there local) but i have the issue with all the apps on my drive:
john-kruegers-macbook-pro:blog2 john_t_krueger$ gem list
Thanks so much fo this! I’m away from my computer till the early
afternoon, then I’ll go through all this more thoroughly. I’ll repost
with what works for me then.
Thanks so much fo this! I’m away from my computer till the early
afternoon, then I’ll go through all this more thoroughly. I’ll repost
with what works for me then.
sudo gem uninstall mongrel
sudo gem uninstall fastthread
sudo gem install mongrel
!!!
victory! Sijo, you saved me! Thanks so much for all your help and
direction! back to being productive and not running around in circles!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.