Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
January 16 2012
Why Ruby on Rails Migrations Don’t Work – SimonOnSoftware
yup, I'm still a DBA/Database Developer. The structured, valid data is the useful part... the application is disposable.April 18 2010
April 07 2010
April 05 2010
March 28 2010
March 27 2010
March 26 2010
the { buckblogs :here }: Helping ActiveRecord finders help you
class Thing < ActiveRecord::Base def self.find(*args) if args.first.to_s == "random" ids = connection.select_all("SELECT id FROM things") super(ids[rand(ids.length)]["id"].to_i) else super end end endFebruary 27 2009
Older posts are this way
If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.
