From: Szymon Drejewicz Date: 2005-01-06T03:06:35+09:00 Subject: Re: [ANN] RubyGems 0.8.4 and Rails I'm trying to install Rails using RubyGems but something is wrong: >> undefined method `find_module_named' for nil:NilClass << error stops the installation, and Rails isn't properly installed. Szymon Drejewicz OS: Linux FC2, Ruby 1.8.1, Gem 0.8.4 --------------- [root rubygems-0.8.4]# gem install rails Attempting local installation of 'rails' Local gem file not found: rails*.gem Attempting remote installation of 'rails' Install required dependency rake? [Yn] Install required dependency activerecord? [Yn] Install required dependency actionpack? [Yn] Install required dependency actionmailer? [Yn] Successfully installed rails, version 0.9.3 Installing RDoc documentation for rails-0.9.3... WARNING: Generating RDoc on .gem that may not have RDoc. lib/binding_of_caller.rb:4:25: Couldn't find Continuation. Assuming it's a module lib/binding_of_caller.rb:36:21: Couldn't find Binding. Assuming it's a module lib/rails_generator.rb:34:46: Skipping require of dynamic string: "#{path}/#{name}_generator.rb" Installing RDoc documentation for rake-0.4.15... Installing RDoc documentation for activerecord-1.4.0... lib/active_record/support/binding_of_caller.rb:4:25: Couldn't find Continuation. Assuming it's a module lib/active_record/support/binding_of_caller.rb:36:21: Couldn't find Binding. Assuming it's a module Installing RDoc documentation for actionpack-1.2.0... lib/action_controller/scaffolding.rb:87:37: Skipping require of dynamic string: "#{model_id.id2name}" lib/action_controller/support/binding_of_caller.rb:4:25: Couldn't find Continuation. Assuming it's a module lib/action_controller/support/binding_of_caller.rb:36:21: Couldn't find Binding. Assuming it's a module ERROR: While executing gem ... (NoMethodError) undefined method `find_module_named' for nil:NilClass