Re: PGError: ERROR: invalid byte sequence for encoding UTF8

2008-04-18 Thread Ray Ng
I think the problem is that the binary fixture data did not get escaped properly in PostgreSQL adapter because yaml_db did not provide the correct column type to it. It is the same case for most Rails's db:fixtures:load. It was suggested in

Re: Why can't I install the rfacebook plugin?

2008-04-18 Thread Michael Erasmus
Sure, but I can't request a blessing for an empty app: http://groups.google.com/group/heroku/browse_thread/thread/41c42adbe0574bc3/2f516bf4119c5945?hl=enlnk=gstq=facebook#2f516bf4119c5945 And I can't really start developing code because I can't install the plugin :) On Apr 17, 7:25 pm, Harro

gem installed but my application doesn't see it.

2008-04-18 Thread tim
I have installed the radiant gem into my workstation and to heroku (by uploading the .gem) file. I can see that the gem has been installed into my application. I can browse the files. When I attempt to run rake db:bootstrap I get the following error. Cannot find gem or source for Radiant 0.6.4:

Pricing Limits

2008-04-18 Thread DAZ
Hi, I've just had an invite - thanks, this looks really cool. I've just got a couple of questions: 1. Do I have to pay for this service? If so, how much? 2. Are there any limits (i.e. app size, band-width, number of apps etc) 3. If I set up a site, say myapp.heroku.com, can I make

Re: Gruff Support, Scruffy Support

2008-04-18 Thread milan
All, I am getting this identical error rendering graphs using scruffy. Any advice? Thanks in advance, Milan On Apr 7, 9:07 am, pietj [EMAIL PROTECTED] wrote: Some more info: Magick::ImageMagickError in SayController#test_gruff unable to read font

Re: Gruff Support, Scruffy Support

2008-04-18 Thread milan
For clarification of course this works on my local machine. I have installed Rmagick and scruffy without incident on heroku. -Milan On Apr 18, 11:28 am, milan [EMAIL PROTECTED] wrote: All, I am getting this identical error rendering graphs using scruffy. Any advice? Thanks in advance,

Re: Gruff Support, Scruffy Support

2008-04-18 Thread milan
All, For clarification, this works on my local machine, and I successfully installed RMagick and scruffy on heroku. What else is needed? Thanks, Milan On Apr 18, 11:28 am, milan [EMAIL PROTECTED] wrote: All, I am getting this identical error rendering graphs using scruffy. Any advice?

Re: Gruff Support, Scruffy Support

2008-04-18 Thread Adam Wiggins
On Apr 7, 9:07 am, pietj [EMAIL PROTECTED] wrote: unable to read font `/usr/share/fonts/type1/gsfonts/n019003l.pfb' Looks like it's looking for system-wide fonts installed, and of course there are no fonts installed on a headless server. I suggest uploading the font file(s) it needs into

Re: Deploying to heroku with git

2008-04-18 Thread thufir
On Fri, 11 Apr 2008 10:20:48 -0700, Henry Wagner wrote: I'm still stuck, but here's what I know so far on Windows XP. Thanks for the post :) -Thufir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku

RMagick support

2008-04-18 Thread David - zLo
I tried to manipulate an Image using RMagick As i saw RMagick is installed by default but i had no luck using it. : ( When i try to render some text on an Image i get this error: unable to read font `/usr/share/fonts/type1/gsfonts/n019003l.pfb' Would be cool if you could fix it or if someone

Another Heroku - Git Problem

2008-04-18 Thread David - zLo
When i use heroku clone wall(my app) it does a checkout but when its finished no migration is done etc next thing i saw is that in my app folder there is only the controller and the helper folder but my views and my models are missing :/ --~--~-~--~~~---~--~~ You

Re: RMagick support

2008-04-18 Thread David - zLo
i think my problem is the same like this one http://groups.google.com/group/heroku/t/c25cdd1f7eb443 so i will use this post On 18 Apr., 21:16, David - zLo [EMAIL PROTECTED] wrote: I tried to manipulate an Image using RMagick As i saw RMagick is installed by default but i had no luck using it.

Re: ConnectionException - to external from controller, GogleMaps

2008-04-18 Thread trippytom
OK, I am a moron. I didn't see that outbound traffic from hosted apps required a blessing. Thanks! On Apr 18, 4:46 pm, trippytom [EMAIL PROTECTED] wrote: First off, awesome site and idea! Is there some sort of rule against connecting to external sites? UI have this working locally, with a

Re: Background Process

2008-04-18 Thread mega
Dears, I'm an old programmer and would like to know the answer, too. To my point of view, on-line programs(or you may call them user interactive programs) is just another side of an application. There are still a lot of things that the application should take care of which requires no user