resource_index 0.0.5 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -1
- data/lib/resource_index/search.rb +1 -1
- data/lib/resource_index/version.rb +6 -1
- data/test/dummy/db/resource_index/thing/iamchert +0 -0
- data/test/dummy/db/resource_index/thing/position.DB +0 -0
- data/test/dummy/db/resource_index/thing/postlist.DB +0 -0
- data/test/dummy/db/resource_index/thing/spelling.DB +0 -0
- data/test/dummy/db/resource_index/thing/spelling.baseB +0 -0
- data/test/dummy/db/resource_index/thing/termlist.DB +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +179 -0
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -18,7 +18,7 @@ See /test/dummy/app/models/thing.rb
|
|
18
18
|
|
19
19
|
Add this to your Gemfile:
|
20
20
|
|
21
|
-
gem 'xapian-ruby' # or
|
21
|
+
gem 'xapian-ruby' # or your preferred method of installing xapian with ruby bindings
|
22
22
|
gem 'resource_index'
|
23
23
|
|
24
24
|
ResourceIndex uses Xapian, and therefore this needs to be installed, along
|
@@ -29,6 +29,10 @@ However, if you already have xapian installed, or wish to use a shared
|
|
29
29
|
Xapian engine, you may wish to install Xapian and the ruby bindings manually.
|
30
30
|
For installation information see: http://xapian.org
|
31
31
|
|
32
|
+
Also if 'xapian-ruby' fails to install, it can be easier to diagnose the
|
33
|
+
underlying issue by trying to install xapian and the bindings manually.
|
34
|
+
For example, do discover that you need to install 'uuid-dev' first on some
|
35
|
+
ubuntu systems.
|
32
36
|
|
33
37
|
== Usage
|
34
38
|
|
@@ -1,9 +1,14 @@
|
|
1
1
|
module ResourceIndex
|
2
|
-
VERSION = "0.0
|
2
|
+
VERSION = "0.1.0"
|
3
3
|
end
|
4
4
|
|
5
5
|
# History
|
6
6
|
# =======
|
7
|
+
#
|
8
|
+
# Version 0.1.0
|
9
|
+
# -------------
|
10
|
+
# Removes requirement for resource to have a first method.
|
11
|
+
# Used in a couple of apps now, so moving to beta.
|
7
12
|
#
|
8
13
|
# Version 0.0.5
|
9
14
|
# -------------
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -3306,3 +3306,182 @@ Connecting to database specified by database.yml
|
|
3306
3306
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3307
3307
|
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "things"
|
3308
3308
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3309
|
+
Connecting to database specified by database.yml
|
3310
|
+
[1m[36m (2.7ms)[0m [1mbegin transaction[0m
|
3311
|
+
[1m[35mFixture Delete (2.9ms)[0m DELETE FROM "things"
|
3312
|
+
[1m[36mFixture Insert (0.9ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3313
|
+
[1m[35mFixture Insert (0.3ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3314
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3315
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3316
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3317
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3318
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3319
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3320
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3321
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3322
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3323
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3324
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3325
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3326
|
+
[1m[36mFixture Insert (1.2ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3327
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3328
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3329
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3330
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')[0m
|
3331
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
|
3332
|
+
[1m[36m (279.6ms)[0m [1mcommit transaction[0m
|
3333
|
+
[1m[35m (0.2ms)[0m begin transaction
|
3334
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3335
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3336
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3337
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3338
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3339
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3340
|
+
[1m[36mThing Load (0.5ms)[0m [1mSELECT "things".* FROM "things" LIMIT 1[0m
|
3341
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3342
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3343
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things" LIMIT 1
|
3344
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3345
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3346
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" LIMIT 1[0m
|
3347
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3349
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3350
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3351
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3352
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3353
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things" LIMIT 1
|
3354
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3355
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3356
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" LIMIT 1[0m
|
3357
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things"
|
3358
|
+
[1m[36m (1.9ms)[0m [1mSELECT COUNT(*) FROM "things" [0m
|
3359
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things" LIMIT 1
|
3360
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
3361
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3362
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
3363
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3364
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
3365
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3366
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')[0m
|
3367
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3369
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3370
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3371
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "things"
|
3372
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3373
|
+
Connecting to database specified by database.yml
|
3374
|
+
[1m[36m (2.2ms)[0m [1mbegin transaction[0m
|
3375
|
+
[1m[35mFixture Delete (3.1ms)[0m DELETE FROM "things"
|
3376
|
+
[1m[36mFixture Insert (0.8ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3377
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3378
|
+
[1m[36mFixture Insert (0.3ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3379
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3380
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3381
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3382
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3383
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3384
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3385
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3386
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3387
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3388
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3389
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3390
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3391
|
+
[1m[35mFixture Insert (1.2ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3392
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3393
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3394
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')[0m
|
3395
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
|
3396
|
+
[1m[36m (168.3ms)[0m [1mcommit transaction[0m
|
3397
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3398
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3399
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3400
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
3401
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3402
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3403
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3404
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
3405
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3406
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3407
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3408
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3409
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3410
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3411
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3412
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3413
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3414
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" LIMIT 1[0m
|
3415
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3416
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3417
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things"
|
3418
|
+
[1m[36m (1.5ms)[0m [1mSELECT COUNT(*) FROM "things" [0m
|
3419
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
3420
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3421
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3422
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3423
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3424
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3425
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
|
3426
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3427
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3428
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
3429
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3430
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "things" [0m
|
3431
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3432
|
+
Connecting to database specified by database.yml
|
3433
|
+
[1m[36m (2.6ms)[0m [1mbegin transaction[0m
|
3434
|
+
[1m[35mFixture Delete (2.9ms)[0m DELETE FROM "things"
|
3435
|
+
[1m[36mFixture Insert (0.8ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3436
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3437
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3438
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3439
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3440
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3441
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3442
|
+
[1m[35mFixture Insert (0.0ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3443
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3444
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3445
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3446
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3447
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3448
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3449
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3450
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3451
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3452
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3453
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')[0m
|
3454
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
|
3455
|
+
[1m[36m (175.0ms)[0m [1mcommit transaction[0m
|
3456
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3457
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3458
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3459
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3460
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3461
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
3462
|
+
[1m[35m (0.2ms)[0m begin transaction
|
3463
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
3464
|
+
[1m[35m (0.2ms)[0m begin transaction
|
3465
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
3466
|
+
[1m[35m (0.2ms)[0m begin transaction
|
3467
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
3468
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3469
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3470
|
+
[1m[35m (0.2ms)[0m begin transaction
|
3471
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
3472
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3473
|
+
[1m[36mThing Load (0.5ms)[0m [1mSELECT "things".* FROM "things" LIMIT 1[0m
|
3474
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3475
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3476
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3478
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3480
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3481
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3484
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3485
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3486
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "things"
|
3487
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resource_index
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-07-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|