Pinned Repositories
app_extension_generator
Generate plugins with migrations, an app directory, routing extensions, test, and lots of jazz. Like mini rails apps.
archived_record
Use a quasi-magic archived_at timestamp to hide records. Like acts_as_paranoid, but you must be intentional in using it and records can still be destroyed.
fixed_point_field
Stores floating point values in an integer database column.
liquid_db_views
A Rails plugin to render liquid templates storded in the database. Also includes a helper method to render liquid partials.
marathonr
A ruby gem to manage, launch, and track jobs to run in the background.
marathonr_plugin
A rails plugin to integrate with MarathonR gem.
radiant_rbiz
A wrapper to let RBiz eCommerce solution live inside of a Radiant installation.
rbiz
Rails E-Commerce Plug-in
unique_tuple
An ActiveRecord validation (validates_uniqueness_of_tuple) that guarantees no other record exists with the same values for a set of columns.
user_system
An easy plugin to add users into your rails app.
rubidine's Repositories
rubidine/radiant_rbiz
A wrapper to let RBiz eCommerce solution live inside of a Radiant installation.
rubidine/rbiz
Rails E-Commerce Plug-in
rubidine/app_extension_generator
Generate plugins with migrations, an app directory, routing extensions, test, and lots of jazz. Like mini rails apps.
rubidine/liquid_db_views
A Rails plugin to render liquid templates storded in the database. Also includes a helper method to render liquid partials.
rubidine/user_system
An easy plugin to add users into your rails app.
rubidine/marathonr
A ruby gem to manage, launch, and track jobs to run in the background.
rubidine/marathonr_plugin
A rails plugin to integrate with MarathonR gem.
rubidine/fixed_point_field
Stores floating point values in an integer database column.
rubidine/unique_tuple
An ActiveRecord validation (validates_uniqueness_of_tuple) that guarantees no other record exists with the same values for a set of columns.
rubidine/archived_record
Use a quasi-magic archived_at timestamp to hide records. Like acts_as_paranoid, but you must be intentional in using it and records can still be destroyed.
rubidine/if_changes
Watch an ActiveRecord field to see if it changed between when the record was loaded and saved. Run the specified block if change occured.
rubidine/lightning-test
A rails plugin to test ActiveRecord creates records with expected attributes during the execution of code in a block.
rubidine/user_system_local_credentials
Works with user_system to do authentication from a local database
rubidine/user_system_roles
A role authorization system for user_system
rubidine/slug_from
Set a pretty url for an object based on a field (like 'title') in a record.
rubidine/user_system_accounts
An account mechanism for user_system
rubidine/user_system_grants
rubidine/user_system_has_token_authentication
Extend user_system to authenticate via a security token.