Heroku community,

I'm experimenting with the Paypal gem and am having some trouble.

I have installed the gem using the "Gems and Plugins" control panel
and am now attempting to use it in my app. Currently, I only have one
line within my controller:

notify = Paypal::Notification.new(request.raw_post)

And at the bottom of my environment.rb file I have:

require 'paypal'

When I execute the app I get a nasty server error message:

/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- paypal (LoadError)

I tried removing the "require paypal", but that results in another
unitialialized constant error within the controller. I also tried
moving the require to the controller and some other combination of
things, but no luck.

Any suggestions?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to