README.txt in rufus-scheduler-1.0.13 vs README.txt in rufus-scheduler-1.0.14

- old
+ new

@@ -15,10 +15,12 @@ http://rubyforge.org/frs/?group_id=4812 == usage +(the rdoc is at http://rufus.rubyforge.org/rufus-scheduler/) + some examples : require 'rubygems' require 'rufus/scheduler' @@ -63,10 +65,10 @@ Rufus.to_time_string 60 # => '1m' Rufus.to_time_string 3661 # => '1h1m1s' Rufus.to_time_string 7 * 24 * 3600 # => '1w' -Something about the rufus-scheduler, threads and ActiveRecord connections : +Something about the rufus-scheduler, threads and ActiveRecord connections (warning : I'm mostly clueless about Rails) : http://jmettraux.wordpress.com/2008/09/14/the-scheduler-and-the-active_record/ == dependencies