montage_rails 0.6.4 → 0.7

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: 1295d59c749692cf7450b32fe36ec4dcd056a476
4
- data.tar.gz: f9f8854b1e6f7f62d1064c0958ef2375201bb890
3
+ metadata.gz: 61690338bdb5fa2e29cae05c0e93e2c49989cd0a
4
+ data.tar.gz: 378f64673523e53ee2c9b74f1c306cf17f59f715
5
5
  SHA512:
6
- metadata.gz: 1cc00f4123269e42ff5eefe09059128c13b1b8ebd2fd675619cf1b9b4bf76d50671c86ad514be47548aa6628bd933fef7dc13c271d357a363993bd6ceb910ab3
7
- data.tar.gz: 1dec09cdf534dc839cff78a1572bd73269c65c152feacb039f0f3e40a2a868fe141e9c6cfa14bf660db66456fc259b00848e2b20f75513c85acda7cb79400f96
6
+ metadata.gz: 2728aa62f368062233511e581547d3162f4403f4bf273f5b020f07bbe25ebcc49cd24cf33a7a23b459136f4dee7780f02c8284a35df4dd04d3159c8c0a0983f2
7
+ data.tar.gz: 627fd1878e1bb15ec7b06a6f79c5a01e6337186ba120524a9cb16f841a515820a05826e635b2094ef0445bd92523d6f1a565e07399db7cf6d418f430892e0dce
@@ -1,3 +1,3 @@
1
1
  module MontageRails
2
- VERSION = "0.6.4"
2
+ VERSION = "0.7"
3
3
  end
@@ -24539,3 +24539,669 @@ MontageRailsTest: test_: .configure should require a domain.
24539
24539
  MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
24540
24540
  ---------------------------------------------------------------------------------------
24541
24541
   (0.1ms) rollback transaction
24542
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
24543
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
24544
+  (0.5ms) select sqlite_version(*)
24545
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24546
+  (0.1ms) SELECT version FROM "schema_migrations"
24547
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
24548
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24549
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24550
+ Movie Load (39.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24551
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24552
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24553
+ Movie Load (7.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24554
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24555
+ Movie Load (7.2ms) {:filter=>{:votes__gt=>900000}}
24556
+ foo Load (0.0ms) bar
24557
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24558
+ Movie Load (6.0ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
24559
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24560
+ Movie Load (6.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24561
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24562
+ Movie Load (6.2ms) {:filter=>{:title=>"The Jerk"}}
24563
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24564
+ Movie Load (6.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24565
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24566
+ Movie Load (6.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24567
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24568
+ Movie Load (7.1ms) {:filter=>{:votes__gt=>5}}
24569
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24570
+ Movie Load (6.5ms) {:filter=>{:title=>"Foo"}}
24571
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24572
+ Movie Load (7.2ms) #<MontageRails::Relation:0x007ff69831dc88>
24573
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24574
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24575
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24576
+ Movie Update (7.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}
24577
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24578
+ Movie Create (5.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24579
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24580
+ 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}
24581
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24582
+ 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=>500, :year=>1983}
24583
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24584
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24585
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24586
+ 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}
24587
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24588
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24589
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24590
+ 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}
24591
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24592
+ Movie Load (7.0ms) {:filter=>{}, :limit=>1}
24593
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24594
+ Movie Load (8.2ms) {:filter=>{}}
24595
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24596
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24597
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24598
+ 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}
24599
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24600
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24601
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24602
+ 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}
24603
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24604
+ Movie Create (5.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24605
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24606
+ 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}
24607
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24608
+ Movie Load (7.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24609
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24610
+ Started POST "/montage_rails_mock/api/v1/schemas/studios/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24611
+ Studio Load (7.7ms) {:filter=>{:name=>"Universal"}, :limit=>1}
24612
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24613
+ Studio Load (7.9ms) 19442e09-5c2d-4e5d-8f34-675570e81414
24614
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24615
+ Studio Load (7.5ms) 19442e09-5c2d-4e5d-8f34-675570e81414
24616
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24617
+ Movie Create (5.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24618
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24619
+ 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}
24620
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24621
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24622
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24623
+ 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}
24624
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24625
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24626
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24627
+ 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}
24628
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24629
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24630
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24631
+ 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}
24632
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24633
+ Movie Load (6.9ms) {:filter=>{}, :limit=>1}
24634
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24635
+ Actor Load (9.3ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24636
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24637
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24638
+ Actor Load (8.1ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24639
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24640
+ MontageRails::BaseTest::TestClass Load (6.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24641
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24642
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24643
+ Actor Load (7.7ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
24644
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24645
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24646
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24647
+ 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}
24648
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24649
+ Movie Load (7.1ms) {:filter=>{}, :limit=>1}
24650
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:40 -0800
24651
+ Actor Load (8.2ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24652
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24653
+ Actor Load (7.7ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24654
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24655
+ Actor Load (7.9ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
24656
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24657
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24658
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24659
+ 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}
24660
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24661
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24662
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24663
+ 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}
24664
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24665
+ 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=>500, :year=>1983}
24666
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24667
+ Movie Load (7.6ms) {:filter=>{}, :limit=>1}
24668
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24669
+ Movie Load (8.7ms) {:filter=>{}, :limit=>1}
24670
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24671
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24672
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24673
+ Movie Update (7.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}
24674
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24675
+ 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}
24676
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24677
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24678
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24679
+ 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}
24680
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24681
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24682
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24683
+ 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}
24684
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24685
+ Movie Load (7.4ms) {:filter=>{}, :limit=>1}
24686
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24687
+ Actor Load (7.2ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24688
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24689
+ Actor Load (7.6ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24690
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24691
+ MontageRails::BaseTest::TestClass Load (8.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24692
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24693
+ Movie Load (7.2ms) {:filter=>{}}
24694
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24695
+ Movie Load (7.1ms) #<MontageRails::Relation:0x007ff695990780>
24696
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24697
+ Movie Load (7.6ms) {:filter=>{}, :limit=>1}
24698
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24699
+ Actor Load (9.6ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24700
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24701
+ Actor Load (8.3ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24702
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:08:41 -0800
24703
+ Actor Load (7.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
24704
+  (0.1ms) begin transaction
24705
+ ---------------------------------------------------------------------------------------
24706
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
24707
+ ---------------------------------------------------------------------------------------
24708
+  (0.1ms) rollback transaction
24709
+  (0.2ms) begin transaction
24710
+ ---------------------------------------------------------------------------------------
24711
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
24712
+ ---------------------------------------------------------------------------------------
24713
+  (0.1ms) rollback transaction
24714
+  (0.1ms) begin transaction
24715
+ -------------------------------------------------------------
24716
+ MontageRailsTest: test_: .configure should require a domain.
24717
+ -------------------------------------------------------------
24718
+  (0.1ms) rollback transaction
24719
+  (0.1ms) begin transaction
24720
+ --------------------------------------------------------------------------------------------
24721
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
24722
+ --------------------------------------------------------------------------------------------
24723
+  (0.1ms) rollback transaction
24724
+  (0.0ms) begin transaction
24725
+ ---------------------------------------------------------------------------------------------------------------
24726
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
24727
+ ---------------------------------------------------------------------------------------------------------------
24728
+  (0.0ms) rollback transaction
24729
+  (0.0ms) begin transaction
24730
+ ------------------------------------------------------------------------------------------------
24731
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
24732
+ ------------------------------------------------------------------------------------------------
24733
+  (0.1ms) rollback transaction
24734
+  (0.1ms) begin transaction
24735
+ ----------------------------------------------------------------------------------------------------
24736
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
24737
+ ----------------------------------------------------------------------------------------------------
24738
+  (0.1ms) rollback transaction
24739
+  (0.0ms) begin transaction
24740
+ --------------------------------------------------------------------------------------
24741
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
24742
+ --------------------------------------------------------------------------------------
24743
+  (0.1ms) rollback transaction
24744
+  (0.0ms) begin transaction
24745
+ --------------------------------------------------------------
24746
+ MontageRailsTest: test_: .configure should accept server url.
24747
+ --------------------------------------------------------------
24748
+  (0.1ms) rollback transaction
24749
+  (0.1ms) begin transaction
24750
+ -------------------------------------------------------------------------------------------
24751
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
24752
+ -------------------------------------------------------------------------------------------
24753
+  (0.1ms) rollback transaction
24754
+  (0.0ms) begin transaction
24755
+ -------------------------------------------------------------------------------------------------
24756
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
24757
+ -------------------------------------------------------------------------------------------------
24758
+  (0.0ms) rollback transaction
24759
+ foo Load (0.1ms) bar
24760
+ foo Load (0.0ms) bar
24761
+ foo Load [CACHE] (0.0ms) bar
24762
+ foo Load (0.1ms) bar
24763
+ foo Load (0.0ms) bar
24764
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24765
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
24766
+  (0.1ms) select sqlite_version(*)
24767
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24768
+  (0.1ms) SELECT version FROM "schema_migrations"
24769
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
24770
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24771
+  (0.1ms) begin transaction
24772
+ ---------------------------------------------------------------------------------------------------------------
24773
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
24774
+ ---------------------------------------------------------------------------------------------------------------
24775
+  (0.1ms) rollback transaction
24776
+  (0.1ms) begin transaction
24777
+ -------------------------------------------------------------
24778
+ MontageRailsTest: test_: .configure should require a domain.
24779
+ -------------------------------------------------------------
24780
+  (0.1ms) rollback transaction
24781
+  (0.1ms) begin transaction
24782
+ --------------------------------------------------------------------------------------------
24783
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
24784
+ --------------------------------------------------------------------------------------------
24785
+  (0.1ms) rollback transaction
24786
+  (0.0ms) begin transaction
24787
+ --------------------------------------------------------------
24788
+ MontageRailsTest: test_: .configure should accept server url.
24789
+ --------------------------------------------------------------
24790
+  (0.1ms) rollback transaction
24791
+  (0.1ms) begin transaction
24792
+ ------------------------------------------------------------------------------------------------
24793
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
24794
+ ------------------------------------------------------------------------------------------------
24795
+  (0.0ms) rollback transaction
24796
+  (0.0ms) begin transaction
24797
+ -------------------------------------------------------------------------------------------
24798
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
24799
+ -------------------------------------------------------------------------------------------
24800
+  (0.1ms) rollback transaction
24801
+  (0.0ms) begin transaction
24802
+ --------------------------------------------------------------------------------------
24803
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
24804
+ --------------------------------------------------------------------------------------
24805
+  (0.0ms) rollback transaction
24806
+  (0.0ms) begin transaction
24807
+ -------------------------------------------------------------------------------------------------
24808
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
24809
+ -------------------------------------------------------------------------------------------------
24810
+  (0.0ms) rollback transaction
24811
+  (0.0ms) begin transaction
24812
+ ---------------------------------------------------------------------------------------
24813
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
24814
+ ---------------------------------------------------------------------------------------
24815
+  (0.1ms) rollback transaction
24816
+  (0.0ms) begin transaction
24817
+ ----------------------------------------------------------------------------------------------------
24818
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
24819
+ ----------------------------------------------------------------------------------------------------
24820
+  (0.1ms) rollback transaction
24821
+  (0.1ms) begin transaction
24822
+ ---------------------------------------------------------------------------------------
24823
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
24824
+ ---------------------------------------------------------------------------------------
24825
+  (0.1ms) rollback transaction
24826
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24827
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24828
+ Movie Load (8.0ms) {:filter=>{}, :limit=>1}
24829
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24830
+ Movie Load (7.8ms) {:filter=>{}, :limit=>1}
24831
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24832
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24833
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24834
+ Movie Update (5.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}
24835
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24836
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24837
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24838
+ Movie Update (7.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}
24839
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24840
+ Movie Create (5.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24841
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24842
+ 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}
24843
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24844
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24845
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24846
+ 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}
24847
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24848
+ Movie Load (7.0ms) {:filter=>{}, :limit=>1}
24849
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24850
+ Actor Load (7.9ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24851
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24852
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24853
+ Actor Load (6.7ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24854
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24855
+ MontageRails::BaseTest::TestClass Load (7.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24856
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24857
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24858
+ Movie Load (6.5ms) #<MontageRails::Relation:0x007f8af94898e8>
24859
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24860
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24861
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24862
+ Movie Update (5.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}
24863
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24864
+ Movie Load (6.4ms) {:filter=>{}}
24865
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24866
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24867
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24868
+ 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}
24869
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24870
+ Movie Load (6.1ms) {:filter=>{}, :limit=>1}
24871
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24872
+ Actor Load (6.4ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24873
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24874
+ Actor Load (7.0ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24875
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24876
+ Actor Load (8.1ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
24877
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24878
+ Movie Load (6.4ms) {:filter=>{}, :limit=>1}
24879
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24880
+ Actor Load (6.9ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24881
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24882
+ Actor Load (7.1ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24883
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24884
+ MontageRails::BaseTest::TestClass Load (7.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24885
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24886
+ Actor Load (7.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
24887
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24888
+ Movie Create (5.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24889
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24890
+ 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}
24891
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24892
+ 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=>900, :year=>1983}
24893
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24894
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24895
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24896
+ 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}
24897
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24898
+ Movie Load (7.0ms) {:filter=>{}, :limit=>1}
24899
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24900
+ Actor Load (7.1ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
24901
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24902
+ Actor Load (8.0ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
24903
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24904
+ Actor Load (7.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
24905
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24906
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24907
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24908
+ 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}
24909
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24910
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24911
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24912
+ 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}
24913
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24914
+ Movie Load (6.3ms) {:filter=>{}, :limit=>1}
24915
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24916
+ Movie Load (7.2ms) {:filter=>{}}
24917
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24918
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24919
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24920
+ 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}
24921
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24922
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24923
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24924
+ Movie Update (7.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}
24925
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24926
+ 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}
24927
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24928
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24929
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24930
+ Movie Update (7.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}
24931
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24932
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24933
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24934
+ 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}
24935
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24936
+ 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=>500, :year=>1983}
24937
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24938
+ Movie Load (7.7ms) #<MontageRails::Relation:0x007f8afc2e3ec8>
24939
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24940
+ Movie Load (6.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24941
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24942
+ Started POST "/montage_rails_mock/api/v1/schemas/studios/query/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24943
+ Studio Load (7.9ms) {:filter=>{:name=>"Universal"}, :limit=>1}
24944
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24945
+ Studio Load (9.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
24946
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24947
+ Studio Load (7.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
24948
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24949
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24950
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24951
+ 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}
24952
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24953
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24954
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24955
+ 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}
24956
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:02 -0800
24957
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
24958
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24959
+ 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}
24960
+ foo Load (0.1ms) bar
24961
+ foo Load (0.1ms) bar
24962
+ foo Load (0.1ms) bar
24963
+ foo Load [CACHE] (0.0ms) bar
24964
+ foo Load (0.0ms) bar
24965
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24966
+ Movie Load (8.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24967
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24968
+ Movie Load (7.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24969
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24970
+ Movie Load (9.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24971
+ foo Load (0.0ms) bar
24972
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24973
+ Movie Load (8.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24974
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24975
+ Movie Load (6.8ms) {:filter=>{:votes__gt=>5}}
24976
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24977
+ Movie Load (7.4ms) {:filter=>{:title=>"The Jerk"}}
24978
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24979
+ Movie Load (6.9ms) {:filter=>{:title=>"Foo"}}
24980
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24981
+ Movie Load (7.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
24982
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24983
+ Movie Load (7.4ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
24984
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:03 -0800
24985
+ Movie Load (8.6ms) {:filter=>{:votes__gt=>900000}}
24986
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24987
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
24988
+  (0.1ms) select sqlite_version(*)
24989
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24990
+  (0.1ms) SELECT version FROM "schema_migrations"
24991
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
24992
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24993
+ foo Load (0.1ms) bar
24994
+ foo Load (0.0ms) bar
24995
+ foo Load (0.0ms) bar
24996
+ foo Load [CACHE] (0.0ms) bar
24997
+ foo Load (0.0ms) bar
24998
+  (0.1ms) begin transaction
24999
+ -------------------------------------------------------------------------------------------
25000
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
25001
+ -------------------------------------------------------------------------------------------
25002
+  (0.1ms) rollback transaction
25003
+  (0.0ms) begin transaction
25004
+ ---------------------------------------------------------------------------------------
25005
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
25006
+ ---------------------------------------------------------------------------------------
25007
+  (0.1ms) rollback transaction
25008
+  (0.0ms) begin transaction
25009
+ --------------------------------------------------------------------------------------------
25010
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
25011
+ --------------------------------------------------------------------------------------------
25012
+  (0.0ms) rollback transaction
25013
+  (0.0ms) begin transaction
25014
+ ------------------------------------------------------------------------------------------------
25015
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
25016
+ ------------------------------------------------------------------------------------------------
25017
+  (0.1ms) rollback transaction
25018
+  (0.0ms) begin transaction
25019
+ ---------------------------------------------------------------------------------------
25020
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
25021
+ ---------------------------------------------------------------------------------------
25022
+  (0.1ms) rollback transaction
25023
+  (0.1ms) begin transaction
25024
+ --------------------------------------------------------------
25025
+ MontageRailsTest: test_: .configure should accept server url.
25026
+ --------------------------------------------------------------
25027
+  (0.0ms) rollback transaction
25028
+  (0.0ms) begin transaction
25029
+ --------------------------------------------------------------------------------------
25030
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
25031
+ --------------------------------------------------------------------------------------
25032
+  (0.0ms) rollback transaction
25033
+  (0.0ms) begin transaction
25034
+ ---------------------------------------------------------------------------------------------------------------
25035
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
25036
+ ---------------------------------------------------------------------------------------------------------------
25037
+  (0.1ms) rollback transaction
25038
+  (0.0ms) begin transaction
25039
+ -------------------------------------------------------------------------------------------------
25040
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
25041
+ -------------------------------------------------------------------------------------------------
25042
+  (0.0ms) rollback transaction
25043
+  (0.0ms) begin transaction
25044
+ -------------------------------------------------------------
25045
+ MontageRailsTest: test_: .configure should require a domain.
25046
+ -------------------------------------------------------------
25047
+  (0.1ms) rollback transaction
25048
+  (0.0ms) begin transaction
25049
+ ----------------------------------------------------------------------------------------------------
25050
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
25051
+ ----------------------------------------------------------------------------------------------------
25052
+  (0.1ms) rollback transaction
25053
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25054
+ Movie Load (17.0ms) {:filter=>{:votes__gt=>900000}}
25055
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25056
+ Movie Load (7.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25057
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25058
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25059
+ Movie Load (8.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25060
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25061
+ Movie Load (8.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25062
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25063
+ Movie Load (6.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25064
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25065
+ Movie Load (8.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25066
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25067
+ Movie Load (6.8ms) {:filter=>{:title=>"The Jerk"}}
25068
+ foo Load (0.0ms) bar
25069
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25070
+ Movie Load (7.1ms) {:filter=>{:votes__gt=>5}}
25071
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25072
+ Movie Load (6.7ms) {:filter=>{:title=>"Foo"}}
25073
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25074
+ Movie Load (6.9ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
25075
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25076
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25077
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25078
+ 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}
25079
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25080
+ 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=>500, :year=>1983}
25081
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25082
+ Movie Load (7.8ms) {:filter=>{}, :limit=>1}
25083
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25084
+ Actor Load (8.4ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
25085
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25086
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25087
+ Actor Load (6.8ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
25088
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25089
+ Actor Load (8.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
25090
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25091
+ Movie Load (6.2ms) {:filter=>{}, :limit=>1}
25092
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25093
+ Movie Load (7.2ms) {:filter=>{}}
25094
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25095
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25096
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25097
+ 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}
25098
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25099
+ Movie Load (6.1ms) {:filter=>{}, :limit=>1}
25100
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25101
+ Actor Load (6.7ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
25102
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25103
+ Actor Load (6.7ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
25104
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25105
+ MontageRails::BaseTest::TestClass Load (7.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25106
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25107
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25108
+ Actor Load (6.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
25109
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25110
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25111
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25112
+ 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}
25113
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25114
+ Movie Create (6.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25115
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25116
+ Movie Update (7.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}
25117
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25118
+ Movie Create (5.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25119
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25120
+ 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}
25121
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:28 -0800
25122
+ Movie Load (6.3ms) #<MontageRails::Relation:0x007fd7ba56c5e0>
25123
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25124
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25125
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25126
+ 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}
25127
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25128
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25129
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25130
+ Movie Update (8.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}
25131
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25132
+ Movie Create (5.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25133
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25134
+ 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}
25135
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25136
+ Movie Create (5.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25137
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25138
+ Movie Update (15.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}
25139
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25140
+ Movie Create (8.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25141
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25142
+ 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}
25143
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25144
+ Movie Load (6.6ms) #<MontageRails::Relation:0x007fd7b8f5aa40>
25145
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25146
+ Movie Load (7.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25147
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25148
+ Started POST "/montage_rails_mock/api/v1/schemas/studios/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25149
+ Studio Load (7.3ms) {:filter=>{:name=>"Universal"}, :limit=>1}
25150
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25151
+ Studio Load (7.9ms) 19442e09-5c2d-4e5d-8f34-675570e81414
25152
+ Started GET "/montage_rails_mock/api/v1/schemas/studios/19442e09-5c2d-4e5d-8f34-675570e81414/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25153
+ Studio Load (7.4ms) 19442e09-5c2d-4e5d-8f34-675570e81414
25154
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25155
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25156
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25157
+ 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}
25158
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25159
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25160
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25161
+ Movie Update (7.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}
25162
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25163
+ Movie Load (7.0ms) {:filter=>{}, :limit=>1}
25164
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25165
+ Movie Load (7.9ms) {:filter=>{}, :limit=>1}
25166
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25167
+ Movie Load (7.8ms) {:filter=>{}, :limit=>1}
25168
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25169
+ Actor Load (9.0ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
25170
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25171
+ Actor Load (7.4ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
25172
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25173
+ MontageRails::BaseTest::TestClass Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
25174
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25175
+ Movie Load (7.7ms) {:filter=>{}, :limit=>1}
25176
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25177
+ Actor Load (7.2ms) {:filter=>{:name=>"Steve Martin"}, :limit=>1}
25178
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25179
+ Actor Load (8.0ms) {:filter=>{:name=>"Mark Hamill"}, :limit=>1}
25180
+ Started POST "/montage_rails_mock/api/v1/schemas/actors/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25181
+ Actor Load (8.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
25182
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25183
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25184
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25185
+ 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}
25186
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25187
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25188
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25189
+ Movie Update (7.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}
25190
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25191
+ 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=>500, :year=>1983}
25192
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25193
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25194
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25195
+ Movie Update (7.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}
25196
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25197
+ Movie Create (8.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25198
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25199
+ 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}
25200
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25201
+ Movie Load (8.5ms) {:filter=>{}}
25202
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25203
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
25204
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25205
+ Movie Update (8.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}
25206
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/save/" for 127.0.0.1 at 2015-11-10 10:09:29 -0800
25207
+ Movie Update (8.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=>900, :year=>1983}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: montage_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: '0.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - dphaener
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-16 00:00:00.000000000 Z
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -262,16 +262,16 @@ dependencies:
262
262
  name: capybara
263
263
  requirement: !ruby/object:Gem::Requirement
264
264
  requirements:
265
- - - "~>"
265
+ - - ">="
266
266
  - !ruby/object:Gem::Version
267
- version: '1.1'
267
+ version: 2.2.0
268
268
  type: :runtime
269
269
  prerelease: false
270
270
  version_requirements: !ruby/object:Gem::Requirement
271
271
  requirements:
272
- - - "~>"
272
+ - - ">="
273
273
  - !ruby/object:Gem::Version
274
- version: '1.1'
274
+ version: 2.2.0
275
275
  - !ruby/object:Gem::Dependency
276
276
  name: faker
277
277
  requirement: !ruby/object:Gem::Requirement