I'm getting an error calling functionality enabled by a rails plugin.
It works locally, but not when I push to Heroku. I have a feeling
there's something I need to do to get it working.  I installed the
plugin within my rails app and added it to the git repo.  Do I need to
do something in addition on heroku?

here is the plugin(s):
http://privateerdiary.blogspot.com/2010/06/avoid-democrat-lite-scenario.html

The error occurs in calling the method added by the plugin. In the
sample page, it would fail on this line:
format.json { render :json =>
users.to_jqgrid_json([:id,:pseudo,:firstname,:lastname,:email,:role],
                                                       params[:page],
params[:rows], users.total_entries) }

Specifically, the call to to_jqgrid_json(..)

Suggestions?

Thanks,
-j

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to