Month: December 2008
-
How great is named_scope?
If you haven’t used named_scope in Rails 2.1+ yet, I suggest you learn about it ASAP. Prior versions of Rails had a plugin that could perform similar functions, but it’s nice to have it part of the core system. What does it do? It does just what it says. It gives you a way to…