How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Attach comments to ActiveRecord's SQL queries
A tree structure for Mongoid documents using the materialized path pattern
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Multi-user non-linear history tracking, auditing, undo, redo for mongoid.
This gem implements a flexible time-ordered activity feeds commonly used within social networking applications. As events occur, they are pushed into the Feed and distributed to all users that need to see the event. Upon the user visiting their "feed page", a pre-populated ordered list of events is returned by the library.
The main features of kigster/simple-feed are: ORM Extensions.
Projects with overlapping indexed features include: basecamp/marginalia — Attach comments to ActiveRecord's SQL queries. benedikt/mongoid-tree — A tree structure for Mongoid documents using the materialized path pattern. brainspec/enumerize — Enumerated attributes with I18n and ActiveRecord/Mongoid support. brendon/positioning — Simple positioning for Active Record models. cmu-is-projects/ferry — A data migration and visualization command line gem in Ruby. aq1018/mongoid-history — Multi-user non-linear history tracking, auditing, undo, redo for mongoid.