| 1 | 1,804 | 4,016 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
| 2 | 9,139 | 11,512 | encrypted_strings | Dead-simple string encryption/decryption syntax |
| 3 | 18,616 | 51,088 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
| 4 | 21,804 | 51,088 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
| 5 | 25,430 | 30,638 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
| 6 | 30,386 | 14,978 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
| 7 | 30,580 | 30,638 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
| 8 | 32,126 | 51,088 | turntabler | Turntable.FM API for Ruby |
| 9 | 32,622 | 51,088 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
| 10 | 33,880 | 51,088 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
| 11 | 37,994 | 30,638 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
| 12 | 38,673 | 51,088 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
| 13 | 41,005 | 51,088 | menu_helper | Adds a helper method for generating a menubar in Rails |
| 14 | 44,962 | 51,088 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
| 15 | 45,447 | 51,088 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
| 16 | 48,050 | 51,088 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
| 17 | 48,464 | 51,088 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
| 18 | 49,870 | 51,088 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
| 19 | 51,496 | 51,088 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
| 20 | 56,816 | 51,088 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
| 21 | 71,122 | 51,088 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
| 22 | 90,870 | 51,088 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
| 23 | 93,030 | 51,088 | memorable_strings | Generates strings that can be easily remembered |
| 24 | 143,856 | 51,088 | spotify_web | Spotify Web API for Ruby |