I added memcache-client to our app:
config.gem "memcache-client", :version => "1.8.1"

According to "gem list" the gem is there:
memcache-client (1.8.1)

If I run our app with "script/server" everything works just fine but
when I try to run it with "mongrel_rails start" it stops with error:
no such file to load -- memcache-client

So is there something different how mongrel_rails looks up gems? What is
so special about this gem as the other gems work just fine?
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to