
public repositories
table_helper
Adds a helper method for generating HTML tables from collections
styled_inputs
Adds automated styling of input fields with css classes
state_machine
Adds support for creating state machines for attributes on any Ruby class
smart_field_constraints
Intelligently applies a maxlength attribute for text fields based on column constraints and validations
preferences
Adds support for easily creating custom preferences for models
polymorphic_identity
Dynamically generates aliases for polymorphic associations based on the class names of those associations
plugin_test_helper
Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application
module_creation_helper
Adds a helper method for creating new modules and classes at runtime
menu_helper
Adds a helper method for generating a menubar
has_roles
Demonstrates a reference implementation for handling role management
has_ratings
Demonstrates a reference implementation for handling ratings
has_phone_numbers
Demonstrates a reference implementation for handling phone numbers
has_messages
Demonstrates a reference implementation for sending messages between users
has_emails
Demonstrates a reference implementation for sending emails with logging and asynchronous support
has_addresses
Demonstrates a reference implementation for handling countries, regions, and addresses
encrypted_strings
Provides dead-simple string encryption/decryption syntax
encrypted_attributes
Adds support for automatically encrypting ActiveRecord attributes
enumerate_by
Adds support for declaring an ActiveRecord class as an enumeration