Sha256: 318285d17c2fdeae11fd2183c78a857ef3bc5ccdb10fceb93bde27994efde1a1

Contents?: true

Size: 441 Bytes

Versions: 3

Compression:

Stored size: 441 Bytes

Contents

Description:
    Creates a migration to add the job queue table used by BackgrounDRb.
    Pass the migration name, either CamelCased or under_scored, as an argument.

Example:
    rails generate backgroundrb:bdrb_migration BackgroundrbJob

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

        db/migrate/20080912090015_backgroundrb_create_backgroundrb_jobs.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backgroundrb-rails3-1.1.2 lib/generators/backgroundrb/bdrb_migration/USAGE
backgroundrb-rails3-1.1.1 lib/generators/backgroundrb/bdrb_migration/USAGE
backgroundrb-rails3-1.1 lib/generators/backgroundrb/bdrb_migration/USAGE