1 | 61,871 | 14,438 | rails_dynamic_associations | Define your model associations in the database without changing the schema or models. |
2 | 96,271 | 16,639 | rails_model_load_hook | Adds :model_class load hook for every ActiveRecord descendant. |
3 | 123,156 | 63,432 | stub | Useful for creating stubs with partially defined objects. |
4 | 157,770 | 63,432 | translatable_descriptions | Adds multilingual text attributes to Rails models using a separate table. |
5 | 165,946 | 41,916 | adjustable_schema | Rails Engine to allow ActiveRecord associations be set up in the DB instead of being ha... |
6 | 167,738 | 63,432 | organizer-rails | Use lists, tags, flags, etc. to organize your application records. |
7 | 176,677 | 63,432 | active_model-inherited_partials | A Rails Engine to let models inherit partials until overridden. |
8 | 178,337 | 63,432 | magic-decorator | SimpleDelegator on steroids: automatic delegation, decorator class inference, etc. |
9 | 178,897 | 63,432 | magic-presenter | Based on Magic Decorator, it’s meant to replace Draper. |
10 | 179,367 | 63,432 | magic-support | Utility classes and Ruby extensions beyond Active Support. |
11 | 180,946 | 63,432 | magic-lookup | Find a related class for an object (ex., a decorator, a presenter, a controller, or wha... |