Re: Getting a visitors ip address in your web app

2010-10-01 Thread Kelly Heikkila
My assumptions on using hostname SSL: 1. You can't collect IPs for the subdomain you are tying your SSL to using hostname SSL (for reasons outlined below) 2. You can collect IPs for the parts of your app that are non-SSL if you use a different subdomain/root. Example: secure.myapp.com for

Re: model missing required attr_accessor for 'photo_file_name' when uploading with paperclip and S3 on heroku

2010-08-26 Thread Kelly Heikkila
One thought: Have you migrated your DB? heroku rake db:migrate heroku restart -Kelly On Aug 26, 2010, at 7:57 PM, eksatx wrote: Setting up paperclip with S3 in my linux dev environment was a snap -- everything works out of the box. However, I can't get it to work on Heroku. When I try to

Re: Force https?

2010-08-02 Thread Kelly Heikkila
I ran across rack-secureonly lately but haven't tried it: http://coderack.org/users/spllr/middlewares/108-rack-secureonly Kelly Heikkila On Jul 30, 2010, at 3:52 PM, Phil wrote: Does anyone know how I can force all connections to myapp.heroku.com to run over https instead of http? I think

Re: rails 2.3 change the From field with Gmail SMTP?

2010-07-26 Thread Kelly Heikkila
It has been my experience that Gmail does not allow you to set the From address. It will only use the authenticated user's email. This is one of the reasons we switched to the Sendgrid plugin. Kelly Heikkila :coderow On Jul 26, 2010, at 12:57 AM, Matthew Todd wrote: On Jul 23, 2010

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

2009-12-10 Thread Kelly Heikkila
Maybe I'm missing something and I'm not an SSL expert, but couldn't Heroku allow customers to purchase more than one IP for an SSL instance? Then they could apply multiple domains without a multi- domain cert and without constantly having to keep applying/managing a single cert when it's

Re: Heroku push rejected, error: Unable to append

2009-09-29 Thread Kelly Heikkila
They did post this outage on Twitter (@heroku), which seems to be the best place to look for status updates on heroku. -Kelly On Sep 29, 2009, at 3:58 PM, Carl Fyffe wrote: Heroku had a git outage today. It did not affect running applications, but did affect deployment. On Tue, Sep 29,