1 2 3 4
class Voucher < ActiveRecord::Base before_create :create_vouchercode ...
Ruby On While loop to get unique value
by Adam,
January 06, 2009 18:19
1 2 3 4
object.constraints.each do |c| p = object.particles[c.index] p.component_set(c.component,c.value) if p.component_value(c.component).send(c.dir, c.value) ...
Ruby On Screen Scraping Google with...
by vivnet.myopenid.com,
January 05, 2009 02:59
does anyone have ideas on i...
Ruby On Screen Scraping Google with...
by Tj Holowaychuk,
January 03, 2009 03:59
I actually am working on an...
1 2 3 4
require 'open-uri' require 'rubygems' require 'rubyful_soup' ...
Ruby On Screen Scraping Google with...
by Matt Downey,
January 02, 2009 23:06
Well, to answer your questi...
1 2 3 4
require 'activesupport' class Fixture ...
Ruby On Command Pattern from Head F...
by Adam,
January 02, 2009 20:06
Shouldn't the object hold t...
Ruby On Screen Scraping Google with...
by vivnet.myopenid.com,
January 02, 2009 15:39
Hi guys, I'm interested in ...
1 2 3 4
require 'rubygems' require 'json' require 'net/http' ...
Ruby On Screen Scraping Google with...
by Matt Downey,
January 02, 2009 08:33
The first 65 results are ea...
1 2 3 4
class Word < Struct.new(:brew) def to_s count = Hash.new(0) ...
Ruby On Conditionally deleting colu...
by srboisvert.myopenid.com,
December 25, 2008 15:11
It's mostly that I just wan...
1
puts Word.new('rdapepa epdemrtrfx,feyefryeemcprt,cn ct, zaaaxdam')
Ruby On Newb needs some cleanup
by mischamolhoek.myopenid.com,
December 24, 2008 08:02
@adam - your right, it was ...
Ruby On Sequel threaded benchmark
by cheapdomain,
December 24, 2008 06:16
Nowadays many companys are ...
1 2 3 4
require 'enumerable' brew = "rdadadroxmocpronogomocdmqzx" brew = brew.split(//); ...
Ruby On Newb needs some cleanup
by mischamolhoek.myopenid.com,
December 23, 2008 17:37
if you like oneliners.... :...
Ruby On Newb needs some cleanup
by redpidgin,
December 23, 2008 16:44
thank you very much, works ...
Ruby On very simple .srt resyncroniser
by mischamolhoek.myopenid.com,
December 23, 2008 08:24
that's about as short as it...
1 2 3 4
def enumerate_infinitely_with(expected) simple_matcher('enumerate infinitely with') do |given, matcher| matcher.failure_message = "expected #{given} to enumerate infinitely with #{expected}" ...
Ruby On RSpec example does not cont...
by Ollie ,
December 23, 2008 07:13
Whoops! I missed this featu...

Put those concerns in your ...