On Fri, Nov 21, 2008 at 7:29 PM, Aurels <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm just trying to make merb load merb-auth-slice-password into my app > for 2 hours but it doesn't want to! > > I always get "FATAL: The file merb-auth-slice-password was not found", > but the gem is installed... > Do I need something else? > > merb --verbose: http://pastie.org/320432 > > My dependencies.rb: http://pastie.org/320429 > My merb-auth installed gems: http://pastie.org/320431 > > Thanks. > > Aurélien >
Hi Aurélien, This looks like it could be a gem issue. What happens if you do this irb require 'rubygems' require 'merb-auth-core' require 'merb-auth-more' require 'merb-auth-slice-password' Are you able to load the gem that way? Also you might want to take a look at the bundling gotchas on http://wiki.merbivore.com/deployment/bundling?s[]=bundle Cheers Daniel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
