1 | 1,647 | 3,739 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
2 | 8,427 | 16,120 | encrypted_strings | Dead-simple string encryption/decryption syntax |
3 | 17,277 | 34,136 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
4 | 20,393 | 25,654 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
5 | 23,819 | 40,982 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
6 | 29,017 | 22,827 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
7 | 29,262 | 36,470 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
8 | 31,028 | 28,998 | turntabler | Turntable.FM API for Ruby |
9 | 31,148 | 34,136 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
10 | 32,069 | 40,982 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
11 | 36,608 | 42,709 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
12 | 36,787 | 36,470 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
13 | 39,018 | 48,778 | menu_helper | Adds a helper method for generating a menubar in Rails |
14 | 43,063 | 40,982 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
15 | 43,694 | 99,458 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
16 | 46,833 | 46,583 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
17 | 47,109 | 46,583 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
18 | 48,309 | 59,958 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
19 | 49,903 | 59,958 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
20 | 54,605 | 63,488 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
21 | 69,203 | 83,625 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
22 | 88,575 | 110,181 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
23 | 89,587 | 90,740 | memorable_strings | Generates strings that can be easily remembered |
24 | 142,323 | 143,384 | spotify_web | Spotify Web API for Ruby |