montage_rails 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b61597f1dd647dc7afd115b1592198179508f859
4
- data.tar.gz: d91786ce1edf93b5596f561b9384991d16bce5c5
3
+ metadata.gz: 37243bfb31303e0da663c1e6afe4e38771b1bcbe
4
+ data.tar.gz: bba9923c691cb817fe7923abd1d09e30da817ad3
5
5
  SHA512:
6
- metadata.gz: 44796978e4f5ad357c7fde290e68594ef4f3e6b99b90f26bd662fe46e664df29265a10469e31e1e5df43e090a259deb03c544574251c7a89b445ae6a383ab3ad
7
- data.tar.gz: 3c65ff37fe893acf2bce983c5714caee360813d163d954bacd60b6277c2ed2c412e5a64b09351b5bd36e8511a10ac1748052c130ff9482b87867aeb4bd4c3866
6
+ metadata.gz: a09707b88545985f081c451cf9884d241c6ebf571579f068755aec3f758587541dd4c8147cdd51fa6ef520926ef6af04e2c3a994a1e8ab148a6b7fac6ab45570
7
+ data.tar.gz: b17a87a688f16ba766a098ec03dba4fd81eef9b2102b1e86d104150de43e55efd665567d035d157739fb3c7a1e7bd51440ac76fd7727dcdad066f1db4a3604a9
@@ -218,6 +218,10 @@ module MontageRails
218
218
  @old_attributes = attributes.clone
219
219
  end
220
220
 
221
+ def ==(other)
222
+ attributes == other.attributes
223
+ end
224
+
221
225
  # Save the record to the database
222
226
  #
223
227
  # Will return false if the attributes are not valid
@@ -1,3 +1,3 @@
1
1
  module MontageRails
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
@@ -23332,3 +23332,565 @@ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at
23332
23332
  foo Load (0.0ms) bar
23333
23333
  foo Load (0.0ms) bar
23334
23334
  foo Load (0.2ms) bar
23335
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23336
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
23337
+  (0.1ms) select sqlite_version(*)
23338
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23339
+  (0.1ms) SELECT version FROM "schema_migrations"
23340
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23341
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23342
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:41:42 -0700
23343
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:42 -0700
23344
+ Movie Create (11.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23345
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:42 -0700
23346
+ Movie Update (6.5ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23347
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:42 -0700
23348
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23349
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:42 -0700
23350
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23351
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:42 -0700
23352
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23353
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23354
+ Movie Load (7.5ms) {:filter=>{}, :limit=>1}
23355
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23356
+ Actor Load (7.0ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23357
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23358
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23359
+ Actor Load (7.2ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23360
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23361
+ Actor Load (6.9ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
23362
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23363
+ Movie Create (5.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23364
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23365
+ Movie Update (5.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23366
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23367
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23368
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23369
+ Movie Update (6.6ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23370
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23371
+ Movie Create (5.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23372
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23373
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23374
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23375
+ Movie Update (5.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>900, :year=>1983}
23376
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23377
+ Movie Load (6.8ms) #<MontageRails::Relation:0x007f8a6231e4f0>
23378
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23379
+ Movie Load (7.0ms) {:filter=>{}, :limit=>1}
23380
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23381
+ Movie Load (6.7ms) {:filter=>{}}
23382
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23383
+ Movie Create (5.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23384
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23385
+ Movie Update (7.5ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23386
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23387
+ Movie Load (6.4ms) {:filter=>{}}
23388
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23389
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23390
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23391
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23392
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23393
+ Movie Load (6.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23394
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23395
+ Started POST "/montage_rails_mock/api/v1/schemas/studios/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23396
+ Studio Load (7.0ms) {:filter=>{:name=>"Universal"}, :limit=>1}
23397
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23398
+ Studio Load (8.8ms) 19442e09-5c2d-4e5d-8f34-675570e81414
23399
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23400
+ Studio Load (7.8ms) 19442e09-5c2d-4e5d-8f34-675570e81414
23401
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23402
+ Movie Create (5.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23403
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23404
+ Movie Update (6.4ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23405
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23406
+ Movie Load (6.3ms) {:filter=>{}, :limit=>1}
23407
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23408
+ Movie Load (7.3ms) {:filter=>{}, :limit=>1}
23409
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23410
+ Movie Create (5.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23411
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23412
+ Movie Update (5.8ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23413
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23414
+ Movie Load (6.8ms) {:filter=>{}, :limit=>1}
23415
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23416
+ Actor Load (6.5ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23417
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23418
+ Actor Load (7.3ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23419
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23420
+ MontageRails::BaseTest::TestClass Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23421
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23422
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23423
+ Actor Load (7.1ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
23424
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23425
+ Movie Create (5.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23426
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23427
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23428
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23429
+ Movie Create (5.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23430
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23431
+ Movie Update (6.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23432
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23433
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23434
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23435
+ Movie Update (6.6ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23436
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23437
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23438
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23439
+ Movie Update (6.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23440
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23441
+ Movie Load (6.1ms) {:filter=>{}, :limit=>1}
23442
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23443
+ Actor Load (6.5ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23444
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23445
+ Actor Load (6.4ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23446
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23447
+ MontageRails::BaseTest::TestClass Load (7.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23448
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23449
+ Movie Create (5.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23450
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23451
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23452
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23453
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23454
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23455
+ Movie Create (5.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23456
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23457
+ Movie Update (6.7ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23458
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23459
+ Movie Load (6.7ms) #<MontageRails::Relation:0x007f8a5a4efb38>
23460
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23461
+ Movie Create (5.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23462
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23463
+ Movie Update (6.3ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23464
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23465
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23466
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23467
+ Movie Update (6.4ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23468
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23469
+ Movie Load (12.9ms) {:filter=>{}, :limit=>1}
23470
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23471
+ Actor Load (7.2ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23472
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23473
+ Actor Load (7.2ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23474
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:41:43 -0700
23475
+ Actor Load (8.0ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
23476
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23477
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
23478
+  (0.0ms) select sqlite_version(*)
23479
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23480
+  (0.1ms) SELECT version FROM "schema_migrations"
23481
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23482
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23483
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23484
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23485
+ Movie Create (11.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23486
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23487
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23488
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23489
+ Movie Load (14.9ms) {:filter=>{}, :limit=>1}
23490
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23491
+ Movie Load (7.1ms) {:filter=>{}, :limit=>1}
23492
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23493
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23494
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23495
+ Movie Update (6.5ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23496
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23497
+ Movie Load (7.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23498
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23499
+ Started POST "/montage_rails_mock/api/v1/schemas/studios/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23500
+ Studio Load (6.8ms) {:filter=>{:name=>"Universal"}, :limit=>1}
23501
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23502
+ Studio Load (7.7ms) 19442e09-5c2d-4e5d-8f34-675570e81414
23503
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23504
+ Studio Load (7.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
23505
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23506
+ Movie Create (5.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23507
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23508
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23509
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23510
+ Movie Create (5.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23511
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23512
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23513
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23514
+ Movie Load (6.5ms) {:filter=>{}, :limit=>1}
23515
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23516
+ Movie Load (7.3ms) {:filter=>{}}
23517
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23518
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23519
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23520
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23521
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23522
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23523
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23524
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23525
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23526
+ Movie Create (5.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23527
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23528
+ Movie Update (6.6ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23529
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23530
+ Movie Load (6.6ms) #<MontageRails::Relation:0x007fbc7211a310>
23531
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23532
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23533
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23534
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23535
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23536
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23537
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23538
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23539
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23540
+ Movie Update (5.8ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23541
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23542
+ Movie Create (5.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23543
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23544
+ Movie Update (7.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23545
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23546
+ Movie Load (6.7ms) {:filter=>{}, :limit=>1}
23547
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23548
+ Actor Load (8.2ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23549
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23550
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23551
+ Actor Load (6.4ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23552
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23553
+ Actor Load (7.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
23554
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23555
+ Movie Create (5.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23556
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23557
+ Movie Update (5.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23558
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23559
+ Movie Load (6.6ms) {:filter=>{}, :limit=>1}
23560
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23561
+ Actor Load (7.0ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23562
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23563
+ Actor Load (6.9ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23564
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23565
+ MontageRails::BaseTest::TestClass Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23566
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23567
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23568
+ Actor Load (7.1ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
23569
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23570
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23571
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23572
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23573
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23574
+ Movie Create (5.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23575
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23576
+ Movie Update (7.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23577
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23578
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23579
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23580
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23581
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23582
+ Movie Load (6.1ms) {:filter=>{}}
23583
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23584
+ Movie Load (7.0ms) #<MontageRails::Relation:0x007fbc6f801140>
23585
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23586
+ Movie Create (5.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23587
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23588
+ Movie Update (6.8ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23589
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23590
+ Movie Update (6.5ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>900, :year=>1983}
23591
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23592
+ Movie Create (5.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23593
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23594
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23595
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23596
+ Movie Load (6.7ms) {:filter=>{}, :limit=>1}
23597
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23598
+ Actor Load (7.0ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23599
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23600
+ Actor Load (6.5ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23601
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23602
+ Actor Load (6.2ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
23603
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23604
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23605
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23606
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23607
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23608
+ Movie Update (13.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23609
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23610
+ Movie Load (6.9ms) {:filter=>{}, :limit=>1}
23611
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23612
+ Actor Load (7.3ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23613
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23614
+ Actor Load (7.3ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23615
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:19 -0700
23616
+ MontageRails::BaseTest::TestClass Load (7.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23617
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23618
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
23619
+  (0.0ms) select sqlite_version(*)
23620
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23621
+  (0.1ms) SELECT version FROM "schema_migrations"
23622
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23623
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23624
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23625
+ Movie Load (35.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23626
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23627
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23628
+ Movie Load (6.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23629
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23630
+ Movie Load (6.0ms) {:filter=>{:votes__gt=>900000}}
23631
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23632
+ Movie Load (6.3ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
23633
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23634
+ Movie Load (7.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23635
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23636
+ Movie Load (9.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23637
+ foo Load (0.1ms) bar
23638
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23639
+ Movie Load (6.3ms) {:filter=>{:title=>"Foo"}}
23640
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23641
+ Movie Load (5.8ms) {:filter=>{:votes__gt=>5}}
23642
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23643
+ Movie Load (6.2ms) {:filter=>{:title=>"The Jerk"}}
23644
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23645
+ Movie Load (6.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23646
+ foo Load (0.1ms) bar
23647
+ foo Load (0.1ms) bar
23648
+ foo Load (0.0ms) bar
23649
+ foo Load [CACHE] (0.0ms) bar
23650
+ foo Load (0.0ms) bar
23651
+  (0.1ms) begin transaction
23652
+ -------------------------------------------------------------
23653
+ MontageRailsTest: test_: .configure should require a domain.
23654
+ -------------------------------------------------------------
23655
+  (0.0ms) rollback transaction
23656
+  (0.2ms) begin transaction
23657
+ ------------------------------------------------------------------------------------------------
23658
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
23659
+ ------------------------------------------------------------------------------------------------
23660
+  (0.0ms) rollback transaction
23661
+  (0.0ms) begin transaction
23662
+ ----------------------------------------------------------------------------------------------------
23663
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
23664
+ ----------------------------------------------------------------------------------------------------
23665
+  (0.0ms) rollback transaction
23666
+  (0.0ms) begin transaction
23667
+ ---------------------------------------------------------------------------------------
23668
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
23669
+ ---------------------------------------------------------------------------------------
23670
+  (0.0ms) rollback transaction
23671
+  (0.0ms) begin transaction
23672
+ --------------------------------------------------------------------------------------
23673
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
23674
+ --------------------------------------------------------------------------------------
23675
+  (0.0ms) rollback transaction
23676
+  (0.0ms) begin transaction
23677
+ -------------------------------------------------------------------------------------------------
23678
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
23679
+ -------------------------------------------------------------------------------------------------
23680
+  (0.0ms) rollback transaction
23681
+  (0.0ms) begin transaction
23682
+ --------------------------------------------------------------------------------------------
23683
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
23684
+ --------------------------------------------------------------------------------------------
23685
+  (0.1ms) rollback transaction
23686
+  (0.0ms) begin transaction
23687
+ ---------------------------------------------------------------------------------------
23688
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
23689
+ ---------------------------------------------------------------------------------------
23690
+  (0.1ms) rollback transaction
23691
+  (0.0ms) begin transaction
23692
+ --------------------------------------------------------------
23693
+ MontageRailsTest: test_: .configure should accept server url.
23694
+ --------------------------------------------------------------
23695
+  (0.1ms) rollback transaction
23696
+  (0.0ms) begin transaction
23697
+ -------------------------------------------------------------------------------------------
23698
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
23699
+ -------------------------------------------------------------------------------------------
23700
+  (0.1ms) rollback transaction
23701
+  (0.1ms) begin transaction
23702
+ ---------------------------------------------------------------------------------------------------------------
23703
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
23704
+ ---------------------------------------------------------------------------------------------------------------
23705
+  (0.1ms) rollback transaction
23706
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23707
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23708
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23709
+ Movie Update (6.7ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23710
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23711
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23712
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23713
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23714
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23715
+ Movie Load (6.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23716
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23717
+ Started POST "/montage_rails_mock/api/v1/schemas/studios/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23718
+ Studio Load (7.0ms) {:filter=>{:name=>"Universal"}, :limit=>1}
23719
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23720
+ Studio Load (7.8ms) 19442e09-5c2d-4e5d-8f34-675570e81414
23721
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23722
+ Studio Load (7.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
23723
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23724
+ Movie Create (5.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23725
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23726
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23727
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23728
+ Movie Load (6.6ms) {:filter=>{}, :limit=>1}
23729
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23730
+ Movie Load (8.5ms) {:filter=>{}, :limit=>1}
23731
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23732
+ Movie Create (5.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23733
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23734
+ Movie Update (6.2ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23735
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23736
+ Movie Load (6.8ms) #<MontageRails::Relation:0x007ffe2360fbc0>
23737
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23738
+ Movie Create (5.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23739
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23740
+ Movie Update (5.8ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23741
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23742
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23743
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23744
+ Movie Update (6.3ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23745
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23746
+ Movie Create (5.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23747
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23748
+ Movie Update (5.8ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23749
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23750
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23751
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23752
+ Movie Update (6.6ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23753
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23754
+ Movie Load (6.6ms) {:filter=>{}, :limit=>1}
23755
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23756
+ Actor Load (8.0ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23757
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23758
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:49 -0700
23759
+ Actor Load (6.9ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23760
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23761
+ Actor Load (6.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
23762
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23763
+ Movie Load (5.6ms) {:filter=>{}, :limit=>1}
23764
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23765
+ Actor Load (8.1ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23766
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23767
+ Actor Load (8.1ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23768
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23769
+ Actor Load (8.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
23770
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23771
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23772
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23773
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23774
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23775
+ Movie Load (6.6ms) {:filter=>{}, :limit=>1}
23776
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23777
+ Movie Load (8.0ms) {:filter=>{}}
23778
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23779
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23780
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23781
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23782
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23783
+ Movie Update (6.4ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>900, :year=>1983}
23784
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23785
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23786
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23787
+ Movie Update (6.5ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23788
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23789
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23790
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23791
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23792
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23793
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23794
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23795
+ Movie Update (6.1ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23796
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23797
+ Movie Load (7.1ms) #<MontageRails::Relation:0x007ffe2894e868>
23798
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23799
+ Movie Load (7.7ms) {:filter=>{}, :limit=>1}
23800
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23801
+ Actor Load (7.3ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23802
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23803
+ Actor Load (7.5ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23804
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23805
+ MontageRails::BaseTest::TestClass Load (7.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23806
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23807
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23808
+ Movie Load (7.6ms) {:filter=>{}}
23809
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23810
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23811
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23812
+ Movie Update (6.0ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23813
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23814
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23815
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23816
+ Movie Update (6.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23817
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23818
+ Movie Update (7.7ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23819
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23820
+ Movie Load (7.4ms) {:filter=>{}, :limit=>1}
23821
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23822
+ Actor Load (8.2ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
23823
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23824
+ Actor Load (6.9ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
23825
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23826
+ MontageRails::BaseTest::TestClass Load (9.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23827
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23828
+ Actor Load (8.1ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
23829
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23830
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23831
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23832
+ Movie Update (6.9ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23833
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23834
+ Movie Update (6.8ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23835
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23836
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
23837
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-08-17 12:47:50 -0700
23838
+ Movie Update (6.6ms) 69cc93af-1f0e-43bc-ac9a-19117111978e: {:id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>600, :year=>1983}
23839
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23840
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
23841
+  (0.0ms) select sqlite_version(*)
23842
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23843
+  (0.1ms) SELECT version FROM "schema_migrations"
23844
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23845
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23846
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23847
+ Movie Load (17.7ms) {:filter=>{:title=>"The Jerk"}}
23848
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23849
+ foo Load (0.0ms) bar
23850
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23851
+ Movie Load (9.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23852
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23853
+ Movie Load (6.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23854
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23855
+ Movie Load (15.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23856
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23857
+ Movie Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23858
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23859
+ Movie Load (6.8ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
23860
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23861
+ Movie Load (7.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23862
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23863
+ Movie Load (7.3ms) {:filter=>{:votes__gt=>5}}
23864
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23865
+ Movie Load (6.9ms) {:filter=>{:votes__gt=>900000}}
23866
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:17 -0700
23867
+ Movie Load (6.1ms) {:filter=>{:title=>"Foo"}}
23868
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23869
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
23870
+  (0.0ms) select sqlite_version(*)
23871
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23872
+  (0.1ms) SELECT version FROM "schema_migrations"
23873
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23874
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23875
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23876
+ Movie Load (18.8ms) {:filter=>{:title=>"The Jerk"}}
23877
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23878
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23879
+ Movie Load (6.7ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
23880
+ foo Load (0.0ms) bar
23881
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23882
+ Movie Load (9.5ms) {:filter=>{:title=>"Foo"}}
23883
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23884
+ Movie Load (6.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23885
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23886
+ Movie Load (15.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23887
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23888
+ Movie Load (6.8ms) {:filter=>{:votes__gt=>5}}
23889
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23890
+ Movie Load (6.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23891
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23892
+ Movie Load (6.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23893
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23894
+ Movie Load (7.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
23895
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-17 12:48:44 -0700
23896
+ Movie Load (6.8ms) {:filter=>{:votes__gt=>900000}}
@@ -5,4 +5,12 @@
5
5
  title: The Jerk
6
6
  votes: 500
7
7
  year: 1983
8
- id: 69cc93af-1f0e-43bc-ac9a-19117111978e
8
+ id: 69cc93af-1f0e-43bc-ac9a-19117111978e
9
+ -
10
+ studio_id: 19442e09-5c2d-4e5d-8f34-675570e81414
11
+ rank: 4
12
+ rating: 2.0
13
+ title: Star Wars
14
+ votes: 500
15
+ year: 1979
16
+ id: 69cc4j5k-1f0e-43bc-ac9a-19117111978e
@@ -321,6 +321,22 @@ class MontageRails::BaseTest < MiniTest::Test
321
321
  end
322
322
  end
323
323
 
324
+ context "#==" do
325
+ should "return false if the models aren't equal" do
326
+ movie1 = Movie.first
327
+ movie2 = Movie.all.last
328
+
329
+ refute movie1 == movie2
330
+ end
331
+
332
+ should "return true if the models are equal" do
333
+ movie1 = Movie.first
334
+ movie2 = Movie.first
335
+
336
+ assert movie1 == movie2
337
+ end
338
+ end
339
+
324
340
  context "#save" do
325
341
  context "when valid attributes are provided" do
326
342
  setup do
@@ -112,7 +112,7 @@ class MontageRails::RelationTest < Minitest::Test
112
112
  should "query the remote db and return the record set if the records have not already been fetched" do
113
113
  @movies = MontageRails::Relation.new(Movie).where("votes > 5").to_a
114
114
 
115
- assert_equal 1, @movies.count
115
+ assert_equal 2, @movies.count
116
116
  end
117
117
  end
118
118
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: montage_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - dphaener