1 | 62,062 | 44,942 | rails_dynamic_associations | Define your model associations in the database without changing the schema or models. |
2 | 94,647 | 33,428 | rails_model_load_hook | Adds :model_class load hook for every ActiveRecord descendant. |
3 | 123,864 | 44,942 | stub | Useful for creating stubs with partially defined objects. |
4 | 158,423 | 44,942 | translatable_descriptions | Adds multilingual text attributes to Rails models using a separate table. |
5 | 160,024 | 44,942 | organizer-rails | Use lists, tags, flags, etc. to organize your application records. |
6 | 160,115 | 33,428 | adjustable_schema | Rails Engine to allow ActiveRecord associations be set up in the DB instead of being ha... |
7 | 176,403 | 33,428 | active_model-inherited_partials | A Rails Engine to let models inherit partials until overridden. |
8 | 178,283 | 103,501 | magic-decorator | SimpleDelegator on steroids: automatic delegation, decorator class inference, etc. |
9 | 178,906 | 103,501 | magic-presenter | Based on Magic Decorator, it’s meant to replace Draper. |
10 | 180,014 | 103,501 | magic-support | Utility classes and Ruby extensions beyond Active Support. |
11 | 181,386 | 103,501 | magic-lookup | Find a related class for an object (ex., a decorator, a presenter, a controller, or wha... |