Re: ultrasphinx

2008-08-26 Thread Morten Bagai
Mark Postgres 8.3 is still a little ways out, but we plan to offer 8.2 with built-in tsearch2 within a few weeks from now. We'll definitely post here when it's available. Best, /Morten On Aug 26, 2008, at 12:03 PM, Mark wrote: On Jul 29, 11:58 am, Orion Henry [EMAIL PROTECTED] wrote:

Re: How do I connect to an external database?

2008-08-26 Thread Morten Bagai
Mike, You'll need to have your app blessed to allow outgoing network connections. Blessings can be requested by going to the settings page for your app, clicking the Other tab and submitting the blessing form. You can also let me know the name of your app here, and I can take care of it.

Re: How do I connect to an external database?

2008-08-26 Thread Mike P
Great. I am not sure I am ready to have anything blessed at this point because I am just testing the functionality. But, if you'd like to, it's called affiliate_channel_revenue. Is the establish_connection with all the details the only way to make an external connection? Does the app still use

Re: How do I connect to an external database?

2008-08-26 Thread Mike P
Scratch that name... it's affiliate-channel-revenue (dashes, not underscores...) On Aug 26, 1:34 pm, Mike P [EMAIL PROTECTED] wrote: it's called affiliate_channel_revenue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: How do I connect to an external database?

2008-08-26 Thread Mike P
Thank you!! But... um... still have the same problem: Your mongrel is not responding, check to see if there is a crash log. On Aug 26, 1:50 pm, Morten Bagai [EMAIL PROTECTED] wrote: Ok, your app is blessed now. You should see a green checkmark in the   my apps listing. /Morten

Re: How do I connect to an external database?

2008-08-26 Thread Morten Bagai
Mike, Looks like we don't have the native MySQL drivers on our images. Since they have binary dependencies you can't install them from the gems plugins manager in the editor. I'll see if I can get them loaded for you. /Morten On Aug 26, 2008, at 1:21 PM, Mike P wrote: Thank you!!

Heroku could be the ultimate publishing tool for Rails bloggers and gem/plugin developers

2008-08-26 Thread Paul James
Forget RubyForge and SourceForge and Valley Forge (oops you already did), say hello to my little friend... Heroku !!! After I got my first blessed app into production, it really began to dawn on me just how powerful and game-changing Heroku is. I had a Heroku moment just now while writing a

PGError (could not connect to server: Connection timed out

2008-08-26 Thread S. Brent Faulkner
my application (unwwwired.heroku.com) seems to have lost it's database --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from

Re: How do I connect to an external database?

2008-08-26 Thread Adam Wiggins
Connecting to external databases is probably not a good idea. It may or may not work now, but I suspect it will definitely not work in the future after we make some other architectural changes we have in mind to facilitate scaling. I'd recommend rethinking your application architecture to

504 Gateway Time-out for my apps

2008-08-26 Thread shenry
Anyone else having the problem of not being able to reach their heroku apps? I am able to edit them when switched to dev mode but they all time-out when trying to view them... Any ideas? SH --~--~-~--~~~---~--~~ You received this message because you are

Re: 504 Gateway Time-out for my apps

2008-08-26 Thread Adam Wiggins
Should be back to normal now. If not, reply with your app name. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from

Re: 504 Gateway Time-out

2008-08-26 Thread Adam Wiggins
Letting us know is the right thing to do. In this case we were already aware of the problem and working on it, but it never hurts to have additional information. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: 504 Gateway Time-out for my apps

2008-08-26 Thread Andyroo2000
My app name is foodstalker I tried pushing again, but got the following message: Running migrations... rake aborted! could not connect to server: Connection timed out Is the server running on host 10.252.163.15 and accepting TCP/IP connections on port 5432? Thanks, Andrew On

Re: 504 Gateway Time-out for my apps

2008-08-26 Thread S. Brent Faulkner
Still down on unwwwired.heroku.com with Internal server error (when trying to view or edit or push) Cheers. On Aug 26, 11:32 pm, Adam Wiggins [EMAIL PROTECTED] wrote: Should be back to normal now.  If not, reply with your app name. Adam --~--~-~--~~~---~--~~

Re: 504 Gateway Time-out for my apps

2008-08-26 Thread Adam Wiggins
foodstalker and unwwwired should both be ok now. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from this group, send

Questtion about DB

2008-08-26 Thread stone
now I'm learning Heroku , this is amazing but one thing confuse me how do you people manage the DB? what if I delete the project , DB remains? what if I want to create a DB with the same name of others? --~--~-~--~~~---~--~~ You received this message because