From: Gareth G. <gar...@gm...> - 2011-05-16 09:26:00
|
Hi, I am quite new to Ruby and I have etch working on a test machine, but really struggling to install it in my production environment. I have followed all the steps to install but I get an error on the below: server# rake gems:install (in /opt/etch-3.19.0/server) DEPRECATION WARNING: Rake tasks in vendor/plugins/open_flash_chart/tasks are deprecated. Use lib/tasks instead. (called from /usr/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/tasks/rails.rb:10) rake aborted! undefined method `name' for "actionmailer":String (See full trace by running task with --trace) *** LOCAL GEMS *** actionmailer (2.3.11, 2.3.8) actionpack (2.3.11, 2.3.8) activerecord (2.3.11, 2.3.8) activeresource (2.3.11, 2.3.8) activesupport (2.3.11, 2.3.8) etch (3.19.0) facter (1.5.8) kgio (2.4.0) libxml-ruby (1.1.2) rack (1.1.2) rails (2.3.11, 2.3.8) rake (0.8.7) sqlite3 (1.3.3) sqlite3-ruby (1.3.3) unicorn (3.6.2) ------------------------------ Thanks for your time. Gareth |