From: Ghislain MARY Date: 2005-01-22T06:26:51+09:00 Subject: Re: [Rails] Installation trouble Le Vendredi 21 Janvier 2005 21:24, Trevor Wennblom a écrit : > Ghislain MARY wrote: > >$ gem install actionmailer > >Attempting local installation of 'actionmailer' > >Local gem file not found: actionmailer*.gem > >Attempting remote installation of 'actionmailer' > >/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:26:in `require': > > No such file to load -- action_controller (LoadError) > > The 'action_controller' section suggests that it may have something to > do with the install of one of the Rails dependencies. Instead of doing > the components separately, try executing 'gem install rails' and answer > 'y'es to the dependencies. In fact, I was trying to install each dependency manually because I was getting this when installing rails: $ gem install rails Attempting local installation of 'rails' Local gem file not found: rails*.gem Attempting remote installation of 'rails' ERROR: While executing gem ... (NameError) undefined method `perform_action' for class `ActionController::Base'