I cannot update the HostingRails copy because this gem is not on the server.
I've done the "Install and freeze your own RubyGems" bit, with a copy in ~/.gems and also APP/vendor. Now I can require the gem in irb, but it still doesn't come up in script/console.
I get:
>>"require 'gchart'
=> []
>> Gchart.line(:data => [0, 40, 10, 70, 20])
NameError: uninitialized constant Gchart
Please advise.