Skip to content

Instantly share code, notes, and snippets.

@wjgilmore
Last active August 29, 2015 13:57
Show Gist options
  • Save wjgilmore/9846234 to your computer and use it in GitHub Desktop.
Save wjgilmore/9846234 to your computer and use it in GitHub Desktop.
A list of useful Active Record gems
Just a list of useful Active Record-related models.
### Acts as Taggable On
Adds tagging features to Active Record models
https://github.com/mbleigh/acts-as-taggable-on
### Acts_as_List
Adds sorting and reordering features for list objects
https://github.com/swanandp/acts_as_list
### Awesome Nested Set
Nested set pattern implementation for Active Record models
https://github.com/collectiveidea/awesome_nested_set
### Geocoder
Geocoding with Ruby
https://github.com/alexreisner/geocoder
### Acts As Votable
Adds upvote/downvote, like/dislike attributes to any model.
https://github.com/ryanto/acts_as_votable
### Decent Exposure
Cleans up your RESTful controllers.
https://github.com/hashrocket/decent_exposure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment