RGhost-Rails
RGhost-Rails copied to clipboard
RuntimeError
Hi all,
I've got the same problem like the other ones who're complaining 'bout runtime errors in RGhost-Rails.
The error message is
ActionView::Helpers::ControllerHelper#headers delegated to controller.headers, but controller is nil
You can find a full backgrace of the problem at http://paste.debian.net/hidden/068bb89e/
If you need more information to track down this error, please let me know.
Re bklier
Digging deeper into the problem shows that the problem most likely is with
ActionView::Helpers.included_modules.each do |m|
extend m
end
which tries to extend (beneath others) ActionView::Helpers::ControllerHelper which in turn should be responsible for the RuntimeError.
Re bklier
Same issue here. Its not just the rghost rails gem either - calling the render method from the controller results in this error every time. After an hour of wasted time I'm just going to use Prawn