Anyone having trouble using heroku console?

2011-07-13 Thread Keenan Brock
Hi, Question: Are others able to run: heroku rake db:migrate OR heroku console puts Model.count ? This is probably user error, but I can't figure it out. reminds me of not specifying RAILS_ENV when running rails console. I had run rake db:seed which populated the Avatar model. I view a page

Internal calls routed to free dyno?

2011-07-13 Thread Doug Petkanics
I'm in the process of separating some behavior out into a separate service (separate heroku app), but in the meantime the service resides within the same heroku app as the action which needs to call the service. (Think myservice.com making a call to api.myservice.com which are both served from the