December 2008
11 posts
oh his twitter is like railswtf2.com →
I need a website skeleton built on rails so that i can build my own website in...
– Ruby on Rails Lighthouse
whisky bottle is all empty naough!
@whisky.present? => true
@whisky.empty? => true
Merb == Keep Bitchin' #comments →
Trolls get trolled →
Las Vegas: The Suicide Capital Of America →
Why merb is not/NEVER was THREADSAFE SUPERLULZZZ →
Does this work config.gem ‘rails’?
– #rubyonrails
yeah, beware premature optimization. :)
aint no such thing.
"this won't work" [indeed]
# Existing class:
class User < ActiveRecord::Base
end
# Need to add new association to User, something like this:
User.instance_eval do
has_many :fingers # « this won’t work, however…
end
I would be inclined to do Post < ActiveRetard::Base and Draft < Post
– #rubyonrails