is that feedzirra compatible with heroku ? i have no problem at localhost to use feezirra.
Asked
Active
Viewed 427 times
0
-
What is the error that you are getting while using feedzirra with heroku? – Chirantan Mar 23 '11 at 09:37
-
500 error. We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly. – rails_noob Mar 23 '11 at 13:54
-
Look at your logs. The error 500 means something is wrong in your application. – Simone Carletti Mar 23 '11 at 15:10
1 Answers
0
I'm currently using Feedzirra on Heroku (Ruby 1.9.2) without any problem.

Simone Carletti
- 173,507
- 49
- 363
- 364
-
-
It is not different than installing it in any other platform. Add the Gem to your `Gemfile`, then run `$ bundle install` – Simone Carletti Mar 23 '11 at 15:10