search for: chartdisplay

Displaying 1 result from an estimated 1 matches for "chartdisplay".

2007 Sep 12
10
Need help refactoring a controller, perhaps add threading?
...#39;ve re-built it in Rails, with about 25% of the code it took to do in Perl and the users can now get dynamic charts instead of day old charts (or whenever the batch runs). I have a view that contains two columns, one for a list of charts and the other with a div container for the charts (called chartDisplay). I have a link for a chart like below: <%= link_to_remote( "Activities by Request", :update => "chartDisplay", :url =>{ :action => :activities_by_request, :name => @project.name }) %&gt...