Tag config

14 votes

5 comments

4580 views

DRY your database.yml

Use YAML's anchor and reference syntax to DRY up your database.yml file.

by eric
eric

1 votes

1 comments

1612 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

by bartosz
bartosz
Fork me on GitHub