1 | 1,496 | 3,290 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
2 | 8,111 | 9,321 | encrypted_strings | Dead-simple string encryption/decryption syntax |
3 | 16,344 | 21,532 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
4 | 19,502 | 35,920 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
5 | 22,702 | 42,025 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
6 | 28,047 | 86,038 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
7 | 28,287 | 53,556 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
8 | 30,042 | 20,749 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
9 | 30,162 | 53,556 | turntabler | Turntable.FM API for Ruby |
10 | 31,144 | 53,556 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
11 | 35,510 | 86,038 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
12 | 35,645 | 23,626 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
13 | 37,635 | 86,038 | menu_helper | Adds a helper method for generating a menubar in Rails |
14 | 41,879 | 53,556 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
15 | 42,405 | 86,038 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
16 | 45,804 | 86,038 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
17 | 45,949 | 53,556 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
18 | 47,201 | 86,038 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
19 | 48,740 | 26,609 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
20 | 53,138 | 86,038 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
21 | 67,848 | 35,920 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
22 | 86,918 | 42,025 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
23 | 87,802 | 86,038 | memorable_strings | Generates strings that can be easily remembered |
24 | 141,582 | 86,038 | spotify_web | Spotify Web API for Ruby |