1 2 3 4
templates = <<END @@ index %html ...
Ruby On Template Method
by elliottcable,
July 01, 2008 19:51
1 2 3 4
# Used to repeat a block at a given interval, in seconds. # Repeat::Every 30 do # puts "I will be printed every thirty seconds" ...
1 2 3
Tempfile.new do |f| # Grab page, and save it here - then pass the tempfile on to the next section end
Ruby On Can this scraper be simplif...
by elliottcable,
June 09, 2008 16:21
You might also want to look...
Ruby On Multilingual Model Options
by elliottcable,
June 09, 2008 16:16
I'm no Rails master. I avoi...

Haven't got any code, but w...