Skip to content

Instantly share code, notes, and snippets.

@fairchild
Created October 21, 2008 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fairchild/18223 to your computer and use it in GitHub Desktop.
Save fairchild/18223 to your computer and use it in GitHub Desktop.
abbot(fairchild@abbot) :~/WebApps/lightsheet2
> ls gems/gems/httparty-0.1.3/lib/
httparty/ httparty.rb
abbot(fairchild@abbot) :~/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(fairchild@abbot) :~/WebApps/lightsheet2
> cat config/dependencies.rb |grep http
dependency 'httparty'
dependency "merb_sequel"
dependency 'httparty'
dependency "merb-action-args", "0.9.9" # Provides support for querystring arguments to be passed in to controller actions
dependency "merb-assets", "0.9.9" # Provides link_to, asset_path, auto_link, image_tag methods (and lots more)
dependency "merb-helpers", "0.9.9" # Provides the form, date/time, and other helpers
dependency "merb-slices", "0.9.9" # Provides a mechanism for letting plugins provide controllers, views, etc. to your app
dependency "merb-param-protection", "0.9.9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment