| 1 | 1,727 | 4,843 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
| 2 | 8,771 | 14,943 | encrypted_strings | Dead-simple string encryption/decryption syntax |
| 3 | 18,130 | 67,648 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
| 4 | 21,208 | 46,084 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
| 5 | 24,811 | 40,201 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
| 6 | 29,984 | 35,932 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
| 7 | 30,022 | 46,084 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
| 8 | 31,597 | 35,932 | turntabler | Turntable.FM API for Ruby |
| 9 | 31,995 | 40,201 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
| 10 | 33,156 | 67,648 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
| 11 | 37,405 | 40,201 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
| 12 | 37,936 | 46,084 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
| 13 | 40,159 | 54,810 | menu_helper | Adds a helper method for generating a menubar in Rails |
| 14 | 44,128 | 35,932 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
| 15 | 44,746 | 89,809 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
| 16 | 47,371 | 32,576 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
| 17 | 47,761 | 46,084 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
| 18 | 49,111 | 46,084 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
| 19 | 50,739 | 46,084 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
| 20 | 55,865 | 35,932 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
| 21 | 70,152 | 127,038 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
| 22 | 89,735 | 46,084 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
| 23 | 91,560 | 89,809 | memorable_strings | Generates strings that can be easily remembered |
| 24 | 142,755 | 89,809 | spotify_web | Spotify Web API for Ruby |