This post originated from an RSS feed registered with Agile Buzz
by Maruis Marais.
Original Post: Ruby, Rails, OS X (Leopard), CSS
Feed Title: exceptionz
Feed URL: https://exceptionz.wordpress.com/feed/
Feed Description: Thoughts on Technology, Methodology and Programming.
Ruby
Hash#to_mod - extend your class to except a hash of values in the constructor and then access the values as if they are read accessors on the object. Very enlightening post, I’m sure ActiveRecord::Base implements something.
Rails
Managing a high performance rails application without tearing your hair out (presentation)
composed_of - Format your data using the Rails composed_of [...]