Hola, Currently, there is no rails_datamapper gem on rubyforge, so the gem install will fail.
A workaround would be to git clone the dm-more metagem from git clone git://github.com/datamapper/dm-more.git cd dm-more/rails_datamapper sudo rake install I added a ticket which addresses this issue to the datamapper lighthouse cheers snusnu On Thu, Jun 11, 2009 at 06:41, Hola<[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
