Categories
03,December,2006
» 12
Scott Fleckenstein has developed a plugin for Ruby on Rails called Exceptional that 'brings exception handling into the world of Rails filters'. The code speaks for itself on this one: class SampleController
Filed under Ruby on Rails | on 2006 Dec 03
Improving String#match with instance_eval
Ruby Inside
A couple of days ago, Tim Lucas wrote a cool article called " instance_eval brings sexy back " where he demonstrated how to use instance_eval to improve the usability of the match method. The downside
Filed under Database,SQL | on 2006 Dec 03
Composed Method Pattern
Jeremy D. Miller -- The Shade Tree Developer : Design Patterns
This was supposed to be a part of a much longer post on writing maintainable code, but I'm having trouble finishing the bigger post and I wanted to see an actual code-centric post before the new year
Filed under Design, Architecture | on 2006 Dec 03
Extend Your ActiveRecord Association Methods
Ryans Scraps
Much of the beauty of ActiveRecord associations is in the collection methods that are provided for you when you define has_many relationships. For instance, when we say: class Organization < ActiveRecord
Filed under Ruby on Rails | on 2006 Dec 03
C# 3.0 Feature Focus - Part 1 - Local Type Inference
B# .NET Blog
Introduction In this C# 3.0 Feature Focus Week we'll focus on the new language features that will be part of C# 3.0 "Orcas". As you already might know, the major innovation on Orcas is the LINQ (Language
Filed under CSharp | on 2006 Dec 03
Pages: 1
» 12