> The thor merb:dependencies:install task should bundle the actual > application dependencies indeed, including extlib. > > > But be sure to run thor merb:dependencies:redeploy if you're going to > deploy on another platform.
Thanks Fabien, I'm still a little confused though. If I deploy onto a new platform, must I already have merb installed? I had thought that bundling would allow bin/merb to bootstrap itself, but maybe not. If I do have merb installed running bin/merb works fine, and if I don't, I receive the following. [EMAIL PROTECTED]:# bin/thor merb:dependencies:redeploy [EMAIL PROTECTED]:# bin/merb BUNDLE true Gem.path: ["/home/paul/merbapp/gems", "/opt/ruby-enterprise/lib/ruby/gems/1.8"] Loading init file from /config/init.rb Loading /config/environments/development.rb ~ Loaded DEVELOPMENT Environment... ~ ~ FATAL: The gem merb-action-args (= 0.9.10, runtime), [] was not found ~ ~ ~ FATAL: The file merb-action-args was not found ~ [EMAIL PROTECTED]:# ls gems/gems/ merb-action-args-0.9.10 merb-cache-0.9.10 merb-exceptions-0.9.10 merb-param-protection-0.9.10 thor-0.9.8 merb-assets-0.9.10 merb-core-0.9.10 merb-helpers-0.9.10 rake-0.8.3 [EMAIL PROTECTED]:# --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
