1
2
3
4
namespace :cron do
    
  desc "every_minute"
...

Ruby Background Job in Ruby

by davidhq, May 28, 2008 20:38, No refactoring, tagged with background job bj rake priority invoke

It's not strictly a refacto...

4057d36ea1505c263efbdbdc0bf511cd Talk

Ruby On restful_auth

by davidhq, May 15, 2008 20:19

So this is how I'll leave i...

4057d36ea1505c263efbdbdc0bf511cd Talk
1
2
3
4
class User < ActiveRecord::Base
  include UniqueCodeGenerator

...

Ruby On restful_auth

by davidhq, May 15, 2008 20:18
4057d36ea1505c263efbdbdc0bf511cd Talk

Ruby On restful_auth

by davidhq, May 13, 2008 22:02

other way around ... :} I s...

4057d36ea1505c263efbdbdc0bf511cd Talk

Ruby On restful_auth

by davidhq, May 13, 2008 22:02

self.password_reset_code = ...

4057d36ea1505c263efbdbdc0bf511cd Talk
1
2
3
4
  def make_activation_code
    counter = 0
    loop do
...

Ruby restful_auth

by davidhq, May 13, 2008 22:00, 8 refactorings, tagged with restful authentication

make_activation_code and ma...

4057d36ea1505c263efbdbdc0bf511cd Talk