1 | 61,824 | 22,512 | rails_dynamic_associations | Define your model associations in the database without changing the schema or models. |
2 | 96,489 | 86,038 | rails_model_load_hook | Adds :model_class load hook for every ActiveRecord descendant. |
3 | 122,955 | 86,038 | stub | Useful for creating stubs with partially defined objects. |
4 | 157,607 | 86,038 | translatable_descriptions | Adds multilingual text attributes to Rails models using a separate table. |
5 | 167,630 | 23,626 | adjustable_schema | Rails Engine to allow ActiveRecord associations be set up in the DB instead of being ha... |
6 | 168,889 | 86,038 | organizer-rails | Use lists, tags, flags, etc. to organize your application records. |
7 | 176,609 | 86,038 | active_model-inherited_partials | A Rails Engine to let models inherit partials until overridden. |
8 | 179,587 | 23,626 | magic-decorator | SimpleDelegator on steroids: automatic delegation, decorator class inference, etc. |
9 | 179,794 | 28,793 | magic-presenter | Based on Magic Decorator, it’s meant to replace Draper. |
10 | 181,349 | 42,025 | magic-lookup | Find a related class for an object (ex., a decorator, a presenter, a controller, or wha... |