Tag convention
3 votes
8 comments
2655 views
override the to_s to make the method sensible instead of "display_name", "format_name"..
8 votes
2 comments
4566 views
Using css sprite can reduce a large number of http requests, so it makes the web page loaded much faster. It it painful to composite a lot of images manually, do it automatically.
2 votes
9 comments
5599 views
Ruby/Rails provides a lot of magic codes, especially for metaprogramming, they are powerful, less codes to implement more functions, but they are not intuition, you should write good comment for your magic codes.
