RGhost-Rails
RGhost-Rails copied to clipboard
This project allows to create reports/documents(as pdf,jpg,gif,tiff, etc) in Rails View Layer using RGhost or RGhost Barcode.
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...
RuntimeError in VendorsController#list ActionView::Helpers::ControllerHelper#headers delegated to controller.headers, but controller is nil: #"text/html"}, @_status=200, @_request=#"CGI/1.1", "PATH_INFO"=>"/vendors/list", "QUERY_STRING"=>"", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_HOST"=>"localhost", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"http://localhost:3000/vendors/list", "SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "SERVER_PORT"=>"3000", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"WEBrick/1.3.1 (Ruby/1.9.3/2011-10-30)", "HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh;...
Seguinte, estou tentando gerar um relatório através de uma busca. é um ciclo parecido com esse: Opções do relatório (busca por data e opcoes de form) => exibicao em pagina...