I have spent way too much time trying to figure out how to do what I thought was the default behavior, loading required gems from Merb.root +/gems/gems/ I can't seem to get the frozen gems to load, short of requiring them by full path.
For instance: abbot([EMAIL PROTECTED]) :~/WebApps/lightsheet2 > ls gems/gems/httparty-0.1.3/lib/ httparty/ httparty.rb abbot([EMAIL PROTECTED]) :~/WebApps/lightsheet2 > merb -i Warning: please use bin/merb to load merb-core-0.9.9 from ./gems Loading init file from /home/fairchild/WebApps/lightsheet2/config/ init.rb Loading /home/fairchild/WebApps/lightsheet2/config/environments/ development.rb ~ Loaded DEVELOPMENT Environment... ~ ~ FATAL: The gem httparty (>= 0), [] was not found ~ ~ ~ FATAL: The file httparty was not found abbot([EMAIL PROTECTED]) :~/WebApps/lightsheet2 > cat config/dependencies.rb |grep http dependency 'httparty' I have tried putting puts $LOAD_PATH at the top of my dependencies.rb file just to check, and none of my frozen gem paths show up. I must be missing something obvious? dependency 'httparty' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
