Displaying 2 results from an estimated 2 matches for "xmlinterfac".
Did you mean:
xmlinterface
2007 Mar 08
2
Rendering a view from a model
...0) # What is the limit?
open( "public/xml_data/main_data_feed.xml", "w" ) { | l | l.write
ERB.new( IO.read( File.join( RAILS_ROOT,
"app/views/rssfeed/bubbles.rhtml" ) ) ).result }
When I attempt to run this with runner I get the following error...
./script/runner XmlInterface.generate
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/commands/runner.rb:47:
(erb):14: You have a nil object when you didn''t expect it!
(NoMethodError)
You might have expected an instance of Array.
The error occurred while evaluating nil.first
It seems as though the @bubble object i...
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports?
I have prepared reports directly with Jasper''s iReport tool using my
MySQL data. It is a very powerful reporting tool. The reports look
greate.
But I have not been able to produce the reports from my Rails
application. I have followed the instructions provided at: