1 | 1,640 | 4,000 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
2 | 8,405 | 9,354 | encrypted_strings | Dead-simple string encryption/decryption syntax |
3 | 17,201 | 18,241 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
4 | 20,331 | 36,242 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
5 | 23,720 | 21,990 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
6 | 28,969 | 47,572 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
7 | 29,231 | 36,242 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
8 | 31,045 | 36,242 | turntabler | Turntable.FM API for Ruby |
9 | 31,101 | 41,573 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
10 | 32,005 | 31,699 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
11 | 36,592 | 36,242 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
12 | 36,727 | 41,573 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
13 | 38,880 | 69,102 | menu_helper | Adds a helper method for generating a menubar in Rails |
14 | 43,034 | 36,242 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
15 | 43,568 | 47,572 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
16 | 46,853 | 54,163 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
17 | 47,068 | 61,378 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
18 | 48,249 | 41,573 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
19 | 49,865 | 54,163 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
20 | 54,482 | 54,163 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
21 | 69,108 | 69,102 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
22 | 88,481 | 89,132 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
23 | 89,364 | 104,290 | memorable_strings | Generates strings that can be easily remembered |
24 | 142,410 | 128,565 | spotify_web | Spotify Web API for Ruby |