Displaying 1 result from an estimated 1 matches for "dailyprogresschart".
Did you mean:
daily_progress_chart
2006 Nov 20
5
RMagick load problems?
...in 0.000216 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
On the Gentoo server, I get an application error immediately when I try
to go to the page that loads RMagick. In the controller I have:
def new
@new_params = { :type_of_chart => "dprs" }
@daily_progress_chart = DailyProgressChart.new(@new_params)
end
daily_progress_chart.rb begins:
require ''rvg/rvg''
require ''RMagick''
include Magick
class DailyProgressChart < ActiveRecord::Base
The chart is not generated until save, so I presume the problem is one
of loading the required files....