I followed the instructions and subsequent comments on this page
I've pretty much concluded that Ruby 1.8.7 just isn't stable yet for Windows. I got 1.8.7 was able to get it running on one of my Vista dev environments machine following the instructions above but not the othermy laptop.
For the laptop I get followed the following error whenever I try steps and everything seems to launch the server:
script\server=> Booting WEBrick
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
`require_frameworks': 14001be working so far:The application has failedside-by-side configuration is incorrecthttp://localhost:3000/. Please see Make sure everything works as expected
I would only follow these directions as a last resort if the instructions above don't work.
Before you wag a finger at me and scold me for more detailthis approach...- c:/ruby/lib/ruby/1.8/i386-mswin32/openssl.so
(RuntimeError)
from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:134:in `process'
from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:113:in `send'
from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:113:in `run'
from C:/Users/Kevin/Documents/ManyWheels/trunk/config/environment.rb:13 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from script/server:3please consider that I spent ~8 hours reading and trying everything possible and was able to use the approach above successfully on another computer. I'm open to other suggestions!
