Taps gem not recognized

2009-12-08 Thread Andrei Erdoss
Hello, I was trying to use the command heroku db:pull. I keep getting this error message: Install the Taps gem to use db commands. On most systems this will be: sudo gem install taps Even though I have the taps gem installed. taps (0.2.22) What can I do to fix this? -- Andrei Erdoss --

Re: Taps gem not recognized

2009-12-08 Thread David Dollar
This is often another LoadError masking as this error. Try the following: gem install open_gem gem open heroku Navigate to lib/heroku/commands/db.rb Change the following two lines: rescue LoadError error Install the Taps gem to use db commands. On most systems this will be:\nsudo gem

If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-08 Thread Wojciech Kruszewski
Hi, I've read your explanation about why you charge $100/mo for custom SSL (http://docs.heroku.com/ssl#faq). You need exclusive IP, Amazon assigns only one IP for an instance, so you need to reserve full instance just to use one SSL cert - seems fair. Ok, but if you reserve full EC2 instance

Sendgrid Basic Failing With Custom Domain But OK on heroku.com Domain

2009-12-08 Thread lanceball
Hi there I'm using the sendgrid basic addon and I'm a little stumped. I get a 500 error when sending mail from my custom domain, but not from myapp.heroku.com. My mailer is very simple - an observer that sends out email on save of an AR object. And like I said, everything works just fine when

Re: Sendgrid Basic Failing With Custom Domain But OK on heroku.com Domain

2009-12-08 Thread lanceball
David Thanks for the quick reply! I've submitted a support ticket and answered your questions there. Here's a link. http://support.heroku.com/requests/2977 Thanks again! Lance On Dec 8, 11:48 am, David Dollar da...@heroku.com wrote: A couple of questions: 1) What is the name of your app?  

password protected site

2009-12-08 Thread Bradley
Is it possible to password protect a site, through something like http auth? I want to set up testing and staging sites, but I don't want these to be public and I don't want to have these restrictions in the code of my app. -- You received this message because you are subscribed to the Google

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-08 Thread Husain Al-Mohssen
Hi, In general I am very happy with Heroku and their rates but I think Wojciech has a reasonable point. Yours, Husain On Tue, Dec 8, 2009 at 10:48 AM, Wojciech Kruszewski wojci...@oxos.plwrote: Hi, I've read your explanation about why you charge $100/mo for custom SSL

Re: password protected site

2009-12-08 Thread Nick Quaranto
Rack has this baked in, the Sinatra docs have a good example of using it: http://www.sinatrarb.com/faq.html#auth On Mon, Dec 7, 2009 at 11:35 AM, Bradley bradleyrobert...@gmail.com wrote: Is it possible to password protect a site, through something like http auth? I want to set up testing

Re: password protected site

2009-12-08 Thread David Dollar
If you want to do it with Rails, check out http://railscasts.com/episodes/82-http-basic-authentication You can set your RAILS_ENV to staging/testing using heroku config:add apply the before_filter conditionally. Hope this helps! David On Tue, Dec 8, 2009 at 2:37 PM, Nick Quaranto n...@quaran.to

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-08 Thread Oren Teich
They are totally independent. The way our architecture works, dynos run on machines called railguns, which are specially set up for the job. We have to setup a special (and yes, mostly idle) server just to handle the SSL requests. It's not possible with the product we have today to run dynos on

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-08 Thread Wojciech Kruszewski
Thanks Oren, this makes sense. So can that one mostly idle server handle SSL requests for multiple applications? I mean I tried Heroku and was very happy with the experience - looks like it needs little to no maintenance on my part. I'd wish to host a handful smaller web apps, each with 1-3

Re: password protected site

2009-12-08 Thread Morten Bagai
Use something like http://github.com/pedro/miniauth Best, Morten On Dec 7, 2009, at 8:35 AM, Bradley bradleyrobert...@gmail.com wrote: Is it possible to password protect a site, through something like http auth? I want to set up testing and staging sites, but I don't want these to be

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-08 Thread Oren Teich
I don't know if that's possible or not it's probably a function of the SSL protocol and our routing mesh, but it's beyond my technical knowledge. Best bet is to drop support@ a line, and see what they say. They'll be able to dig into the details for you. Oren On Tue, Dec 8, 2009 at 12:42 PM,

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-08 Thread Chris Hanks
Wojciech, if you ask support about that and get some good news, would you report back? I'm curious about this too. Thanks! Chris On Dec 8, 2:05 pm, Oren Teich o...@heroku.com wrote: I don't know if that's possible or not it's probably a function of the SSL protocol and our routing mesh, but

Re: Heroku Spree Commerce + SOA

2009-12-08 Thread Chandu
Thanks David! 1. If I have to create all the web services as a separate heroku apps, how would I share the database instance between the more than one services or apps like admin tools or crons? While sharing a database between apps isn't officially supported, you could have a way to