Mongrel error after upgrading from Rails 1.2.1 to 2.1
1 view
Skip to first unread message
Bob Ngu
unread,
Jun 29, 2008, 12:29:47 PM6/29/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails Windows
I recently upgraded my Windows XP dev machine from Rails 1.2.1 to 2.1.
While starting my existing app (I use Mongrel) it barfed and threw
this error
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
27:in`gem_original_require': no such file to load -- c:/ruby/lib/ruby/
gems/1.8/gems/mongrel_service-0.3.2-x86-mswin32/lib/mongrel_service/
init.rb (MissingSourceFile)
As it turns out all I need to do is go into c:\ruby\lib\ruby\gems
\1.8\gems and rename mongrel_service-0.3.2-mswin32 to
mongrel_service-0.3.2-x86-mswin32 (note the x86 addition). Mongrel
runs fine afterward. Thought I share the tip.