Determining Database Size?

2010-12-07 Thread Zach Bailey
I was looking for a way via the web interface or command-line to determine the size of my database. Could anyone point me in the right direction? I've dug around and searched but not having much luck. For the Heroku folks - a point of feedback - the place that I would expect to see my

Re: Determining Database Size?

2010-12-07 Thread Brian M
I would find this helpful also. the place that I would expect to see my database size would be in the same place along with my other data in the General Info section. Up until a couple weeks ago, the database size was indeed posted right in that spot. It was pretty convenient. Brian On Dec

RMagick Issues

2010-12-07 Thread clubdivot
Hey. I am killing myself over here trying to solve an image rending issue. I am using simple_captcha to render a captacha image on our registration page. The requires RMagick. This is what I have in the Gemfile: gem 'rmagick', :require = RMagick Specs: Rails 3 bamboo-ree-1.8.7 I don't get any

First RoR application. File not found

2010-12-07 Thread fikre
Hi Im trying to run my first Rails app on heroku. The app works fine locally, but on heroku i get the following error in the log file == dyno-3472604.log == /home/slugs/369295_906adb5_d63d-10d6387d-4b05-48a9-8cfb-819aae2e6528/ mnt/.bundl

Running a daemon process on Heroku

2010-12-07 Thread Jonas
Hi guys, Hi guys, Ok, so I've succesfully developed a daemon that fires up EventMachine, subscribe to a data feed and communicate that data to Pusherapp.com Everything is working beautifully in production on my OSX development machine, and now I want to deploy to Heroku. My initial

Re: Running a daemon process on Heroku

2010-12-07 Thread David Dollar
A Heroku worker is simply running rake jobs:work on your app so whatever happens behind that rake task is up to your app. On Dec 7, 2010, at 10:47 AM, Jonas jo...@jonasbnielsen.dk wrote: Hi guys, Hi guys, Ok, so I've succesfully developed a daemon that fires up EventMachine, subscribe

Re: Compiled Slug size not changing after removing large gems from Gemfile

2010-12-07 Thread Alex Killough
Any updates here? My slug doubled in size today when i removed gems; now I can't launch my app. On Tue, Oct 12, 2010 at 11:16 AM, stephen murdoch stephenjamesmurd...@gmail.com wrote: yes Keenan, it's definitely my slug size that's creeping up (same problem others are having) I did some

Re: Running a daemon process on Heroku

2010-12-07 Thread Jonas
Nice. So that was actually what I initially thought. And there is no limitation on what that worker does? I mean, it's okay to preoccupy that worker till eternity? :) On 7 Dec., 20:53, David Dollar da...@heroku.com wrote: A Heroku worker is simply running rake jobs:work on your app so whatever

Re: Running a daemon process on Heroku

2010-12-07 Thread Chris Hanks
Well, since you pay for workers by the hour, I'm sure Heroku would be perfectly happy with you keeping many of them busy for a very long time. On Dec 7, 10:44 pm, Jonas jo...@jonasbnielsen.dk wrote: Nice. So that was actually what I initially thought. And there is no limitation on what that