rubidine (Rubidine)

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

Following 2 githubbers and watching 14 repositories view all →

Public Repositories (14)

  • user_system

    An easy plugin to add users into your rails app.

    legend

    Last updated Mon Nov 16 11:58:48 -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 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.