What is the easiest way to get the latest file modification date (latest of all files, not a single one) or last push date to Heroku?
I am trying to get my application on Heroku, but when I run heroku rake db:migrate I get the following errors. It seems like the event_calendar gem is causing the problem, but the thing is, I\'ve unin
I create a heroku app and then my machine crashed. I have a new machine. How do I attach my existing app to heroku app. When I visit heroku page the url for my app is like this
I am having a DNS issue with at least a couple of customers being unable to hit our website at all with chrome just reporting \"This webpage is not available\" (both over http or https), but DNS and n
I just started using Rails 3 on Heroku and was surprised at how much bigger the slug size (28MB) is compared to using Rails 2.3.5 on Heroku (less than 5MB).Is this normal?It\'s a simple application th
I\'ve got picture uploads working with s3 on heroku no problem. I also have a method that enables users to upload from a web-address.
I have a cron job on Heroku that needs to run for 8 hours a day.(Once an hour, eight times, each day.).
I\'ve a Bash script using some Heroku client commands, e.g., heroku create. Those commands are written in Ruby and include calls to IO::gets to gather the user\'s name and password. But, if they are c
I got an weird problem! I\'m t开发者_如何学编程rying to make a site in Rails, I got some documentation but I can\'t figure this one out. I\'m using a jQuery plug-in to alter my scrollbars inside an di
when i do heroku 开发者_开发问答rake db:migrate i get an error cant require jcode, i solved this problem in my localhost:3000 with the solution to overide this code: