Tag config
14 votes
5 comments
5641 views
Use YAML's anchor and reference syntax to DRY up your database.yml file.
1 votes
1 comments
1831 views
Check if external gem-dependent classes are defined
If you have to set some external gem's config options in /config/enviroment.rb, contain it within `if defined?` block
