Displaying 1 result from an estimated 1 matches for "kunsthof".
2010 Apr 03
4
Rails can't find it's gems
...cessary gems, saw that some of them aren''t compatible with 1.9 and
switched back to 1.8. Now my app still thinks it has to go with 1.9 and
shows the following error message when I try to test it.
---------8<---------------------------------------
$ rake test
(in /home/helge/Development/kunsthof)
Missing these required gems:
mysql
rmagick
You''re running:
ruby 1.9.1.243 at /usr/bin/ruby1.9.1
rubygems 1.3.6 at /home/helge/.gem/ruby/1.9.1,
/usr/lib/ruby1.9.1/gems/1.9.1
Run `rake gems:install` to install the missing gems.
---------8<---------------------------------------...