Requiring DataMapper CouchDB adapter tells me the following: >> irb(main):001:0> require "rubygems" >> => true >> irb(main):002:0> require "dm-core" >> => true >> irb(main):003:0> require "dm-more" >> LoadError: no such file to load -- dm-couchdb-adapter >> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `gem_original_require' >> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `require' >> from /usr/lib/ruby/gems/1.8/gems/dm-more-0.9.6/lib/dm-more.rb:2 >> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in >> `gem_original_require' >> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in >> `require' >> from (irb):3
Merb tells: >> FATAL: The file dm-couchdb-adapter was not found Does anyone know how to require dm-couchdb-adapter properly? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
