1 | 1,516 | 3,539 | state_machine | Adds support for creating state machines for attributes on any Ruby class |
2 | 8,114 | 7,248 | encrypted_strings | Dead-simple string encryption/decryption syntax |
3 | 16,436 | 25,716 | has_messages | Demonstrates a reference implementation for sending messages between users in ActiveRecord |
4 | 19,571 | 13,506 | preferences | Adds support for easily creating custom preferences for ActiveRecord models |
5 | 22,789 | 25,716 | validates_as_email_address | Adds support for validating the format/length of email addresses in ActiveRecord |
6 | 28,113 | 25,716 | plugin_test_helper | Simplifies plugin testing by creating an isolated Rails environment that simulates its ... |
7 | 28,378 | 25,716 | encrypted_attributes | Adds support for automatically encrypting ActiveRecord attributes |
8 | 30,152 | 25,716 | has_emails | Demonstrates a reference implementation for sending emails with logging and asynchronou... |
9 | 30,257 | 25,716 | turntabler | Turntable.FM API for Ruby |
10 | 31,229 | 25,716 | table_helper | Adds a helper method for generating HTML tables from collections in Rails |
11 | 35,620 | 25,716 | tiny_mce_helper | Adds helper methods for creating the TinyMCE initialization script in Rails |
12 | 35,752 | 25,716 | has_phone_numbers | Demonstrates a reference implementation for handling phone numbers in ActiveRecord |
13 | 37,746 | 16,657 | menu_helper | Adds a helper method for generating a menubar in Rails |
14 | 41,990 | 25,716 | polymorphic_identity | Dynamically generates aliases for polymorphic ActiveRecord associations based on their ... |
15 | 42,503 | 25,716 | attribute_predicates | Adds automatic generation of predicate methods for attributes |
16 | 45,940 | 17,333 | module_creation_helper | Adds a helper method for creating new modules and classes at runtime |
17 | 46,094 | 25,716 | enumerate_by | Adds support for declaring an ActiveRecord class as an enumeration |
18 | 47,337 | 23,402 | styled_inputs | Adds automated styling of input fields with css classes in Rails |
19 | 48,867 | 25,716 | has_addresses | Demonstrates a reference implementation for handling countries, regions, and addresses ... |
20 | 53,268 | 25,716 | smart_field_constraints | Intelligently applies a maxlength attribute for text fields based on column constraints... |
21 | 68,025 | 33,893 | has_roles | Demonstrates a reference implementation for handling role management in ActiveRecord |
22 | 87,087 | 41,086 | has_ratings | Demonstrates a reference implementation for handling ratings in ActiveRecord |
23 | 87,973 | 29,456 | memorable_strings | Generates strings that can be easily remembered |
24 | 141,773 | 61,367 | spotify_web | Spotify Web API for Ruby |