RubyGems Navigation menu

autoguid 1.1

Autoguid lets you trivially add human readable uuids to all your models, a whitelisted set of models, or a blacklisted set. Indices are automatically created based on a configuration option. There's also a rake task that will backfill these uuids into resources that have already been created. To get started, include the gem file, run `bundle install`, then run `rake autoguid:install`. From there, edit the config/initializers/autoguid.rb file to specifcy your configuration. Next, migrate your tables with `rake autoguid:migrate:up` and `rake autoguid:migrate:backfill` as required. `rake autoguid:migrate:drop_all` will drop all autoguid generated columns and the data in them. You can always change the config/initializers/autoguid.rb file and rerun `rake autoguid:migrate:up` to add autoguid to new models.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.1 - September 24, 2014 (7.5 KB)
  2. 1.0 - September 06, 2014 (7.5 KB)

Runtime Dependencies (1):

rails >= 4.1.4, ~> 4.1.4

Development Dependencies (3):

rake >= 10.1.0, ~> 10.1.0
rspec >= 3.0.0, ~> 3.0.0
sqlite3 >= 1.3.9, ~> 1.3.9

Owners:

Authors:

  • Peter Kinnaird

SHA 256 checksum:

0fdf86a8cc83c1591d17a8442e031de9570385556a1d1af46d07a973eadc1d09

Total downloads 6,804

For this version 3,859

License:

MIT

Required Ruby Version: >= 0

Links: