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!
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
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.