Hello Ror,
I have a problem with heroku. I uploaded a sample app and it worked
all fine. Then I installed two plugin. One is will_pagenate and
recaptcha. When I pushed my new git commit to heroku, it said the app
got crashed.
Doesn’t heroku support plugins?
It does. Check your Heroku log to find out what caused the crash.
B.
But everything works fine on my local computer!
On 11 March 2011 12:09, Karthikeyan [email protected] wrote:
But everything works fine on my local computer!
That is why you have to check the Heroku log to find out what caused the
crash.
Colin
On Fri, Mar 11, 2011 at 6:09 AM, Karthikeyan [email protected]
wrote:
But everything works fine on my local computer!
Environment, environment, environment. Your local machine is not the same
as Heroku. There could be a multitude of things that could cause your
app to
crash on Heroku but run fine on your local machine. As Colin and I both
pointed out, you need to check the Heroku logs to see what caused your
app
to crash there.
B.