ruby Naming is the key There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton We are working in a really complex environment. Usually, the code does not help. One of
design-patterns One more useful abstraction for Rails - My take on Form objects Recently I heard a lot of talk about Form objects in Rails. In some of my projects I played around with this idea and I wanted to share my experience with the community.