How To Turn A Friend To A Girlfriend.

2009-02-07 Thread c...@1dis.cn

How To Turn A Friend To A Girlfriend.


changbinge.dkwan.hop.clickbank.net/
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



how to limit download bandwidth

2009-02-07 Thread Dave

Hi, I'm new to rails and web app programming in general.  I wrote a
small app in which the user can upload and then download a file to the
db, now, I exceeded my bandwidth and I'm not looking for a blessing
for the app because its just an experiment, but I'm wondering if
there's a way to limit bandwidth for the download by using a
controller helper method such as send_data or send_file.  I use
send_data now which has a buffer attribute that can be set, but I have
a feeling that buffer and bandwidth used in the download are not
linked in this case.  Is this a web server configuration issue?
Thanks, Dave
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---