In the deployment of my Ruby app in Site5 hosting, I found that all
the calls to the paginate function that have the :nclude option
produce an error
For example:
@episode_pages, @episodes = paginate :pod_updates, :order =>
‘pod_updates.episode_date DESC’, :per_page => 10, :include => :podcast
If i remove the :include part, it works just fine but I need to make
tht join for the app to work properly.
Somebody has an idea of what could be haappening?