Hi Peter, About the missing gems: I've updated merb.thor to include the 3 missing gems; apparently config/dependencies.rb changed to include merb-param-protection and merb-exceptions as well. Expect this to be available soon (currently awaiting merge into master branch).
Could you explain the 'puking' part though? I'm not sure what you mean. In any case, if you want to be absolutely sure to bundle your app's dependencies I would recommend the merb:dependencies:* tasks instead. This will also install thor locally for example. Add -- include-dependencies to install secondary dependencies like erubis and such too. You might want to check out the info on the wiki: http://wiki.merbivore.com/howto/installation/thor This brings me to your last point about not having wrapper scripts for certain parts; using merb:dependencies:install will take care of that for you as well. The stack tasks are meant to reflect the normal Merb stack components, as found in config/dependencies.rb. If you want bin wrappers for specific gems, you can just do: thor merb:gem:install rspec --binaries (for example) - Fabien On Oct 23, 11:06 am, Peter Gumeson <[EMAIL PROTECTED]> wrote: > > - Same three gems above not being installed in project context either. > > Clarification... these three gems. (merb-param-protection, merb- > exceptions, merb_datamapper) > > Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
