1
2
3
4
  templates = <<END
@@ index
%html
...

Ruby On Template Method

by elliottcable, July 01, 2008 19:51

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

F22c48808ddcb56564889bb39f755717 Talk
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"
...

Ruby On Every repeat module

by elliottcable, June 15, 2008 06:17

Make sure to read here abou...

F22c48808ddcb56564889bb39f755717 Talk
1
2
3
4
def npa_for nnx
  {
    819 => [ 205, 208, 210, 213, 243 ],
...

Ruby On Array iteration

by elliottcable, June 15, 2008 04:50 Star_fullStar_fullStar_full

A a bit more versatile, but...

F22c48808ddcb56564889bb39f755717 Talk
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...

F22c48808ddcb56564889bb39f755717 Talk

Ruby On Refactor "class <&l...

by elliottcable, June 09, 2008 16:17

I like Rick's method, I use...

F22c48808ddcb56564889bb39f755717 Talk

Ruby On Multilingual Model Options

by elliottcable, June 09, 2008 16:16

I'm no Rails master. I avoi...

F22c48808ddcb56564889bb39f755717 Talk