search for: program_list

Displaying 2 results from an estimated 2 matches for "program_list".

2007 Jul 16
0
Ajax works in FF but not safari!
...lowing code works perfectly in FF, but does not work in safari. I''m on Edge Rails with the latest javascripts. Any clue what''s going on? CONTROLLER: def create @program = @school.programs.new(params[:program]) if @program.save render :update do |page| page[:program_list].replace_html(:partial => ''program'', :collection => @school.programs) page[@program.dom_id].visual_effect(:highlight, :duration => 1) page[:program_form].reset end end end VIEW - index.rhtml <div class="programs"> <...
2010 Jun 30
3
run R
Hi, I'm starting use the R Package and I have some .R scripts. How can I run these .R scripts. Conrado