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

by bartosz
bartosz

20 votes

21 comments

11871 views

Annotate your models

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.

flyerhzm
Fork me on GitHub