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 to handle this on heroku is to use config
 vars... this link show some examples for S3 that are very similar to
 your needs:

 http://docs.heroku.com/config-vars

 On Sat, May 23, 2009 at 9:17 AM, Carl nexus...@gmail.com wrote:
 
  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.
  
 



 --
 Ron Evans
 310-597-1013
 ron.ev...@gmail.com

 



-- 
Jeremy Lightsmith
Coaching Teams  Creating Communities

312-953-1193
http://onemanswalk.com/ (blog)
http://facilitationpatterns.org/ (book in progress)
http://www.linkedin.com/in/jeremylightsmith

--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Different billing information for different apps

2009-05-21 Thread Jeremy Lightsmith
In the future, maybe you should create a brand new account for each new
client and create a heroku project with their account and add yourself as a
collaborator.  Then you only need your own credentials on your computer.
For now, maybe you could create the client accounts, and either ask Heroku
to move the projects to make them the owners or delete and re-create the
projects from their accounts.

Jeremy

On Thu, May 21, 2009 at 5:05 AM, Chap c...@chap.otherinbox.com wrote:


 Some of my sites are for clients, so I'd like to use their credit
 cards for their individual sites.

 Another work around I thought of is having multiple heroku accounts...
 but I'm not sure how to install multiple credentials on the same
 computer.
 



-- 
Jeremy Lightsmith
Coaching Teams  Creating Communities

312-953-1193
http://onemanswalk.com/ (blog)
http://facilitationpatterns.org/ (book in progress)
http://www.linkedin.com/in/jeremylightsmith

--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: db problems today and where to find heroku status/outage info

2009-04-23 Thread Jeremy Lightsmith
Mine are down too.

On Thu, Apr 23, 2009 at 1:04 PM, slin archiwi...@gmail.com wrote:


 Any new news? What's happening?
 


--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: db problems today and where to find heroku status/outage info

2009-04-23 Thread Jeremy Lightsmith
seems like things are back...

On Thu, Apr 23, 2009 at 1:13 PM, Brian Armstrong barmstr...@gmail.comwrote:


 Heroku Fail Whale!!

 On Apr 23, 3:07 pm, Ron Evans ron.ev...@gmail.com wrote:
  Ditto
 
  On Thu, Apr 23, 2009 at 1:06 PM, Jeremy Lightsmith
 
  jeremy.lightsm...@gmail.com wrote:
   Mine are down too.
 
   On Thu, Apr 23, 2009 at 1:04 PM, slin archiwi...@gmail.com wrote:
 
   Any new news? What's happening?
 
  --
  Ron Evans
  310-597-1013
  ron.ev...@gmail.com
 


--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: hoptoad / heroku

2009-02-24 Thread Jeremy Lightsmith
Actually, the heroku guys hooked me up, I thought I'd post here so google
could find it.  Basically it sounds like some weird environment thing that
heroku does exposes a bug in hoptoad.  The workaround is to add a line to
your hoptoad initializer, so it should look like this :

HoptoadNotifier.configure do |config|
  config.api_key = your key
  config.environment_filters  'async.' # workaround for hoptoad bug on
heroku
end

On Tue, Feb 24, 2009 at 4:38 AM, Ryan Lemmer ryanlem...@gmail.com wrote:

 Hi Jeremy, I also suffer from this ailment - did you resolve your problem?
 Ryan

 I was seeing this at doinlists and now I'm seeing it on another project.

 I installed hoptoad, I did the rake test and it successfully sent a message
 to hoptoad.  Then I pushed to heroku and did heroku rake hoptoad:test and
 it again successfully sent to hoptoad, this time with a production
 environment specified.  But when I create an exception in my site, on
 heroku, hoptoad never receives the notification.  but, if I look at the
 logs, the last thing after the exception is Hoptoad Success: Net::HTTPOK

 What's going on?

 Jeremy




--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Trouble with hoptoad

2009-02-17 Thread Jeremy Lightsmith
I was seeing this at doinlists and now I'm seeing it on another project.

I installed hoptoad, I did the rake test and it successfully sent a message
to hoptoad.  Then I pushed to heroku and did heroku rake hoptoad:test and
it again successfully sent to hoptoad, this time with a production
environment specified.  But when I create an exception in my site, on
heroku, hoptoad never receives the notification.  but, if I look at the
logs, the last thing after the exception is Hoptoad Success: Net::HTTPOK

What's going on?

Jeremy

--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: multiple subdomains pointing at the same heroku instance

2009-02-10 Thread Jeremy Lightsmith
thanks, that totally helps!

On Tue, Feb 10, 2009 at 2:37 PM, Keenan Brock kee...@thebrocks.net wrote:


 There is a Heroku and Herokugarden gem. They look similar but are
 different.

 Waiting for Adam to Github them so we can merge



 On Feb 10, 2009, at 4:52 PM, S. Brent Faulkner
 bre...@unwwwired.net wrote:

 
  this is possible on heroku.com using the command-line utility (gem
  install heroku)
 
  not sure if it works on herokugarden.com or not
 
 
  On Feb 9, 1:52 pm, Jeremy Lightsmith jeremy.lightsm...@gmail.com
  wrote:
  There was a post about this a while back, but I have an app,
 atwww.doinlists.com
  , and it uses iphone.doinlists.com to handle iphone
  requests.  After having done all the other work to port it to
  heroku and
  load test it, I just realized that the iphone part of my site is
  broken, and
  it seems like heroku won't allow iphone.doinlists.com to also be
  served by
  the same instance (or even a different instance and share data)
 
  Is there any way to do this?  Should I move back to my previous ISP
  until
  heroku is able to support multiple CNAMES pointing at the same
  instance?
 
  Jeremy
  

 


--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



multiple subdomains pointing at the same heroku instance

2009-02-09 Thread Jeremy Lightsmith
There was a post about this a while back, but I have an app, at
www.doinlists.com, and it uses iphone.doinlists.com to handle iphone
requests.  After having done all the other work to port it to heroku and
load test it, I just realized that the iphone part of my site is broken, and
it seems like heroku won't allow iphone.doinlists.com to also be served by
the same instance (or even a different instance and share data)

Is there any way to do this?  Should I move back to my previous ISP until
heroku is able to support multiple CNAMES pointing at the same instance?

Jeremy

--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



clearing logs

2009-02-07 Thread Jeremy Lightsmith
I still find it quite frustrating to debug apps on heroku.  Things that
would make it better :

1) clearing logs, this should be pretty simple to do, I get lost between
calling heroku logs about what happened since the last time I called it
2) logs coming back in the order of time, as if they all happened on one
instance
3) some way to tail logs, if this was a debugging mode, a service that
heroku talked to, whatever, it'd be nice

any other ideas out there?

Jeremy

--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: clearing logs

2009-02-07 Thread Jeremy Lightsmith
turns out heroku restart will clear the logs and maybe something weird was
happening in my app causing 2 to look like it wasn't happening...

...thanks

On Sat, Feb 7, 2009 at 2:30 AM, Jeremy Lightsmith 
jeremy.lightsm...@gmail.com wrote:

 I still find it quite frustrating to debug apps on heroku.  Things that
 would make it better :

 1) clearing logs, this should be pretty simple to do, I get lost between
 calling heroku logs about what happened since the last time I called it
 2) logs coming back in the order of time, as if they all happened on one
 instance
 3) some way to tail logs, if this was a debugging mode, a service that
 heroku talked to, whatever, it'd be nice

 any other ideas out there?

 Jeremy


--~--~-~--~~~---~--~~
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 email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



I'm getting a 504 gateway time out

2008-12-04 Thread Jeremy Lightsmith
on http://registrar.heroku.com/

why???

--~--~-~--~~~---~--~~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



how do you collapse git revision history?

2008-10-20 Thread Jeremy Lightsmith
I have an error that looks like this when I sign into heroku.

The following apps are near or over their usage limits:

   -   ...- 132% code usage http://heroku.com/myapps/kgbdev/other

Please reduce usage by deleting large static assets, collapsing revision
history, or purging unused files and data.

If you need help, or need special accomodation for a larger app, please
constact us at [EMAIL PROTECTED]


We are actually using heroku to mirror another repository that has our
actual version history, so it wouldn't be a big deal to collapse our entire
version history on every deploy...  How do you do this in git?

Jeremy

--~--~-~--~~~---~--~~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---