Proxy service recommendations?

2009-11-25 Thread paramaw
Hi there, I have an app that needs to access a web service that uses ip based authentication. For this I'd like to use a proxy server. Can you guys recommend me some proxy services that are reliable and cheap or free? Thanks, Parama -- You received this message because you are subscribed to

How much regular memory do I get with blossom?

2009-11-25 Thread GarethLAtWork
How much regular memory do I get with blossom? -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com. For more

Updating gems

2009-11-25 Thread schapirama
Hi, It's great that Heroku no longer re-installs all required external gems every time I push, but sometimes I want to do precisely that: re- install gems (eg, to get the latest versions). Is there a command that allows me to do that? Right now I have to edit .gems and manually add --version

How can I get to the web development interface.

2009-11-25 Thread iainmackay85
I tried Heroku a few weeks ago. I am trying it again but cannot find the online development inteface. 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 her...@googlegroups.com. To unsubscribe from

Does delayed_job need locking?

2009-11-25 Thread Betelgeuse
Looking at logs you usually have only one delayed_job worker process running. Delayed_job does locking so that multiple workers don't try to process jobs. Is there ever need for this locking on heroku or can it be disabled to simplify things and probably get better performance? -- You received

bestbuyideax.com - ran on 8 dynamos?

2009-11-25 Thread railsnerd
Saw this on heroku's twitter: http://bestbuyideax.com is now blazing along on 8 dynos at @heroku. Really? Seems to me that site has the same level of dynamic content as a quiet discussion forum. (a few topics a day, a few replies a day, a few i like this actions). Correct me if I'm wrong.

Is memcached available at no cost to Ramaze apps on blossom?

2009-11-25 Thread GarethLAtWork
Is memcached available at no cost to Ramaze apps on blossom? -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to

DNS question

2009-11-25 Thread Emanuele Tozzato
Hello! I would like to switch from the current DNS configuration: search.domain.ext CNAME proxy.heroku.com to search.domain.ext CNAME dns.mydomain.ext search.domain1.ext CNAME dns.mydomain.ext search.domain2.ext CNAME dns.mydomain.ext search.domain3.ext CNAME dns.mydomain.ext +

Re: Debugging Email

2009-11-25 Thread David Dollar
Try setting ActionMailer::Base.*raise_delivery_errors* = true in your config/environments/production.rb and see if the sending process raises anything. - David On Mon, Nov 16, 2009 at 10:05 AM, Neil neil.middle...@gmail.com wrote: We have an app that's sending out emails on certain events.

This is a test

2009-11-25 Thread Test
This is just a test message Delete it pls -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com. For more

Help with Deployment of multiple application versions

2009-11-25 Thread Ray
Hi I'm wondering if someone can provide me with some advice. I'd better start by saying that I'm fairly new to git, so please excuse my ignorance. I'm trying to figure out how use git and Heroku together for deploying multiple versions of an application. Based on my experience with other

Rails 3

2009-11-25 Thread jasonb
Just wondering whether people will have the option to play with the 3 beta (once released) on Heroku? -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send

authentication FAIL

2009-11-25 Thread Jeff Whitmire
I'm sorry to burden the list with this, but I'm having issues I don't know how to resolve otherwise. I had a beta account with heroku a long time ago and never used it much. I was trying to log in to see the current state of things, but I can't log in. I'm thinking maybe they trashed the

Re: Does delayed_job need locking?

2009-11-25 Thread Pedro Belo
Hi, You can certainly run a customized version of DJ - the code is pretty simple in fact. But keep in mind you will lose the agility to run more workers without redeploying, at the benefit of cutting two or three simple/fast queries. Pedro On Sat, Nov 7, 2009 at 6:40 AM, Betelgeuse

Re: Help with Deployment of multiple application versions

2009-11-25 Thread Pedro Belo
Hi, Git allows you to push a local branch as another branch on the remote server. Ie: git push myapp-new-layout newlayout:master That will push to the remote myapp-new-layout the branch newlayout as master, so Heroku will deploy it. On Sat, Nov 21, 2009 at 12:57 AM, Ray

Re: Rails 3

2009-11-25 Thread Pedro Belo
We don't run any customized version of Rails, so most probably yes - you should be able to just run it. On Tue, Nov 24, 2009 at 4:59 PM, jasonb jason.bower...@gmail.com wrote: Just wondering whether people will have the option to play with the 3 beta (once released) on Heroku? -- You

Re: Rails 3

2009-11-25 Thread Chris Hanks
Rails 3 won't run on Ruby 1.8.6, so Heroku will need to offer Ruby 1.8.7 or 1.9 (preferably 1.9) before we can use it. This is what's keeping me from trying out Rails 3.0.pre on Heroku right now. Source: http://www.mail-archive.com/rubyonrails-c...@googlegroups.com/msg09683.html On Nov 25,

Alternative Ruby version

2009-11-25 Thread Trevor Turk
Are there plans to allow choosing a different version of Ruby? I'd like to be able to use Ruby 1.8.7 at least, and 1.9.x to play with... Thanks, - Trevor -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: authentication FAIL

2009-11-25 Thread Jeff Whitmire
This problem was resolved with a little help from heroku support. It turned out I had an old invite I had never activated so that email address was in limbo. They reset the invite so I could activate it and all is well. Jeff Whitmire skype: jwhitmire http://jwhitmire.com On Wed, Nov 25, 2009