Sha256: 530b9b0b9f8c76e12d722f8c212cad0b41a98c5fb99e80af1c928820504f176c

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 Bytes

Contents

Description:
    Creates a migration to add the job queue table used by BackgrounDRb.
    At present, the migration name is FIXED!
    This is mainly because the ActiveRecord model's name for storing the 
    queues is fixed.

Example:
    rails generate backgroundrb:bdrb_migration

    Assuming this is run at 09:00:15h on 12 September, 2008, this will create the
    CreateBackgroundrbQueue migration in:

        db/migrate/20080912090015_create_backgroundrb_queue_table.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backgroundrb-rails3-1.1.6 lib/generators/backgroundrb/bdrb_migration/USAGE
backgroundrb-rails3-1.1.5 lib/generators/backgroundrb/bdrb_migration/USAGE