| 1 | 1,765 | 4,517 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
| 2 | 9,032 | 11,202 | encrypted_strings | Dead-simple string encryption/decryption syntax |
| 3 | 18,359 | 20,828 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
| 4 | 21,511 | 23,967 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
| 5 | 25,140 | 26,828 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
| 6 | 30,254 | 24,825 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
| 7 | 30,278 | 24,825 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
| 8 | 31,816 | 103,058 | turntabler | Turntable.FM API for Ruby |
| 9 | 32,259 | 19,509 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
| 10 | 33,491 | 31,682 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
| 11 | 37,666 | 25,696 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
| 12 | 38,298 | 21,921 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
| 13 | 40,563 | 31,682 | menu_helper | Adds a helper method for generating a menubar in Rails |
| 14 | 44,509 | 31,682 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
| 15 | 45,053 | 33,876 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
| 16 | 47,657 | 31,682 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
| 17 | 48,038 | 31,682 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
| 18 | 49,396 | 33,876 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
| 19 | 51,063 | 25,696 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
| 20 | 56,221 | 33,876 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
| 21 | 70,547 | 29,773 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
| 22 | 90,298 | 40,512 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
| 23 | 92,343 | 54,325 | memorable_strings | Generates strings that can be easily remembered |
| 24 | 142,820 | 54,325 | spotify_web | Spotify Web API for Ruby |