I found the first search result for “IE7 inline-block” funny.
How to create your own global settings in Rails
Very rarely, I need to create my own global settings inside my Rails apps. If you want these settings to be different for each environment (development, test, production), you can use a YAML file to do so.
As I always need to look up how that works, I finally created a Gist, so I can look it up more quickly.
Here it is:





