Tag gem
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
20 votes
21 comments
11871 views
Are you tired of going to schema.rb to find your table structures information? It would be better to list all the attributes of the model in the model itself.
