I'm trying to use the rails_datamapper plugin created by Mr Kubb as part of datamapper-on-rails.
http://github.com/dkubb/datamapper-on-rails/tree/master I followed the instructions in the Readme, adding [config.gem "rails_datamapper"] to my project's environment.rb: And then using ["script/generate dm_install"] to install the datamapper rake tasks. When I try to run the generators that are added ([script/generate dm_model]), I get the following error: [Missing these required gems: rails_datamapper] Since rails_datamapper is not a gem but a plugin, I'm not sure how to rectify the problem of the "missing gem". --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
