g5_updatable 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/app/controllers/g5_updatable/{application_controller.rb → base_updatable_controller.rb} +1 -1
- data/app/controllers/g5_updatable/feed_controller.rb +1 -1
- data/app/controllers/g5_updatable/locations_controller.rb +1 -1
- data/app/helpers/g5_updatable/{application_helper.rb → base_updatable_helper.rb} +1 -1
- data/app/views/layouts/g5_updatable/{application.html.erb → base_updatable.html.erb} +0 -0
- data/lib/g5_updatable/version.rb +1 -1
- data/spec/dummy/log/test.log +252 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89ae34e96c35d1f57e40e37756079bd3b0fa3146
|
4
|
+
data.tar.gz: 3cf149bee21432142152f26bbc5781f018228d40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de8d2b835f0557baeb0f614d0766eee3f172978d7158ce43a0696ba04af885000df4ea538adcf8ace6f70a69886a3617c5cbe398721a7a207e42beda5bc93d6c
|
7
|
+
data.tar.gz: 661135e1007c78e41b493b4f9fb456fc622d8139fbb9da2fa3a962066fbda918614138f4d49073993fcda3a5a499fc0eb36ebece7e36ff91f4b4c6eebbee3a81
|
File without changes
|
data/lib/g5_updatable/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
@@ -12625,3 +12625,255 @@ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
|
12625
12625
|
[1m[35m (0.1ms)[0m ROLLBACK
|
12626
12626
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
12627
12627
|
[1m[35m (0.1ms)[0m ROLLBACK
|
12628
|
+
[1m[36mActiveRecord::SchemaMigration Load (6.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
12629
|
+
[1m[35m (0.1ms)[0m BEGIN
|
12630
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12631
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12632
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12633
|
+
[1m[35mSQL (7.1ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.790276"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2015-03-10 18:20:31.790276"], ["urn", "g5-cl-1234-location"]]
|
12634
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12635
|
+
Processing by G5Updatable::LocationsController#show as HTML
|
12636
|
+
Parameters: {"urn"=>"g5-cl-1234-location"}
|
12637
|
+
[1m[35mG5Updatable::Location Load (6.9ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."urn" = 'g5-cl-1234-location' LIMIT 1
|
12638
|
+
Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 6.9ms)
|
12639
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
12640
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12641
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12642
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.816721"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2015-03-10 18:20:31.816721"], ["urn", "g5-cl-1234-location"]]
|
12643
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12644
|
+
Processing by G5Updatable::LocationsController#show as HTML
|
12645
|
+
Parameters: {"urn"=>"g5-cl-1234-location"}
|
12646
|
+
[1m[35mG5Updatable::Location Load (0.2ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."urn" = 'g5-cl-1234-location' LIMIT 1
|
12647
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.2ms)
|
12648
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12649
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12650
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12651
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12652
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12653
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12654
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
12655
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12656
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12657
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2015-03-10 18:20:31.833487"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2015-03-10 18:20:31.833487"], ["urn", "g5-c-1234-client"]]
|
12658
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12659
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12660
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.835131"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2015-03-10 18:20:31.835131"], ["urn", "g5-cl-1234-location"]]
|
12661
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12662
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."client_uid" = $1[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"]]
|
12663
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12664
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
12665
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12666
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.844442"], ["name", "test client"], ["properties", "{\"key\":\"value\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2015-03-10 18:20:31.844442"], ["urn", "g5-c-1234-client"]]
|
12667
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12668
|
+
[1m[36mG5Updatable::Client Load (0.4ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."id" = $1 LIMIT 1[0m [["id", 110]]
|
12669
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12670
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12671
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12672
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12673
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12674
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12675
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12676
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12677
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12678
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12679
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12680
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12681
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12682
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12683
|
+
[1m[35mG5Updatable::Location Load (0.2ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
|
12684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12685
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.853070"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.853070"], ["urn", "urn"]]
|
12686
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12687
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "g5_updatable_locations"
|
12688
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12689
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12690
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12691
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12692
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.855309"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.855309"], ["urn", "urn"]]
|
12693
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12694
|
+
[1m[36mG5Updatable::Location Load (0.2ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
12695
|
+
[1m[35mG5Updatable::Location Load (0.1ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."name" = 'Location Name' LIMIT 1
|
12696
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12697
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12698
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12699
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12700
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.857899"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.857899"], ["urn", "urn"]]
|
12701
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12702
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
12703
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12704
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
12705
|
+
[1m[35mG5Updatable::Location Load (0.2ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
|
12706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12707
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.859965"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.859965"], ["urn", "urn"]]
|
12708
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12709
|
+
[1m[35mG5Updatable::Location Load (0.1ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
|
12710
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12711
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12712
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12713
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12714
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.861976"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.861976"], ["urn", "urn"]]
|
12715
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12716
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
12717
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12718
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12719
|
+
[1m[35mG5Updatable::Location Load (0.1ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
|
12720
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12721
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.864188"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.864188"], ["urn", "urn"]]
|
12722
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12723
|
+
[1m[35mG5Updatable::Location Load (0.1ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
|
12724
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12725
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12726
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12727
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12728
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2015-03-10 18:20:31.866129"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.866129"], ["urn", "urn"]]
|
12729
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12730
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
12731
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12732
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12733
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12734
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.867891"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.867891"], ["urn", "old"]]
|
12735
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12736
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12737
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12738
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 138[0m [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2015-03-10 18:20:31.869077"], ["urn", "urn"]]
|
12739
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12740
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "g5_updatable_locations"[0m
|
12741
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12742
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12743
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12744
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.871569"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.871569"], ["urn", "old"]]
|
12745
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12746
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12747
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12748
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 139[0m [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2015-03-10 18:20:31.872817"], ["urn", "urn"]]
|
12749
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12750
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
12751
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12752
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12753
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12754
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.874678"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.874678"], ["urn", "old"]]
|
12755
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12756
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12757
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12758
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 140[0m [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2015-03-10 18:20:31.875847"], ["urn", "urn"]]
|
12759
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12760
|
+
[1m[36mG5Updatable::Location Load (0.1ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
12761
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12762
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12763
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12764
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12765
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12766
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12767
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12768
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12769
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12770
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12771
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12772
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.887624"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2015-03-10 18:20:31.887624"], ["urn", "g5-c-1234-client"]]
|
12773
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12774
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12775
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.888797"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2015-03-10 18:20:31.888797"], ["urn", "g5-cl-1234-location"]]
|
12776
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12777
|
+
[1m[35mG5Updatable::Client Load (0.1ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = $1 LIMIT 1 [["uid", "http://example.com/clients/g5-c-1234-client"]]
|
12778
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12779
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12780
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12781
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2015-03-10 18:20:31.893770"], ["name", "test location"], ["properties", "{\"key\":\"value\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2015-03-10 18:20:31.893770"], ["urn", "g5-cl-1234-location"]]
|
12782
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12783
|
+
[1m[35mG5Updatable::Location Load (0.1ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."id" = $1 LIMIT 1 [["id", 142]]
|
12784
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12785
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12786
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
12787
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12788
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12789
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12790
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
12791
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12792
|
+
[1m[36mG5Updatable::Client Load (0.2ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12793
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12794
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.900372"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.900372"], ["urn", "urn"]]
|
12795
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12796
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "g5_updatable_clients"[0m
|
12797
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12798
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12799
|
+
[1m[35mG5Updatable::Client Load (0.1ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
12800
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12801
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2015-03-10 18:20:31.902518"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.902518"], ["urn", "urn"]]
|
12802
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12803
|
+
[1m[35mG5Updatable::Client Load (0.1ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
12804
|
+
[1m[36mG5Updatable::Client Load (0.1ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."name" = 'Client Name' LIMIT 1[0m
|
12805
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12806
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
12807
|
+
[1m[35mG5Updatable::Client Load (0.1ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
12808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12809
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2015-03-10 18:20:31.905181"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.905181"], ["urn", "urn"]]
|
12810
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12811
|
+
[1m[35mG5Updatable::Client Load (0.1ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
12812
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12813
|
+
[1m[35m (0.0ms)[0m BEGIN
|
12814
|
+
[1m[36mG5Updatable::Client Load (0.1ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12815
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12816
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.907365"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.907365"], ["urn", "urn"]]
|
12817
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12818
|
+
[1m[36mG5Updatable::Client Load (0.1ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
12819
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12820
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
12821
|
+
[1m[35mG5Updatable::Client Load (0.3ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
12822
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12823
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2015-03-10 18:20:31.910092"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.910092"], ["urn", "urn"]]
|
12824
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12825
|
+
[1m[35mG5Updatable::Client Load (0.2ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
12826
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
12827
|
+
[1m[35m (0.1ms)[0m BEGIN
|
12828
|
+
[1m[36mG5Updatable::Client Load (0.2ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12829
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12830
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.914027"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.914027"], ["urn", "urn"]]
|
12831
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12832
|
+
[1m[36mG5Updatable::Client Load (0.2ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
12833
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12834
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12835
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12836
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.917269"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.917269"], ["urn", "old"]]
|
12837
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12838
|
+
[1m[36mG5Updatable::Client Load (0.2ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12839
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12840
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 118[0m [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2015-03-10 18:20:31.919057"], ["urn", "urn"]]
|
12841
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12842
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "g5_updatable_clients"[0m
|
12843
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12844
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12845
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12846
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.921625"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.921625"], ["urn", "old"]]
|
12847
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12848
|
+
[1m[36mG5Updatable::Client Load (0.2ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12849
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12850
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 119[0m [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2015-03-10 18:20:31.923262"], ["urn", "urn"]]
|
12851
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12852
|
+
[1m[36mG5Updatable::Client Load (0.1ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
12853
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12854
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12855
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12856
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2015-03-10 18:20:31.925656"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2015-03-10 18:20:31.925656"], ["urn", "old"]]
|
12857
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12858
|
+
[1m[36mG5Updatable::Client Load (0.2ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
12859
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12860
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 120[0m [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2015-03-10 18:20:31.927160"], ["urn", "urn"]]
|
12861
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12862
|
+
[1m[36mG5Updatable::Client Load (0.1ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
12863
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12864
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12865
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12866
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12867
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12868
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12869
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12870
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12871
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12872
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12873
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12874
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12875
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
12876
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12877
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
12878
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
12879
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: g5_updatable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -152,14 +152,14 @@ files:
|
|
152
152
|
- app/concerns/g5_updatable/belongs_to_location.rb
|
153
153
|
- app/concerns/g5_updatable/first_class_properties.rb
|
154
154
|
- app/concerns/g5_updatable/urn_as_parameter.rb
|
155
|
-
- app/controllers/g5_updatable/
|
155
|
+
- app/controllers/g5_updatable/base_updatable_controller.rb
|
156
156
|
- app/controllers/g5_updatable/feed_controller.rb
|
157
157
|
- app/controllers/g5_updatable/locations_controller.rb
|
158
|
-
- app/helpers/g5_updatable/
|
158
|
+
- app/helpers/g5_updatable/base_updatable_helper.rb
|
159
159
|
- app/models/g5_updatable/client.rb
|
160
160
|
- app/models/g5_updatable/location.rb
|
161
161
|
- app/serializers/g5_updatable/location_serializer.rb
|
162
|
-
- app/views/layouts/g5_updatable/
|
162
|
+
- app/views/layouts/g5_updatable/base_updatable.html.erb
|
163
163
|
- config/routes.rb
|
164
164
|
- db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
|
165
165
|
- db/migrate/20141030211945_create_integration_setting.rb
|