Tag convention
3 votes
8 comments
3133 views
override the to_s to make the method sensible instead of "display_name", "format_name"..
8 votes
2 comments
5053 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.
1 votes
9 comments
6169 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.
