Github, Heroku, hoptoad

2009-05-23 Thread Carl
I would like to use Hoptoad for my project, but am I correct is assuming I shouldn't get the hoptoad.rb config file into my Github repo since it contains my api key? If so, how do I get it uploaded to Heroku? I currently have two remotes configured, one for Github, and one for Heroku.

Re: Github, Heroku, hoptoad

2009-05-23 Thread Jeremy Lightsmith
...do you really care if someone gets hold of your hoptoad api key? you could use config vars, but why, what's the worst they can do with it...spam your hoptoad account with spurious errors? Jeremy On Sat, May 23, 2009 at 9:55 AM, Ron Evans ron.ev...@gmail.com wrote: I think the proper way

Re: Github, Heroku, hoptoad

2009-05-23 Thread Carl Anderson
True, I suppose it wouldn't matter, but it might be good to know how to handle this for other keys that you don't want put onto something like Github, but do want pushed out to remote production servers, like Merchant account keys, etc. Carl On Sat, May 23, 2009 at 9:57 AM, Jeremy Lightsmith