0
我試圖生成使用飛碟與控制器下面的代碼軌道在JRuby中美景的這幅畫:飛碟/ JRuby的生成視圖
def calendar
@patient = Patient.find_by_id(params[:id])
result = render_to_string
send_data(FlyingSaucer::create_pdf(result), :filename => "calendar.pdf",
:type => "application/pdf",
:disposition => 'attachment')
end
我得到一個錯誤
未初始化的常量PatientsController :: FlyingSaucer
我需要Java和flying_saucer控制器
任何幫助,將不勝感激
我建議嘗試拼湊一個小獨立腳本,看看您是否可以重新創建問題(如果是的話,它張貼在這裏!) – Rob
好嗎我已經消除了所有的錯誤信息,但現在的服務器只是在日曆操作被調用時掛起。 – user807157
您可以在獨立腳本中重新創建嗎?你能描述一下你把修復未初始化的固定誤差(替他人的利益誰可能會遇到這樣)的步驟是什麼? – Rob