OK let's see. First an easy answer is "get the OFC plugin in date of October 22nd 2008 on github". I do not know how to tell git to get a version at a certain date but I am guessing it is possible.
Then the long answer: I have tested the edge version of OFC with the code posted on my blog. It did not work but not with the errors you mentioned. First, you need to add the following lines to the file open_flash_chart.rb, else you get something like "NameError (uninitialized constant TestItController::RadarAxis)": require ‘open_flash_chart/radar_axis_labels’ require ‘open_flash_chart/radar_axis’ require ‘open_flash_chart/radar_spoke_labels’ require ‘open_flash_chart/scatter_line’ So to come back to your troubles: it looks like you do not have the latest version. I say that because you use "OpenFlashChart::Base.new" instead of the regular OpenFlashChart.new and because when you run the test it looks like you do not have a RAILS_ROOT folder in your OFC test folder. Finally the rake task with the test does not tell you anything because there is no test (look at the test code). H -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

