I installed 2 gems for my app with the heroku gem and plugins: json-
pure and httpclient.

json seems to be loading fine, but I keep getting an error:
no such file to load -- httpclient

It works fine with InstantRails and the same version of the plugin on
my windows set up. I tried installing it with the heroku interface, I
even tried uploading httpclient-2.1.2.gem directly to the vender/gems
folder, but it still doesn't work.

Here's how it looks in my app controller:
....
require 'httpclient'
require 'json'

class LatestchattyController < ApplicationController
  def index
....

Here's my app: http://untitled-989da4.heroku.com/latestchatty/

Does anyone know what I'm doing wrong?

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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