rubidine (Rubidine)

Name
Rubidine
Email
Company
Rubidine
Location
Lexington, KY
Member Since
Jul 07, 2008 (about 1 year)

Following 2 coders and watching 18 repositories view all →

Public Repositories (18)

  • user_system_local_credentials

    Works with user_system to do authentication from a local database

    legend

    Last updated Sat Jan 30 15:48:54 -0800 2010

  • user_system

    An easy plugin to add users into your rails app.

    legend

    Last updated Sat Jan 30 15:05:17 -0800 2010

  • user_system_grants

    legend

    Last updated Tue Jan 19 21:18:27 -0800 2010

  • user_system_roles

    A role authorization system for user_system

    legend

    Last updated Tue Dec 22 12:07:53 -0800 2009

  • user_system_accounts

    An account mechanism for user_system

    legend

    Last updated Sun Dec 20 17:37:53 -0800 2009

  • user_system_has_token_authentication

    Extend user_system to authenticate via a security token.

    legend

    Last updated Mon Sep 21 12:42:13 -0700 2009

  • radiant_rbiz

    A wrapper to let RBiz eCommerce solution live inside of a Radiant installation.

    legend

    Last updated Tue Jul 14 09:05:57 -0700 2009

  • rbiz

    Rails E-Commerce Plug-in

    legend

    Last updated Tue Jul 14 09:02:11 -0700 2009

  • slug_from

    Set a pretty url for an object based on a field (like 'title') in a record.

    legend

    Last updated Sat Jun 06 14:30:56 -0700 2009

  • app_extension_generator

    Generate plugins with migrations, an app directory, routing extensions, test, and lots of jazz. ...

    legend

    Last updated Wed Jun 03 11:04:45 -0700 2009

  • archived_record

    Use a quasi-magic archived_at timestamp to hide records. Like acts_as_paranoid, but you must be ...

    legend

    Last updated Mon May 18 08:07:19 -0700 2009

  • if_changes

    Watch an ActiveRecord field to see if it changed between when the record was loaded and saved. R...

    legend

    Last updated Mon May 18 08:06:01 -0700 2009

  • unique_tuple

    An ActiveRecord validation (validates_uniqueness_of_tuple) that guarantees no other record exists...

    legend

    Last updated Mon Apr 20 13:32:06 -0700 2009

  • fixed_point_field

    Stores floating point values in an integer database column.

    legend

    Last updated Fri Jan 16 12:11:56 -0800 2009

  • liquid_db_views

    A Rails plugin to render liquid templates storded in the database. Also includes a helper method...

    legend

    Last updated Tue Dec 16 09:15:34 -0800 2008

  • marathonr_plugin

    A rails plugin to integrate with MarathonR gem.

    legend

    Last updated Sat Nov 22 17:29:35 -0800 2008

  • marathonr

    A ruby gem to manage, launch, and track jobs to run in the background.

    legend

    Last updated Sat Nov 22 17:05:15 -0800 2008

  • lightning-test

    A rails plugin to test ActiveRecord creates records with expected attributes during the execution...

    legend

    Last updated Sat Aug 09 07:16:50 -0700 2008

Public Activity feed

rubidine pushed to master at rubidine/user_system_local_credentials Sat Jan 30 15:48:55 -0800 2010
HEAD is 3a99daf322124645d3e99583e89920b8e4253693

2 commits »

rubidine pushed to master at rubidine/user_system Sat Jan 30 15:05:18 -0800 2010
HEAD is 61165924aef7b31fe381dd1cf6577e38cf889896

5 commits »

rubidine pushed to master at rubidine/user_system Sat Jan 30 13:56:35 -0800 2010
HEAD is 84817b9a5a3d4c7bc74efe0cc20f5594ee6affa9

4 commits »

rubidine created branch master at rubidine/user_system_grants Tue Jan 19 21:18:27 -0800 2010
rubidine created repository user_system_grants Tue Jan 19 21:17:15 -0800 2010
New repository is at rubidine/user_system_grants
rubidine created branch master at rubidine/user_system_roles Tue Dec 22 12:07:54 -0800 2009
rubidine created repository user_system_roles Tue Dec 22 12:07:41 -0800 2009
New repository is at rubidine/user_system_roles
rubidine created branch master at rubidine/user_system_accounts Sun Dec 20 17:37:53 -0800 2009
rubidine created repository user_system_accounts Sun Dec 20 17:37:37 -0800 2009
New repository is at rubidine/user_system_accounts
rubidine pushed to multimethod at rubidine/user_system Sun Dec 20 16:16:07 -0800 2009
HEAD is 84817b9a5a3d4c7bc74efe0cc20f5594ee6affa9
  • Todd Willey committed 84817b9a:
    Fix load error if you don't have rcov.
rubidine created branch master at rubidine/user_system_local_credentials Sun Dec 20 16:06:22 -0800 2009
rubidine created repository user_system_local_credentials Sun Dec 20 16:04:47 -0800 2009
rubidine pushed to multimethod at rubidine/user_system Sun Dec 20 15:40:52 -0800 2009
HEAD is bdd58f908388aabf7eaa6f6c7d6c1fdf54c294ec
  • Todd Willey committed bdd58f90:
    Remove validation on each page view, only do it during login.
rubidine pushed to multimethod at rubidine/user_system Sun Dec 20 12:02:43 -0800 2009
HEAD is 56e38943001a06bdc4e86be86b3fcec80b11802b
  • Todd Willey committed 56e38943:
    Get rid of disabled periods, Multimethod work.
rubidine pushed to multimethod at rubidine/user_system Mon Nov 16 11:58:48 -0800 2009
HEAD is 50d9459c8929f7e6d2e48061fa7125064ca5eef7
  • Todd Willey committed 50d9459c:
    Modify user_system so there is a distinct session model, and authentication is
rubidine created branch multimethod at rubidine/user_system Mon Nov 16 11:57:43 -0800 2009
rubidine pushed to master at rubidine/user_system Sun Oct 18 13:11:36 -0700 2009
HEAD is 3e5edbd599aa14dc23b78bf84f9980f22727d869
  • Todd Willey committed 3e5edbd5:
    Call .send to get at private method.