montage_rails 0.4.11 → 0.5.0

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: 8c7a8b86ffe6332c8919d598593abda987ed5d56
4
- data.tar.gz: 72497fe3365db17fa45c763e9ba47f0b0cf72bc6
3
+ metadata.gz: 46ce8bab509be091652298c3b0dfd98b36d5c4f4
4
+ data.tar.gz: 2aab9728cc4920f5e017587a53563f477acffef5
5
5
  SHA512:
6
- metadata.gz: 6862638d617127b7d39772b2e1dcc65a322640d1b5c9510df9046028de96ccb4815a946cef36f65068f3a383a7c73bd71dc43283265521cf71c32da08181eefa
7
- data.tar.gz: 7934a0532c704e8377b0ede7fb9edc26761ac5f1838ba6ed6c847090345ef46efa65590a57b62fb6d3d1b8aa5ef6aeb3a6b17850fc1c756c6ff2b8a80a938127
6
+ metadata.gz: 6b6ff26988a6d5f3d0087f564cc061639b0a70752258486e77c3f145e7c1cb60328849847312827df51391bbf1be24fbf17555d464ecaa48de4ba9a7b6f628ea
7
+ data.tar.gz: 25ce4d25f278bffbed45643195f81b1edbf1d7e95adb9abc57e5a601bbb8638b44ca8eff4bf08e57509e237cc5a67895fdd17ad21cbedbefd32909ac280bb211
@@ -1,3 +1,3 @@
1
1
  module MontageRails
2
- VERSION = "0.4.11"
2
+ VERSION = "0.5.0"
3
3
  end
Binary file
@@ -1102,3 +1102,100 @@ MontageClient: Checkin connection MontageClient:http://testco.dev.montagehot.clu
1102
1102
  Movie Load [CACHE] (213.7ms) {:filter=>{}, :limit=>1}
1103
1103
  Movie Load (294.5ms) {:filter=>{}, :limit=>1}
1104
1104
  Movie Load (248.0ms) {:filter=>{}, :limit=>1}
1105
+
1106
+
1107
+ Started GET "/montage_rails_mock/api/v1/schemas/testmods/" for ::1 at 2015-07-09 13:17:40 -0700
1108
+
1109
+
1110
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:21:29 -0700
1111
+
1112
+
1113
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:22:02 -0700
1114
+
1115
+
1116
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for ::1 at 2015-07-09 13:22:10 -0700
1117
+
1118
+
1119
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:24:18 -0700
1120
+
1121
+
1122
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for ::1 at 2015-07-09 13:24:22 -0700
1123
+
1124
+
1125
+ Started GET "/montage_rails_mock/api/v1/schemas/actors/" for ::1 at 2015-07-09 13:24:30 -0700
1126
+
1127
+
1128
+ Started POST "/montage_rails_mock/api/v1/schemas/test_mods/query/" for ::1 at 2015-07-09 13:26:06 -0700
1129
+
1130
+ ActionController::RoutingError (No route matches [POST] "/montage_rails_mock/api/v1/schemas/test_mods/query"):
1131
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1132
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1133
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1134
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
1135
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1136
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1137
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1138
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
1139
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1140
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
1141
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
1142
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1143
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1144
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
1145
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
1146
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1147
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
1148
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1149
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
1150
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
1151
+ /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1152
+ /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1153
+ /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1154
+
1155
+
1156
+ Rendered /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
1157
+ Rendered /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
1158
+ Rendered /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.8ms)
1159
+ Rendered /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms)
1160
+ Rendered /Users/darinhaener/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (68.4ms)
1161
+
1162
+
1163
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:26:15 -0700
1164
+
1165
+
1166
+ Started GET "/montage_rails_mock/api/v1/schemas/testmods/" for ::1 at 2015-07-09 13:27:12 -0700
1167
+
1168
+
1169
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:27:17 -0700
1170
+
1171
+
1172
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:27:52 -0700
1173
+
1174
+
1175
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:32:55 -0700
1176
+
1177
+
1178
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:33:00 -0700
1179
+
1180
+
1181
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:34:09 -0700
1182
+
1183
+
1184
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:35:39 -0700
1185
+
1186
+
1187
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:36:59 -0700
1188
+
1189
+
1190
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:37:28 -0700
1191
+
1192
+
1193
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-09 13:37:33 -0700
1194
+
1195
+
1196
+ Started GET "/montage_rails_mock/api/v1/schemas/test_ones/" for ::1 at 2015-07-13 13:13:37 -0700
1197
+ Movie Load (660.6ms) {:filter=>{}, :limit=>10}
1198
+ Movie Load (1725.8ms) {:filter=>{}, :limit=>1}
1199
+ FooBar Load (673.5ms) {:filter=>{}, :limit=>1}
1200
+ FooBar Load (325.2ms) {:filter=>{}, :limit=>1}
1201
+ Movie Load (1348.9ms) {:filter=>{}, :limit=>1}
File without changes
@@ -15560,3 +15560,3452 @@ MontageRailsTest: test_: .configure should accept a username, password, token, a
15560
15560
  Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15561
15561
  Movie Update (2.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}
15562
15562
  Movie Load (3.1ms) #<MontageRails::Relation:0x007fa1148121f0>
15563
+ TestMod Load (106.2ms) {:filter=>{}}
15564
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
15565
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15566
+  (0.1ms) select sqlite_version(*)
15567
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15568
+  (0.1ms) SELECT version FROM "schema_migrations"
15569
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15570
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15571
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15572
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15573
+  (0.1ms) select sqlite_version(*)
15574
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15575
+  (0.1ms) SELECT version FROM "schema_migrations"
15576
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15577
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15578
+ foo Load (0.1ms) bar
15579
+ foo Load (0.0ms) bar
15580
+ foo Load (0.0ms) bar
15581
+ foo Load [CACHE] (0.0ms) bar
15582
+ foo Load (0.0ms) bar
15583
+  (0.1ms) begin transaction
15584
+ ----------------------------------------------------------------------------------------------------
15585
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
15586
+ ----------------------------------------------------------------------------------------------------
15587
+  (0.1ms) rollback transaction
15588
+  (0.0ms) begin transaction
15589
+ ---------------------------------------------------------------------------------------------------------------
15590
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
15591
+ ---------------------------------------------------------------------------------------------------------------
15592
+  (0.0ms) rollback transaction
15593
+  (0.0ms) begin transaction
15594
+ ----------------------------------------------------------------------------------
15595
+ MontageRailsTest: test_: MontageRails should have a mock server while in testing.
15596
+ ----------------------------------------------------------------------------------
15597
+  (0.1ms) rollback transaction
15598
+  (0.0ms) begin transaction
15599
+ -------------------------------------------------------------
15600
+ MontageRailsTest: test_: .configure should require a domain.
15601
+ -------------------------------------------------------------
15602
+  (0.1ms) rollback transaction
15603
+  (0.1ms) begin transaction
15604
+ -------------------------------------------------------------------------------------------------
15605
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
15606
+ -------------------------------------------------------------------------------------------------
15607
+  (0.0ms) rollback transaction
15608
+  (0.1ms) begin transaction
15609
+ ---------------------------------------------------------------------------------------
15610
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
15611
+ ---------------------------------------------------------------------------------------
15612
+  (0.1ms) rollback transaction
15613
+  (0.0ms) begin transaction
15614
+ -------------------------------------------------------------------------------------------
15615
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
15616
+ -------------------------------------------------------------------------------------------
15617
+  (0.0ms) rollback transaction
15618
+ Movie Load (4.7ms) #<MontageRails::Relation:0x007f9ec26b79a8>
15619
+ Movie Load (4.9ms) {:filter=>{}}
15620
+ Movie Load (4.9ms) #<MontageRails::Relation:0x007f9ec8420f68>
15621
+ Movie Load (5.3ms) {:filter=>{:title=>"The Jerk"}}
15622
+ foo Load (0.0ms) bar
15623
+ Movie Load (5.6ms) {:filter=>{:votes__gt=>900000}}
15624
+ Movie Load (7.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15625
+ Movie Load (5.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15626
+ Movie Load (5.1ms) {:filter=>{:title=>"Foo"}}
15627
+ Movie Load (9.3ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
15628
+ Movie Load (6.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15629
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15630
+ Movie Load (5.1ms) {:filter=>{:votes__gt=>900000}}
15631
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15632
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15633
+  (0.1ms) select sqlite_version(*)
15634
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15635
+  (0.1ms) SELECT version FROM "schema_migrations"
15636
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15637
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15638
+  (0.1ms) begin transaction
15639
+ ----------------------------------------------------------------------------------------------------
15640
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
15641
+ ----------------------------------------------------------------------------------------------------
15642
+  (0.0ms) rollback transaction
15643
+  (0.0ms) begin transaction
15644
+ -------------------------------------------------------------------------------------------
15645
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
15646
+ -------------------------------------------------------------------------------------------
15647
+  (0.1ms) rollback transaction
15648
+  (0.0ms) begin transaction
15649
+ -------------------------------------------------------------
15650
+ MontageRailsTest: test_: .configure should require a domain.
15651
+ -------------------------------------------------------------
15652
+  (0.0ms) rollback transaction
15653
+  (0.0ms) begin transaction
15654
+ ---------------------------------------------------------------------------------------------------------------
15655
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
15656
+ ---------------------------------------------------------------------------------------------------------------
15657
+  (0.0ms) rollback transaction
15658
+  (0.0ms) begin transaction
15659
+ -------------------------------------------------------------------------------------------------
15660
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
15661
+ -------------------------------------------------------------------------------------------------
15662
+  (0.0ms) rollback transaction
15663
+  (0.0ms) begin transaction
15664
+ ----------------------------------------------------------------------------------
15665
+ MontageRailsTest: test_: MontageRails should have a mock server while in testing.
15666
+ ----------------------------------------------------------------------------------
15667
+  (0.1ms) rollback transaction
15668
+  (0.0ms) begin transaction
15669
+ ---------------------------------------------------------------------------------------
15670
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
15671
+ ---------------------------------------------------------------------------------------
15672
+  (0.0ms) rollback transaction
15673
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15674
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15675
+  (0.1ms) select sqlite_version(*)
15676
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15677
+  (0.1ms) SELECT version FROM "schema_migrations"
15678
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15679
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15680
+  (0.1ms) begin transaction
15681
+ ---------------------------------------------------------------------------------------
15682
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
15683
+ ---------------------------------------------------------------------------------------
15684
+  (0.1ms) rollback transaction
15685
+  (0.1ms) begin transaction
15686
+ ---------------------------------------------------------------------------------------------------------------
15687
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
15688
+ ---------------------------------------------------------------------------------------------------------------
15689
+  (0.0ms) rollback transaction
15690
+  (0.0ms) begin transaction
15691
+ -------------------------------------------------------------
15692
+ MontageRailsTest: test_: .configure should require a domain.
15693
+ -------------------------------------------------------------
15694
+  (0.1ms) rollback transaction
15695
+  (0.0ms) begin transaction
15696
+ -------------------------------------------------------------------------------------------
15697
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
15698
+ -------------------------------------------------------------------------------------------
15699
+  (0.0ms) rollback transaction
15700
+  (0.0ms) begin transaction
15701
+ ----------------------------------------------------------------------------------------------------
15702
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
15703
+ ----------------------------------------------------------------------------------------------------
15704
+  (0.1ms) rollback transaction
15705
+  (0.0ms) begin transaction
15706
+ -------------------------------------------------------------------------------------------------
15707
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
15708
+ -------------------------------------------------------------------------------------------------
15709
+  (0.1ms) rollback transaction
15710
+  (0.1ms) begin transaction
15711
+ ----------------------------------------------------------------------------------
15712
+ MontageRailsTest: test_: MontageRails should have a mock server while in testing.
15713
+ ----------------------------------------------------------------------------------
15714
+  (0.1ms) rollback transaction
15715
+ Movie Load (113.1ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
15716
+ Movie Load (114.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15717
+ Movie Load (112.0ms) {:filter=>{:votes__gt=>900000}}
15718
+ Movie Load (115.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15719
+ Movie Load (112.1ms) {:filter=>{:title=>"The Jerk"}}
15720
+ Movie Load (115.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15721
+ Movie Load (113.6ms) {:filter=>{:title=>"Foo"}}
15722
+ foo Load (0.0ms) bar
15723
+ Movie Load (115.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15724
+ Movie Load (113.4ms) {:filter=>{:votes__gt=>900000}}
15725
+ foo Load (0.1ms) bar
15726
+ foo Load (0.0ms) bar
15727
+ foo Load (0.0ms) bar
15728
+ foo Load [CACHE] (0.0ms) bar
15729
+ foo Load (0.0ms) bar
15730
+ Movie Load (115.7ms) {:filter=>{}}
15731
+ Movie Load (117.3ms) #<MontageRails::Relation:0x007fd5d2e74870>
15732
+ Movie Load (112.0ms) #<MontageRails::Relation:0x007fd5d9c56898>
15733
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15734
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15735
+  (0.1ms) select sqlite_version(*)
15736
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15737
+  (0.1ms) SELECT version FROM "schema_migrations"
15738
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15739
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15740
+  (0.1ms) begin transaction
15741
+ ----------------------------------------------------------------------------------
15742
+ MontageRailsTest: test_: MontageRails should have a mock server while in testing.
15743
+ ----------------------------------------------------------------------------------
15744
+  (0.1ms) rollback transaction
15745
+  (0.0ms) begin transaction
15746
+ ---------------------------------------------------------------------------------------------------------------
15747
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
15748
+ ---------------------------------------------------------------------------------------------------------------
15749
+  (0.0ms) rollback transaction
15750
+  (0.1ms) begin transaction
15751
+ ----------------------------------------------------------------------------------------------------
15752
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
15753
+ ----------------------------------------------------------------------------------------------------
15754
+  (0.0ms) rollback transaction
15755
+  (0.1ms) begin transaction
15756
+ -------------------------------------------------------------------------------------------
15757
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
15758
+ -------------------------------------------------------------------------------------------
15759
+  (0.0ms) rollback transaction
15760
+  (0.0ms) begin transaction
15761
+ -------------------------------------------------------------
15762
+ MontageRailsTest: test_: .configure should require a domain.
15763
+ -------------------------------------------------------------
15764
+  (0.0ms) rollback transaction
15765
+  (0.1ms) begin transaction
15766
+ -------------------------------------------------------------------------------------------------
15767
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
15768
+ -------------------------------------------------------------------------------------------------
15769
+  (0.0ms) rollback transaction
15770
+  (0.1ms) begin transaction
15771
+ ---------------------------------------------------------------------------------------
15772
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
15773
+ ---------------------------------------------------------------------------------------
15774
+  (0.0ms) rollback transaction
15775
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
15776
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15777
+  (0.0ms) select sqlite_version(*)
15778
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15779
+  (0.1ms) SELECT version FROM "schema_migrations"
15780
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15781
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15782
+  (0.1ms) begin transaction
15783
+ ---------------------------------------------------------------------------------------
15784
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
15785
+ ---------------------------------------------------------------------------------------
15786
+  (0.1ms) rollback transaction
15787
+  (0.0ms) begin transaction
15788
+ -------------------------------------------------------------------------------------------------
15789
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
15790
+ -------------------------------------------------------------------------------------------------
15791
+  (0.1ms) rollback transaction
15792
+  (0.0ms) begin transaction
15793
+ ----------------------------------------------------------------------------------------------------
15794
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
15795
+ ----------------------------------------------------------------------------------------------------
15796
+  (0.0ms) rollback transaction
15797
+  (0.0ms) begin transaction
15798
+ ----------------------------------------------------------------------------------
15799
+ MontageRailsTest: test_: MontageRails should have a mock server while in testing.
15800
+ ----------------------------------------------------------------------------------
15801
+  (0.1ms) rollback transaction
15802
+  (0.0ms) begin transaction
15803
+ -------------------------------------------------------------
15804
+ MontageRailsTest: test_: .configure should require a domain.
15805
+ -------------------------------------------------------------
15806
+  (0.1ms) rollback transaction
15807
+  (0.0ms) begin transaction
15808
+ ---------------------------------------------------------------------------------------------------------------
15809
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
15810
+ ---------------------------------------------------------------------------------------------------------------
15811
+  (0.0ms) rollback transaction
15812
+  (0.1ms) begin transaction
15813
+ -------------------------------------------------------------------------------------------
15814
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
15815
+ -------------------------------------------------------------------------------------------
15816
+  (0.0ms) rollback transaction
15817
+ Movie Load (584.0ms) {:filter=>{}, :limit=>1}
15818
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 13:33:51 -0700
15819
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 13:34:23 -0700
15820
+ Started GET "/" for ::1 at 2015-07-29 13:36:35 -0700
15821
+ Started GET "/montage_rails_mock" for ::1 at 2015-07-29 13:36:48 -0700
15822
+ Started GET "/montage_rails_mock/__sinatra__/500.png" for ::1 at 2015-07-29 13:36:49 -0700
15823
+ Started GET "/montage_rails_mock" for ::1 at 2015-07-29 13:37:16 -0700
15824
+ Started GET "/montage_rails_mock/__sinatra__/500.png" for ::1 at 2015-07-29 13:37:17 -0700
15825
+ Started GET "/montage_rails_mock/schemas/test_mods" for ::1 at 2015-07-29 13:37:27 -0700
15826
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods" for ::1 at 2015-07-29 13:37:38 -0700
15827
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods" for ::1 at 2015-07-29 13:38:31 -0700
15828
+ Started GET "/montage_rails_mock/" for ::1 at 2015-07-29 13:38:35 -0700
15829
+ Started GET "/montage_rails_mock/api/v1/files" for ::1 at 2015-07-29 13:38:52 -0700
15830
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for ::1 at 2015-07-29 13:39:16 -0700
15831
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 13:41:17 -0700
15832
+ Started GET "/montage_rails_mock/api/v1/schemas?schema=test_mods" for ::1 at 2015-07-29 13:42:08 -0700
15833
+ Started GET "/montage_rails_mock/api/v1/schemas/:schema" for ::1 at 2015-07-29 13:42:21 -0700
15834
+ Started GET "/montage_rails_mock/api/v1/schemas/foo" for ::1 at 2015-07-29 13:42:50 -0700
15835
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 13:44:47 -0700
15836
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods" for ::1 at 2015-07-29 13:45:17 -0700
15837
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods" for ::1 at 2015-07-29 13:47:11 -0700
15838
+ Started GET "/montage_rails_mock/__sinatra__/500.png" for ::1 at 2015-07-29 13:47:11 -0700
15839
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 13:48:32 -0700
15840
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 13:53:07 -0700
15841
+ Started GET "/montage_rails_mock/api/v1/schemas/test_mods/" for 127.0.0.1 at 2015-07-29 14:20:49 -0700
15842
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
15843
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15844
+  (0.1ms) select sqlite_version(*)
15845
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15846
+  (0.1ms) SELECT version FROM "schema_migrations"
15847
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15848
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15849
+ foo Load (0.0ms) bar
15850
+ foo Load (0.0ms) bar
15851
+ foo Load (0.0ms) bar
15852
+ foo Load [CACHE] (0.0ms) bar
15853
+ foo Load (0.1ms) bar
15854
+  (0.1ms) begin transaction
15855
+ -------------------------------------------------------------------------------------------
15856
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
15857
+ -------------------------------------------------------------------------------------------
15858
+  (0.1ms) rollback transaction
15859
+  (0.1ms) begin transaction
15860
+ --------------------------------------------------------------
15861
+ MontageRailsTest: test_: .configure should accept server url.
15862
+ --------------------------------------------------------------
15863
+  (0.0ms) rollback transaction
15864
+  (0.0ms) begin transaction
15865
+ ---------------------------------------------------------------------------------------
15866
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
15867
+ ---------------------------------------------------------------------------------------
15868
+  (0.1ms) rollback transaction
15869
+  (0.1ms) begin transaction
15870
+ --------------------------------------------------------------------------------------
15871
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
15872
+ --------------------------------------------------------------------------------------
15873
+  (0.1ms) rollback transaction
15874
+  (0.0ms) begin transaction
15875
+ ----------------------------------------------------------------------------------------------------
15876
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
15877
+ ----------------------------------------------------------------------------------------------------
15878
+  (0.0ms) rollback transaction
15879
+  (0.1ms) begin transaction
15880
+ -------------------------------------------------------------
15881
+ MontageRailsTest: test_: .configure should require a domain.
15882
+ -------------------------------------------------------------
15883
+  (0.0ms) rollback transaction
15884
+  (0.1ms) begin transaction
15885
+ ---------------------------------------------------------------------------------------
15886
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
15887
+ ---------------------------------------------------------------------------------------
15888
+  (0.0ms) rollback transaction
15889
+  (0.0ms) begin transaction
15890
+ ------------------------------------------------------------------------------------------------
15891
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
15892
+ ------------------------------------------------------------------------------------------------
15893
+  (0.0ms) rollback transaction
15894
+  (0.0ms) begin transaction
15895
+ ---------------------------------------------------------------------------------------------------------------
15896
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
15897
+ ---------------------------------------------------------------------------------------------------------------
15898
+  (0.1ms) rollback transaction
15899
+  (0.1ms) begin transaction
15900
+ --------------------------------------------------------------------------------------------
15901
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
15902
+ --------------------------------------------------------------------------------------------
15903
+  (0.0ms) rollback transaction
15904
+  (0.0ms) begin transaction
15905
+ -------------------------------------------------------------------------------------------------
15906
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
15907
+ -------------------------------------------------------------------------------------------------
15908
+  (0.0ms) rollback transaction
15909
+ Movie Load (11.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15910
+ Movie Load (2.2ms) {:filter=>{:title=>"Foo"}}
15911
+ Movie Load (2.3ms) {:filter=>{:title=>"The Jerk"}}
15912
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15913
+ Movie Load (4.9ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
15914
+ foo Load (0.0ms) bar
15915
+ Movie Load (5.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15916
+ Movie Load (4.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15917
+ Movie Load (2.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15918
+ Movie Load (2.0ms) {:filter=>{:votes__gt=>900000}}
15919
+ Movie Load (1.7ms) {:filter=>{:votes__gt=>900000}}
15920
+ Movie Create (8.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15921
+ Movie Update (2.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}
15922
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15923
+ Movie Update (1.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}
15924
+ Movie Create (2.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15925
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15926
+ Movie Update (2.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}
15927
+ Movie Create (8.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15928
+ Movie Update (2.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}
15929
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15930
+ Movie Update (1.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}
15931
+ Movie Load (1.7ms) {:filter=>{}}
15932
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15933
+ Studio Create (1.8ms) {:name=>"Universal"}
15934
+ Studio Load (1.7ms) 19442e09-5c2d-4e5d-8f34-675570e81414
15935
+ Studio Load (1.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
15936
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15937
+ Movie Update (2.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}
15938
+ Actor Create (3.4ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
15939
+ Actor Create (1.9ms) {:movie_id=>nil, :name=>"Mark Hamill"}
15940
+ Actor Load (1.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
15941
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
15942
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15943
+ Movie Update (2.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}
15944
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15945
+ Movie Update (3.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}
15946
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15947
+ Movie Update (1.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}
15948
+ Movie Load (1.9ms) #<MontageRails::Relation:0x007fe64ecebdf0>
15949
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15950
+ Movie Update (2.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}
15951
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15952
+ Movie Update (1.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}
15953
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15954
+ Movie Update (2.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}
15955
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15956
+ Movie Update (2.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}
15957
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
15958
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
15959
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15960
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
15961
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15962
+ Movie Update (2.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}
15963
+ Movie Load (2.6ms) #<MontageRails::Relation:0x007fe64c98cc60>
15964
+ Movie Create (8.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15965
+ Movie Update (2.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}
15966
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15967
+ Movie Update (2.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}
15968
+ Movie Create (15.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15969
+ Movie Update (2.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}
15970
+ Actor Create (1.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
15971
+ Actor Create (2.1ms) {:movie_id=>nil, :name=>"Mark Hamill"}
15972
+ MontageRails::BaseTest::TestClass Load (2.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
15973
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15974
+ Movie Update (2.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}
15975
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15976
+ Movie Update (2.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}
15977
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15978
+ Movie Update (1.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}
15979
+ Movie Update (1.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}
15980
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
15981
+ Movie Update (2.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}
15982
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
15983
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
15984
+ Actor Load (1.7ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
15985
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15986
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
15987
+  (0.0ms) select sqlite_version(*)
15988
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15989
+  (0.1ms) SELECT version FROM "schema_migrations"
15990
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
15991
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15992
+  (0.1ms) begin transaction
15993
+ -------------------------------------------------------------
15994
+ MontageRailsTest: test_: .configure should require a domain.
15995
+ -------------------------------------------------------------
15996
+  (0.0ms) rollback transaction
15997
+  (0.0ms) begin transaction
15998
+ ------------------------------------------------------------------------------------------------
15999
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16000
+ ------------------------------------------------------------------------------------------------
16001
+  (0.0ms) rollback transaction
16002
+  (0.1ms) begin transaction
16003
+ ---------------------------------------------------------------------------------------
16004
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16005
+ ---------------------------------------------------------------------------------------
16006
+  (0.1ms) rollback transaction
16007
+  (0.0ms) begin transaction
16008
+ --------------------------------------------------------------------------------------
16009
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16010
+ --------------------------------------------------------------------------------------
16011
+  (0.1ms) rollback transaction
16012
+  (0.1ms) begin transaction
16013
+ -------------------------------------------------------------------------------------------------
16014
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16015
+ -------------------------------------------------------------------------------------------------
16016
+  (0.1ms) rollback transaction
16017
+  (0.0ms) begin transaction
16018
+ ---------------------------------------------------------------------------------------
16019
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16020
+ ---------------------------------------------------------------------------------------
16021
+  (0.0ms) rollback transaction
16022
+  (0.1ms) begin transaction
16023
+ --------------------------------------------------------------
16024
+ MontageRailsTest: test_: .configure should accept server url.
16025
+ --------------------------------------------------------------
16026
+  (0.0ms) rollback transaction
16027
+  (0.0ms) begin transaction
16028
+ ----------------------------------------------------------------------------------------------------
16029
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16030
+ ----------------------------------------------------------------------------------------------------
16031
+  (0.0ms) rollback transaction
16032
+  (0.0ms) begin transaction
16033
+ -------------------------------------------------------------------------------------------
16034
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16035
+ -------------------------------------------------------------------------------------------
16036
+  (0.0ms) rollback transaction
16037
+  (0.0ms) begin transaction
16038
+ --------------------------------------------------------------------------------------------
16039
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16040
+ --------------------------------------------------------------------------------------------
16041
+  (0.1ms) rollback transaction
16042
+  (0.0ms) begin transaction
16043
+ ---------------------------------------------------------------------------------------------------------------
16044
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16045
+ ---------------------------------------------------------------------------------------------------------------
16046
+  (0.0ms) rollback transaction
16047
+ Movie Create (8.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16048
+ Movie Update (2.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}
16049
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16050
+ Movie Update (1.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}
16051
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16052
+ Movie Update (1.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}
16053
+ Movie Update (1.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=>900, :year=>1983}
16054
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16055
+ Movie Update (2.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}
16056
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16057
+ Movie Update (2.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}
16058
+ Actor Create (2.1ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16059
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16060
+ MontageRails::BaseTest::TestClass Load (1.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16061
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16062
+ Movie Update (2.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}
16063
+ Movie Load (2.6ms) #<MontageRails::Relation:0x007fd394449ef8>
16064
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16065
+ Movie Update (2.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}
16066
+ Actor Create (2.2ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16067
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16068
+ Actor Load (2.0ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
16069
+ Actor Load (1.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
16070
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16071
+ Movie Update (1.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}
16072
+ Movie Load (7.3ms) {:filter=>{}}
16073
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16074
+ Movie Update (1.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}
16075
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16076
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16077
+ Actor Load (2.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
16078
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16079
+ Movie Update (2.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}
16080
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16081
+ Movie Update (2.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}
16082
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16083
+ Movie Update (2.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}
16084
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16085
+ Movie Update (1.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}
16086
+ Movie Create (2.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16087
+ Movie Load (1.9ms) #<MontageRails::Relation:0x007fd398345c10>
16088
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16089
+ Movie Update (2.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}
16090
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16091
+ Movie Update (2.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}
16092
+ Actor Create (2.2ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16093
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16094
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16095
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
16096
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16097
+ Movie Update (2.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}
16098
+ Movie Load (4.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16099
+ Studio Create (2.0ms) {:name=>"Universal"}
16100
+ Studio Load (1.8ms) 19442e09-5c2d-4e5d-8f34-675570e81414
16101
+ Studio Load (1.4ms) 19442e09-5c2d-4e5d-8f34-675570e81414
16102
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16103
+ Movie Update (2.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}
16104
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16105
+ Movie Update (2.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}
16106
+ Movie Create (8.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16107
+ Movie Update (2.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}
16108
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16109
+ Movie Update (1.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}
16110
+ Movie Create (7.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16111
+ Movie Update (2.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}
16112
+ Movie Load (2.0ms) {:filter=>{:title=>"Foo"}}
16113
+ Movie Load (6.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16114
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
16115
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16116
+ Movie Load (10.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16117
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16118
+ Movie Load (2.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16119
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
16120
+ Movie Load (2.4ms) {:filter=>{:title=>"The Jerk"}}
16121
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
16122
+ foo Load (0.0ms) bar
16123
+ foo Load [CACHE] (0.0ms) bar
16124
+ foo Load (0.1ms) bar
16125
+ foo Load (0.0ms) bar
16126
+ foo Load (0.1ms) bar
16127
+ foo Load (0.0ms) bar
16128
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16129
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16130
+  (0.0ms) select sqlite_version(*)
16131
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16132
+  (0.1ms) SELECT version FROM "schema_migrations"
16133
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16134
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16135
+  (0.1ms) begin transaction
16136
+ --------------------------------------------------------------------------------------------
16137
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16138
+ --------------------------------------------------------------------------------------------
16139
+  (0.0ms) rollback transaction
16140
+  (0.1ms) begin transaction
16141
+ ------------------------------------------------------------------------------------------------
16142
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16143
+ ------------------------------------------------------------------------------------------------
16144
+  (0.0ms) rollback transaction
16145
+  (0.0ms) begin transaction
16146
+ ---------------------------------------------------------------------------------------------------------------
16147
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16148
+ ---------------------------------------------------------------------------------------------------------------
16149
+  (0.0ms) rollback transaction
16150
+  (0.0ms) begin transaction
16151
+ ---------------------------------------------------------------------------------------
16152
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16153
+ ---------------------------------------------------------------------------------------
16154
+  (0.0ms) rollback transaction
16155
+  (0.0ms) begin transaction
16156
+ -------------------------------------------------------------------------------------------
16157
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16158
+ -------------------------------------------------------------------------------------------
16159
+  (0.0ms) rollback transaction
16160
+  (0.1ms) begin transaction
16161
+ ----------------------------------------------------------------------------------------------------
16162
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16163
+ ----------------------------------------------------------------------------------------------------
16164
+  (0.1ms) rollback transaction
16165
+  (0.0ms) begin transaction
16166
+ -------------------------------------------------------------
16167
+ MontageRailsTest: test_: .configure should require a domain.
16168
+ -------------------------------------------------------------
16169
+  (0.1ms) rollback transaction
16170
+  (0.1ms) begin transaction
16171
+ -------------------------------------------------------------------------------------------------
16172
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16173
+ -------------------------------------------------------------------------------------------------
16174
+  (0.0ms) rollback transaction
16175
+  (0.0ms) begin transaction
16176
+ --------------------------------------------------------------------------------------
16177
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16178
+ --------------------------------------------------------------------------------------
16179
+  (0.1ms) rollback transaction
16180
+  (0.1ms) begin transaction
16181
+ ---------------------------------------------------------------------------------------
16182
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16183
+ ---------------------------------------------------------------------------------------
16184
+  (0.0ms) rollback transaction
16185
+  (0.0ms) begin transaction
16186
+ --------------------------------------------------------------
16187
+ MontageRailsTest: test_: .configure should accept server url.
16188
+ --------------------------------------------------------------
16189
+  (0.0ms) rollback transaction
16190
+ foo Load (0.1ms) bar
16191
+ foo Load (0.0ms) bar
16192
+ foo Load (0.0ms) bar
16193
+ foo Load [CACHE] (0.0ms) bar
16194
+ foo Load (0.1ms) bar
16195
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16196
+ Movie Update (1.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}
16197
+ Movie Create (8.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16198
+ Movie Update (2.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}
16199
+ Movie Create (9.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16200
+ Movie Update (2.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}
16201
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16202
+ Movie Update (2.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}
16203
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16204
+ Movie Update (2.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}
16205
+ Actor Create (2.4ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16206
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16207
+ Actor Load (2.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
16208
+ Actor Load (1.9ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
16209
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16210
+ Movie Update (2.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}
16211
+ Actor Create (2.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16212
+ Actor Create (2.1ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16213
+ MontageRails::BaseTest::TestClass Load (2.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16214
+ Movie Load (2.4ms) #<MontageRails::Relation:0x007fd968be4da0>
16215
+ Movie Create (11.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16216
+ Movie Update (2.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}
16217
+ Movie Load (2.1ms) #<MontageRails::Relation:0x007fd968b34f40>
16218
+ Movie Create (7.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16219
+ Movie Update (2.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}
16220
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16221
+ Movie Update (2.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}
16222
+ Movie Create (2.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16223
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16224
+ Movie Update (2.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}
16225
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16226
+ Movie Update (2.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}
16227
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16228
+ Movie Update (2.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}
16229
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16230
+ Movie Update (2.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}
16231
+ Movie Create (9.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16232
+ Movie Update (2.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}
16233
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16234
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16235
+ Actor Load (1.9ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
16236
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16237
+ Movie Update (2.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}
16238
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16239
+ Movie Update (2.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}
16240
+ Actor Create (3.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16241
+ Actor Create (2.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16242
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16243
+ Actor Load (6.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
16244
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16245
+ Movie Update (1.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}
16246
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16247
+ Movie Update (3.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}
16248
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16249
+ Movie Update (2.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}
16250
+ Movie Update (2.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}
16251
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16252
+ Studio Create (2.1ms) {:name=>"Universal"}
16253
+ Studio Load (2.1ms) 19442e09-5c2d-4e5d-8f34-675570e81414
16254
+ Studio Load (1.5ms) 19442e09-5c2d-4e5d-8f34-675570e81414
16255
+ Movie Load (1.6ms) {:filter=>{}}
16256
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16257
+ Movie Update (1.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}
16258
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16259
+ Movie Update (2.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}
16260
+ Movie Load (2.6ms) {:filter=>{:title=>"The Jerk"}}
16261
+ Movie Load (2.4ms) {:filter=>{:title=>"Foo"}}
16262
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16263
+ Movie Load (4.0ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
16264
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16265
+ Movie Load (4.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16266
+ foo Load (0.0ms) bar
16267
+ Movie Load (1.6ms) {:filter=>{:votes__gt=>900000}}
16268
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
16269
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16270
+ Movie Load (2.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16271
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16272
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16273
+  (0.1ms) select sqlite_version(*)
16274
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16275
+  (0.1ms) SELECT version FROM "schema_migrations"
16276
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16277
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16278
+ foo Load (0.1ms) bar
16279
+ foo Load (0.0ms) bar
16280
+ foo Load [CACHE] (0.0ms) bar
16281
+ foo Load (0.0ms) bar
16282
+ foo Load (0.0ms) bar
16283
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:23 -0700
16284
+ Movie Load (29.7ms) {:filter=>{}}
16285
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:23 -0700
16286
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16287
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16288
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16289
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16290
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16291
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16292
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16293
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16294
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16295
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16296
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16297
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16298
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:24 -0700
16299
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16300
+ Movie Load (11.5ms) #<MontageRails::Relation:0x007fdd0686b588>
16301
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16302
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16303
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16304
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16305
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16306
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16307
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16308
+ Movie Load (11.7ms) #<MontageRails::Relation:0x007fdd007c2218>
16309
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16310
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16311
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16312
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16313
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16314
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16315
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16316
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16317
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16318
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:25 -0700
16319
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16320
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16321
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16322
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16323
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16324
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16325
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16326
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16327
+ Started GET "/montage_rails_mock/api/v1/schemas/movies/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16328
+ foo Load (0.0ms) bar
16329
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16330
+ Movie Load (16.1ms) {:filter=>{:title=>"The Jerk"}}
16331
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16332
+ Movie Load (12.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16333
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16334
+ Movie Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16335
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16336
+ Movie Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16337
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16338
+ Movie Load (7.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16339
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16340
+ Movie Load (11.6ms) {:filter=>{:title=>"Foo"}}
16341
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16342
+ Movie Load (13.1ms) {:filter=>{:votes__gt=>900000}}
16343
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16344
+ Movie Load (11.0ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
16345
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16346
+ Movie Load (11.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16347
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16348
+ Movie Load (11.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16349
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16350
+ Movie Load (6.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16351
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16352
+ Movie Load (10.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16353
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16354
+ Movie Load (7.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16355
+ Started POST "/montage_rails_mock/api/v1/schemas/movies/query/" for 127.0.0.1 at 2015-08-03 11:31:26 -0700
16356
+ Movie Load (13.1ms) {:filter=>{:votes__gt=>900000}}
16357
+  (0.1ms) begin transaction
16358
+ ------------------------------------------------------------------------------------------------
16359
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16360
+ ------------------------------------------------------------------------------------------------
16361
+  (0.1ms) rollback transaction
16362
+  (0.2ms) begin transaction
16363
+ ---------------------------------------------------------------------------------------
16364
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16365
+ ---------------------------------------------------------------------------------------
16366
+  (0.1ms) rollback transaction
16367
+  (0.0ms) begin transaction
16368
+ --------------------------------------------------------------
16369
+ MontageRailsTest: test_: .configure should accept server url.
16370
+ --------------------------------------------------------------
16371
+  (0.1ms) rollback transaction
16372
+  (0.0ms) begin transaction
16373
+ ---------------------------------------------------------------------------------------------------------------
16374
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16375
+ ---------------------------------------------------------------------------------------------------------------
16376
+  (0.1ms) rollback transaction
16377
+  (0.0ms) begin transaction
16378
+ --------------------------------------------------------------------------------------
16379
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16380
+ --------------------------------------------------------------------------------------
16381
+  (0.1ms) rollback transaction
16382
+  (0.0ms) begin transaction
16383
+ --------------------------------------------------------------------------------------------
16384
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16385
+ --------------------------------------------------------------------------------------------
16386
+  (0.1ms) rollback transaction
16387
+  (0.2ms) begin transaction
16388
+ -------------------------------------------------------------------------------------------------
16389
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16390
+ -------------------------------------------------------------------------------------------------
16391
+  (0.4ms) rollback transaction
16392
+  (0.0ms) begin transaction
16393
+ ---------------------------------------------------------------------------------------
16394
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16395
+ ---------------------------------------------------------------------------------------
16396
+  (0.1ms) rollback transaction
16397
+  (0.1ms) begin transaction
16398
+ -------------------------------------------------------------------------------------------
16399
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16400
+ -------------------------------------------------------------------------------------------
16401
+  (0.0ms) rollback transaction
16402
+  (0.0ms) begin transaction
16403
+ -------------------------------------------------------------
16404
+ MontageRailsTest: test_: .configure should require a domain.
16405
+ -------------------------------------------------------------
16406
+  (0.1ms) rollback transaction
16407
+  (0.1ms) begin transaction
16408
+ ----------------------------------------------------------------------------------------------------
16409
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16410
+ ----------------------------------------------------------------------------------------------------
16411
+  (0.1ms) rollback transaction
16412
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16413
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16414
+  (0.1ms) select sqlite_version(*)
16415
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16416
+  (0.1ms) SELECT version FROM "schema_migrations"
16417
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16418
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16419
+ Movie Load (8.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16420
+ Movie Load (2.3ms) {:filter=>{:title=>"The Jerk"}}
16421
+ Movie Load (3.9ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
16422
+ Movie Load (1.6ms) {:filter=>{:votes__gt=>900000}}
16423
+ foo Load (0.0ms) bar
16424
+ Movie Load (2.2ms) {:filter=>{:title=>"Foo"}}
16425
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16426
+ Movie Load (4.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16427
+ Movie Load (4.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16428
+ Movie Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16429
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
16430
+ foo Load (0.1ms) bar
16431
+ foo Load (0.0ms) bar
16432
+ foo Load [CACHE] (0.0ms) bar
16433
+ foo Load (0.0ms) bar
16434
+ foo Load (0.0ms) bar
16435
+ Movie Create (9.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16436
+ Movie Update (2.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}
16437
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16438
+ Movie Update (2.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}
16439
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16440
+ Movie Update (2.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}
16441
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16442
+ Movie Update (2.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}
16443
+ Movie Create (8.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16444
+ Movie Update (1.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}
16445
+ Actor Create (2.2ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16446
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16447
+ Actor Load (2.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
16448
+ Actor Load (1.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
16449
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16450
+ Movie Update (2.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}
16451
+ Actor Create (1.5ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16452
+ Actor Create (1.4ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16453
+ MontageRails::BaseTest::TestClass Load (1.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16454
+ Actor Load (1.2ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
16455
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16456
+ Movie Update (1.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}
16457
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16458
+ Movie Update (2.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}
16459
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16460
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16461
+ MontageRails::BaseTest::TestClass Load (1.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16462
+ Movie Load (4.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
16463
+ Studio Create (1.7ms) {:name=>"Universal"}
16464
+ Studio Load (1.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
16465
+ Studio Load (1.4ms) 19442e09-5c2d-4e5d-8f34-675570e81414
16466
+ Movie Create (9.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16467
+ Movie Update (2.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}
16468
+ Movie Load (2.2ms) #<MontageRails::Relation:0x007fe5c111b0d0>
16469
+ Movie Load (2.4ms) #<MontageRails::Relation:0x007fe5bbfeb318>
16470
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16471
+ Movie Update (2.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}
16472
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16473
+ Movie Update (2.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}
16474
+ Movie Create (2.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16475
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16476
+ Movie Update (2.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}
16477
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16478
+ Movie Update (2.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}
16479
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16480
+ Movie Update (2.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}
16481
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
16482
+ Actor Create (2.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
16483
+ Actor Load (1.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
16484
+ Movie Load (1.8ms) {:filter=>{}}
16485
+ Movie Create (10.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16486
+ Movie Update (2.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}
16487
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16488
+ Movie Update (2.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}
16489
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16490
+ Movie Update (2.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}
16491
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16492
+ Movie Update (2.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}
16493
+ Movie Update (2.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=>900, :year=>1983}
16494
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16495
+ Movie Update (3.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}
16496
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16497
+ Movie Update (2.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}
16498
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
16499
+ Movie Update (2.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}
16500
+  (0.1ms) begin transaction
16501
+ -------------------------------------------------------------------------------------------------
16502
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16503
+ -------------------------------------------------------------------------------------------------
16504
+  (0.0ms) rollback transaction
16505
+  (0.0ms) begin transaction
16506
+ ---------------------------------------------------------------------------------------------------------------
16507
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16508
+ ---------------------------------------------------------------------------------------------------------------
16509
+  (0.1ms) rollback transaction
16510
+  (0.1ms) begin transaction
16511
+ --------------------------------------------------------------------------------------------
16512
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16513
+ --------------------------------------------------------------------------------------------
16514
+  (0.1ms) rollback transaction
16515
+  (0.1ms) begin transaction
16516
+ ------------------------------------------------------------------------------------------------
16517
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16518
+ ------------------------------------------------------------------------------------------------
16519
+  (0.1ms) rollback transaction
16520
+  (0.1ms) begin transaction
16521
+ -------------------------------------------------------------------------------------------
16522
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16523
+ -------------------------------------------------------------------------------------------
16524
+  (0.1ms) rollback transaction
16525
+  (0.1ms) begin transaction
16526
+ ---------------------------------------------------------------------------------------
16527
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16528
+ ---------------------------------------------------------------------------------------
16529
+  (0.1ms) rollback transaction
16530
+  (0.1ms) begin transaction
16531
+ ----------------------------------------------------------------------------------------------------
16532
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16533
+ ----------------------------------------------------------------------------------------------------
16534
+  (0.1ms) rollback transaction
16535
+  (0.0ms) begin transaction
16536
+ -------------------------------------------------------------
16537
+ MontageRailsTest: test_: .configure should require a domain.
16538
+ -------------------------------------------------------------
16539
+  (0.0ms) rollback transaction
16540
+  (0.0ms) begin transaction
16541
+ --------------------------------------------------------------------------------------
16542
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16543
+ --------------------------------------------------------------------------------------
16544
+  (0.2ms) rollback transaction
16545
+  (0.1ms) begin transaction
16546
+ --------------------------------------------------------------
16547
+ MontageRailsTest: test_: .configure should accept server url.
16548
+ --------------------------------------------------------------
16549
+  (0.0ms) rollback transaction
16550
+  (0.0ms) begin transaction
16551
+ ---------------------------------------------------------------------------------------
16552
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16553
+ ---------------------------------------------------------------------------------------
16554
+  (0.0ms) rollback transaction
16555
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16556
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16557
+  (0.1ms) select sqlite_version(*)
16558
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16559
+  (0.1ms) SELECT version FROM "schema_migrations"
16560
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16561
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16562
+  (0.1ms) begin transaction
16563
+ -------------------------------------------------------------------------------------------------
16564
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16565
+ -------------------------------------------------------------------------------------------------
16566
+  (0.0ms) rollback transaction
16567
+  (0.0ms) begin transaction
16568
+ --------------------------------------------------------------
16569
+ MontageRailsTest: test_: .configure should accept server url.
16570
+ --------------------------------------------------------------
16571
+  (0.0ms) rollback transaction
16572
+  (0.0ms) begin transaction
16573
+ ---------------------------------------------------------------------------------------
16574
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16575
+ ---------------------------------------------------------------------------------------
16576
+  (0.0ms) rollback transaction
16577
+  (0.0ms) begin transaction
16578
+ ---------------------------------------------------------------------------------------------------------------
16579
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16580
+ ---------------------------------------------------------------------------------------------------------------
16581
+  (0.1ms) rollback transaction
16582
+  (0.1ms) begin transaction
16583
+ -------------------------------------------------------------------------------------------
16584
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16585
+ -------------------------------------------------------------------------------------------
16586
+  (0.2ms) rollback transaction
16587
+  (0.1ms) begin transaction
16588
+ ------------------------------------------------------------------------------------------------
16589
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16590
+ ------------------------------------------------------------------------------------------------
16591
+  (0.0ms) rollback transaction
16592
+  (0.0ms) begin transaction
16593
+ ---------------------------------------------------------------------------------------
16594
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16595
+ ---------------------------------------------------------------------------------------
16596
+  (0.1ms) rollback transaction
16597
+  (0.0ms) begin transaction
16598
+ -------------------------------------------------------------
16599
+ MontageRailsTest: test_: .configure should require a domain.
16600
+ -------------------------------------------------------------
16601
+  (0.0ms) rollback transaction
16602
+  (0.0ms) begin transaction
16603
+ --------------------------------------------------------------------------------------
16604
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16605
+ --------------------------------------------------------------------------------------
16606
+  (0.1ms) rollback transaction
16607
+  (0.0ms) begin transaction
16608
+ ----------------------------------------------------------------------------------------------------
16609
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16610
+ ----------------------------------------------------------------------------------------------------
16611
+  (0.0ms) rollback transaction
16612
+  (0.0ms) begin transaction
16613
+ --------------------------------------------------------------------------------------------
16614
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16615
+ --------------------------------------------------------------------------------------------
16616
+  (0.0ms) rollback transaction
16617
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16618
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16619
+  (0.1ms) select sqlite_version(*)
16620
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16621
+  (0.1ms) SELECT version FROM "schema_migrations"
16622
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16623
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16624
+  (0.1ms) begin transaction
16625
+ ----------------------------------------------------------------------------------------------------
16626
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16627
+ ----------------------------------------------------------------------------------------------------
16628
+  (0.1ms) rollback transaction
16629
+  (0.0ms) begin transaction
16630
+ -------------------------------------------------------------------------------------------
16631
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16632
+ -------------------------------------------------------------------------------------------
16633
+  (0.0ms) rollback transaction
16634
+  (0.0ms) begin transaction
16635
+ ---------------------------------------------------------------------------------------
16636
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16637
+ ---------------------------------------------------------------------------------------
16638
+  (0.0ms) rollback transaction
16639
+  (0.0ms) begin transaction
16640
+ ------------------------------------------------------------------------------------------------
16641
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16642
+ ------------------------------------------------------------------------------------------------
16643
+  (0.0ms) rollback transaction
16644
+  (0.0ms) begin transaction
16645
+ -------------------------------------------------------------------------------------------------
16646
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16647
+ -------------------------------------------------------------------------------------------------
16648
+  (0.1ms) rollback transaction
16649
+  (0.0ms) begin transaction
16650
+ --------------------------------------------------------------
16651
+ MontageRailsTest: test_: .configure should accept server url.
16652
+ --------------------------------------------------------------
16653
+  (0.0ms) rollback transaction
16654
+  (0.0ms) begin transaction
16655
+ ---------------------------------------------------------------------------------------
16656
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16657
+ ---------------------------------------------------------------------------------------
16658
+  (0.0ms) rollback transaction
16659
+  (0.0ms) begin transaction
16660
+ -------------------------------------------------------------
16661
+ MontageRailsTest: test_: .configure should require a domain.
16662
+ -------------------------------------------------------------
16663
+  (0.0ms) rollback transaction
16664
+  (0.0ms) begin transaction
16665
+ ---------------------------------------------------------------------------------------------------------------
16666
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16667
+ ---------------------------------------------------------------------------------------------------------------
16668
+  (0.2ms) rollback transaction
16669
+  (0.1ms) begin transaction
16670
+ --------------------------------------------------------------------------------------------
16671
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16672
+ --------------------------------------------------------------------------------------------
16673
+  (0.1ms) rollback transaction
16674
+  (0.0ms) begin transaction
16675
+ --------------------------------------------------------------------------------------
16676
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16677
+ --------------------------------------------------------------------------------------
16678
+  (0.1ms) rollback transaction
16679
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16680
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16681
+  (0.1ms) select sqlite_version(*)
16682
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16683
+  (0.1ms) SELECT version FROM "schema_migrations"
16684
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16685
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16686
+  (0.1ms) begin transaction
16687
+ ---------------------------------------------------------------------------------------
16688
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16689
+ ---------------------------------------------------------------------------------------
16690
+  (0.1ms) rollback transaction
16691
+  (0.1ms) begin transaction
16692
+ -------------------------------------------------------------------------------------------------
16693
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16694
+ -------------------------------------------------------------------------------------------------
16695
+  (0.0ms) rollback transaction
16696
+  (0.0ms) begin transaction
16697
+ -------------------------------------------------------------
16698
+ MontageRailsTest: test_: .configure should require a domain.
16699
+ -------------------------------------------------------------
16700
+  (0.0ms) rollback transaction
16701
+  (0.0ms) begin transaction
16702
+ --------------------------------------------------------------------------------------
16703
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16704
+ --------------------------------------------------------------------------------------
16705
+  (0.1ms) rollback transaction
16706
+  (0.0ms) begin transaction
16707
+ --------------------------------------------------------------------------------------------
16708
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16709
+ --------------------------------------------------------------------------------------------
16710
+  (0.0ms) rollback transaction
16711
+  (0.0ms) begin transaction
16712
+ ----------------------------------------------------------------------------------------------------
16713
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16714
+ ----------------------------------------------------------------------------------------------------
16715
+  (0.0ms) rollback transaction
16716
+  (0.1ms) begin transaction
16717
+ --------------------------------------------------------------
16718
+ MontageRailsTest: test_: .configure should accept server url.
16719
+ --------------------------------------------------------------
16720
+  (0.1ms) rollback transaction
16721
+  (0.0ms) begin transaction
16722
+ ---------------------------------------------------------------------------------------------------------------
16723
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16724
+ ---------------------------------------------------------------------------------------------------------------
16725
+  (0.1ms) rollback transaction
16726
+  (0.1ms) begin transaction
16727
+ ------------------------------------------------------------------------------------------------
16728
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16729
+ ------------------------------------------------------------------------------------------------
16730
+  (0.1ms) rollback transaction
16731
+  (0.0ms) begin transaction
16732
+ ---------------------------------------------------------------------------------------
16733
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16734
+ ---------------------------------------------------------------------------------------
16735
+  (0.0ms) rollback transaction
16736
+  (0.0ms) begin transaction
16737
+ -------------------------------------------------------------------------------------------
16738
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16739
+ -------------------------------------------------------------------------------------------
16740
+  (0.3ms) rollback transaction
16741
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16742
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16743
+  (0.1ms) select sqlite_version(*)
16744
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16745
+  (0.1ms) SELECT version FROM "schema_migrations"
16746
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16747
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16748
+  (0.1ms) begin transaction
16749
+ ---------------------------------------------------------------------------------------
16750
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16751
+ ---------------------------------------------------------------------------------------
16752
+  (0.0ms) rollback transaction
16753
+  (0.1ms) begin transaction
16754
+ -------------------------------------------------------------
16755
+ MontageRailsTest: test_: .configure should require a domain.
16756
+ -------------------------------------------------------------
16757
+  (0.0ms) rollback transaction
16758
+  (0.1ms) begin transaction
16759
+ ------------------------------------------------------------------------------------------------
16760
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16761
+ ------------------------------------------------------------------------------------------------
16762
+  (0.0ms) rollback transaction
16763
+  (0.1ms) begin transaction
16764
+ ---------------------------------------------------------------------------------------
16765
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16766
+ ---------------------------------------------------------------------------------------
16767
+  (0.1ms) rollback transaction
16768
+  (0.1ms) begin transaction
16769
+ --------------------------------------------------------------
16770
+ MontageRailsTest: test_: .configure should accept server url.
16771
+ --------------------------------------------------------------
16772
+  (0.1ms) rollback transaction
16773
+  (0.0ms) begin transaction
16774
+ -------------------------------------------------------------------------------------------
16775
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16776
+ -------------------------------------------------------------------------------------------
16777
+  (0.0ms) rollback transaction
16778
+  (0.0ms) begin transaction
16779
+ ---------------------------------------------------------------------------------------------------------------
16780
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16781
+ ---------------------------------------------------------------------------------------------------------------
16782
+  (0.1ms) rollback transaction
16783
+  (0.1ms) begin transaction
16784
+ ----------------------------------------------------------------------------------------------------
16785
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16786
+ ----------------------------------------------------------------------------------------------------
16787
+  (0.1ms) rollback transaction
16788
+  (0.0ms) begin transaction
16789
+ --------------------------------------------------------------------------------------------
16790
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16791
+ --------------------------------------------------------------------------------------------
16792
+  (0.0ms) rollback transaction
16793
+  (0.1ms) begin transaction
16794
+ --------------------------------------------------------------------------------------
16795
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16796
+ --------------------------------------------------------------------------------------
16797
+  (0.1ms) rollback transaction
16798
+  (0.1ms) begin transaction
16799
+ -------------------------------------------------------------------------------------------------
16800
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16801
+ -------------------------------------------------------------------------------------------------
16802
+  (0.1ms) rollback transaction
16803
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16804
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16805
+  (0.1ms) select sqlite_version(*)
16806
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16807
+  (0.1ms) SELECT version FROM "schema_migrations"
16808
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16809
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16810
+  (0.1ms) begin transaction
16811
+ --------------------------------------------------------------------------------------------
16812
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16813
+ --------------------------------------------------------------------------------------------
16814
+  (0.1ms) rollback transaction
16815
+  (0.0ms) begin transaction
16816
+ --------------------------------------------------------------------------------------
16817
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16818
+ --------------------------------------------------------------------------------------
16819
+  (0.1ms) rollback transaction
16820
+  (0.0ms) begin transaction
16821
+ ---------------------------------------------------------------------------------------
16822
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16823
+ ---------------------------------------------------------------------------------------
16824
+  (0.1ms) rollback transaction
16825
+  (0.0ms) begin transaction
16826
+ ---------------------------------------------------------------------------------------
16827
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16828
+ ---------------------------------------------------------------------------------------
16829
+  (0.1ms) rollback transaction
16830
+  (0.0ms) begin transaction
16831
+ ---------------------------------------------------------------------------------------------------------------
16832
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16833
+ ---------------------------------------------------------------------------------------------------------------
16834
+  (0.1ms) rollback transaction
16835
+  (0.0ms) begin transaction
16836
+ ------------------------------------------------------------------------------------------------
16837
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16838
+ ------------------------------------------------------------------------------------------------
16839
+  (0.1ms) rollback transaction
16840
+  (0.0ms) begin transaction
16841
+ --------------------------------------------------------------
16842
+ MontageRailsTest: test_: .configure should accept server url.
16843
+ --------------------------------------------------------------
16844
+  (0.1ms) rollback transaction
16845
+  (0.1ms) begin transaction
16846
+ ----------------------------------------------------------------------------------------------------
16847
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16848
+ ----------------------------------------------------------------------------------------------------
16849
+  (0.0ms) rollback transaction
16850
+  (0.0ms) begin transaction
16851
+ -------------------------------------------------------------------------------------------
16852
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16853
+ -------------------------------------------------------------------------------------------
16854
+  (0.0ms) rollback transaction
16855
+  (0.0ms) begin transaction
16856
+ -------------------------------------------------------------------------------------------------
16857
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16858
+ -------------------------------------------------------------------------------------------------
16859
+  (0.1ms) rollback transaction
16860
+  (0.1ms) begin transaction
16861
+ -------------------------------------------------------------
16862
+ MontageRailsTest: test_: .configure should require a domain.
16863
+ -------------------------------------------------------------
16864
+  (0.1ms) rollback transaction
16865
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16866
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16867
+  (0.0ms) select sqlite_version(*)
16868
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16869
+  (0.1ms) SELECT version FROM "schema_migrations"
16870
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16871
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16872
+  (0.1ms) begin transaction
16873
+ ----------------------------------------------------------------------------------------------------
16874
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16875
+ ----------------------------------------------------------------------------------------------------
16876
+  (0.1ms) rollback transaction
16877
+  (0.0ms) begin transaction
16878
+ ---------------------------------------------------------------------------------------
16879
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16880
+ ---------------------------------------------------------------------------------------
16881
+  (0.0ms) rollback transaction
16882
+  (0.0ms) begin transaction
16883
+ --------------------------------------------------------------------------------------------
16884
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16885
+ --------------------------------------------------------------------------------------------
16886
+  (0.0ms) rollback transaction
16887
+  (0.0ms) begin transaction
16888
+ ------------------------------------------------------------------------------------------------
16889
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16890
+ ------------------------------------------------------------------------------------------------
16891
+  (0.1ms) rollback transaction
16892
+  (0.0ms) begin transaction
16893
+ -------------------------------------------------------------------------------------------------
16894
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16895
+ -------------------------------------------------------------------------------------------------
16896
+  (0.1ms) rollback transaction
16897
+  (0.0ms) begin transaction
16898
+ --------------------------------------------------------------------------------------
16899
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16900
+ --------------------------------------------------------------------------------------
16901
+  (0.1ms) rollback transaction
16902
+  (0.0ms) begin transaction
16903
+ -------------------------------------------------------------------------------------------
16904
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16905
+ -------------------------------------------------------------------------------------------
16906
+  (0.1ms) rollback transaction
16907
+  (0.0ms) begin transaction
16908
+ ---------------------------------------------------------------------------------------------------------------
16909
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16910
+ ---------------------------------------------------------------------------------------------------------------
16911
+  (0.1ms) rollback transaction
16912
+  (0.1ms) begin transaction
16913
+ --------------------------------------------------------------
16914
+ MontageRailsTest: test_: .configure should accept server url.
16915
+ --------------------------------------------------------------
16916
+  (0.1ms) rollback transaction
16917
+  (0.0ms) begin transaction
16918
+ ---------------------------------------------------------------------------------------
16919
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16920
+ ---------------------------------------------------------------------------------------
16921
+  (0.1ms) rollback transaction
16922
+  (0.0ms) begin transaction
16923
+ -------------------------------------------------------------
16924
+ MontageRailsTest: test_: .configure should require a domain.
16925
+ -------------------------------------------------------------
16926
+  (0.1ms) rollback transaction
16927
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16928
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16929
+  (0.1ms) select sqlite_version(*)
16930
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16931
+  (0.1ms) SELECT version FROM "schema_migrations"
16932
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16933
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16934
+  (0.1ms) begin transaction
16935
+ ------------------------------------------------------------------------------------------------
16936
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
16937
+ ------------------------------------------------------------------------------------------------
16938
+  (0.0ms) rollback transaction
16939
+  (0.0ms) begin transaction
16940
+ ---------------------------------------------------------------------------------------------------------------
16941
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
16942
+ ---------------------------------------------------------------------------------------------------------------
16943
+  (0.0ms) rollback transaction
16944
+  (0.0ms) begin transaction
16945
+ --------------------------------------------------------------
16946
+ MontageRailsTest: test_: .configure should accept server url.
16947
+ --------------------------------------------------------------
16948
+  (0.0ms) rollback transaction
16949
+  (0.0ms) begin transaction
16950
+ -------------------------------------------------------------
16951
+ MontageRailsTest: test_: .configure should require a domain.
16952
+ -------------------------------------------------------------
16953
+  (0.0ms) rollback transaction
16954
+  (0.0ms) begin transaction
16955
+ --------------------------------------------------------------------------------------
16956
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
16957
+ --------------------------------------------------------------------------------------
16958
+  (0.1ms) rollback transaction
16959
+  (0.1ms) begin transaction
16960
+ ---------------------------------------------------------------------------------------
16961
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
16962
+ ---------------------------------------------------------------------------------------
16963
+  (0.1ms) rollback transaction
16964
+  (0.0ms) begin transaction
16965
+ --------------------------------------------------------------------------------------------
16966
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
16967
+ --------------------------------------------------------------------------------------------
16968
+  (0.0ms) rollback transaction
16969
+  (0.0ms) begin transaction
16970
+ -------------------------------------------------------------------------------------------------
16971
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
16972
+ -------------------------------------------------------------------------------------------------
16973
+  (0.1ms) rollback transaction
16974
+  (0.1ms) begin transaction
16975
+ -------------------------------------------------------------------------------------------
16976
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
16977
+ -------------------------------------------------------------------------------------------
16978
+  (0.1ms) rollback transaction
16979
+  (0.1ms) begin transaction
16980
+ ----------------------------------------------------------------------------------------------------
16981
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
16982
+ ----------------------------------------------------------------------------------------------------
16983
+  (0.0ms) rollback transaction
16984
+  (0.0ms) begin transaction
16985
+ ---------------------------------------------------------------------------------------
16986
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16987
+ ---------------------------------------------------------------------------------------
16988
+  (0.1ms) rollback transaction
16989
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16990
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16991
+  (0.1ms) select sqlite_version(*)
16992
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16993
+  (0.1ms) SELECT version FROM "schema_migrations"
16994
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16995
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16996
+  (0.1ms) begin transaction
16997
+ ---------------------------------------------------------------------------------------
16998
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
16999
+ ---------------------------------------------------------------------------------------
17000
+  (0.1ms) rollback transaction
17001
+  (0.0ms) begin transaction
17002
+ --------------------------------------------------------------------------------------------
17003
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17004
+ --------------------------------------------------------------------------------------------
17005
+  (0.0ms) rollback transaction
17006
+  (0.0ms) begin transaction
17007
+ --------------------------------------------------------------------------------------
17008
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17009
+ --------------------------------------------------------------------------------------
17010
+  (0.0ms) rollback transaction
17011
+  (0.0ms) begin transaction
17012
+ --------------------------------------------------------------
17013
+ MontageRailsTest: test_: .configure should accept server url.
17014
+ --------------------------------------------------------------
17015
+  (0.0ms) rollback transaction
17016
+  (0.0ms) begin transaction
17017
+ ----------------------------------------------------------------------------------------------------
17018
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17019
+ ----------------------------------------------------------------------------------------------------
17020
+  (0.1ms) rollback transaction
17021
+  (0.0ms) begin transaction
17022
+ ---------------------------------------------------------------------------------------------------------------
17023
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17024
+ ---------------------------------------------------------------------------------------------------------------
17025
+  (0.0ms) rollback transaction
17026
+  (0.0ms) begin transaction
17027
+ -------------------------------------------------------------
17028
+ MontageRailsTest: test_: .configure should require a domain.
17029
+ -------------------------------------------------------------
17030
+  (0.1ms) rollback transaction
17031
+  (0.0ms) begin transaction
17032
+ -------------------------------------------------------------------------------------------------
17033
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17034
+ -------------------------------------------------------------------------------------------------
17035
+  (0.1ms) rollback transaction
17036
+  (0.0ms) begin transaction
17037
+ ------------------------------------------------------------------------------------------------
17038
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17039
+ ------------------------------------------------------------------------------------------------
17040
+  (0.0ms) rollback transaction
17041
+  (0.0ms) begin transaction
17042
+ -------------------------------------------------------------------------------------------
17043
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17044
+ -------------------------------------------------------------------------------------------
17045
+  (0.1ms) rollback transaction
17046
+  (0.0ms) begin transaction
17047
+ ---------------------------------------------------------------------------------------
17048
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17049
+ ---------------------------------------------------------------------------------------
17050
+  (0.0ms) rollback transaction
17051
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17052
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17053
+  (0.1ms) select sqlite_version(*)
17054
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17055
+  (0.1ms) SELECT version FROM "schema_migrations"
17056
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17057
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17058
+  (0.1ms) begin transaction
17059
+ ----------------------------------------------------------------------------------------------------
17060
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17061
+ ----------------------------------------------------------------------------------------------------
17062
+  (0.1ms) rollback transaction
17063
+  (0.0ms) begin transaction
17064
+ --------------------------------------------------------------------------------------------
17065
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17066
+ --------------------------------------------------------------------------------------------
17067
+  (0.0ms) rollback transaction
17068
+  (0.0ms) begin transaction
17069
+ -------------------------------------------------------------
17070
+ MontageRailsTest: test_: .configure should require a domain.
17071
+ -------------------------------------------------------------
17072
+  (0.0ms) rollback transaction
17073
+  (0.0ms) begin transaction
17074
+ --------------------------------------------------------------
17075
+ MontageRailsTest: test_: .configure should accept server url.
17076
+ --------------------------------------------------------------
17077
+  (0.0ms) rollback transaction
17078
+  (0.0ms) begin transaction
17079
+ ---------------------------------------------------------------------------------------------------------------
17080
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17081
+ ---------------------------------------------------------------------------------------------------------------
17082
+  (0.0ms) rollback transaction
17083
+  (0.0ms) begin transaction
17084
+ -------------------------------------------------------------------------------------------------
17085
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17086
+ -------------------------------------------------------------------------------------------------
17087
+  (0.0ms) rollback transaction
17088
+  (0.0ms) begin transaction
17089
+ ---------------------------------------------------------------------------------------
17090
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17091
+ ---------------------------------------------------------------------------------------
17092
+  (0.1ms) rollback transaction
17093
+  (0.0ms) begin transaction
17094
+ ---------------------------------------------------------------------------------------
17095
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17096
+ ---------------------------------------------------------------------------------------
17097
+  (0.1ms) rollback transaction
17098
+  (0.0ms) begin transaction
17099
+ -------------------------------------------------------------------------------------------
17100
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17101
+ -------------------------------------------------------------------------------------------
17102
+  (0.0ms) rollback transaction
17103
+  (0.0ms) begin transaction
17104
+ --------------------------------------------------------------------------------------
17105
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17106
+ --------------------------------------------------------------------------------------
17107
+  (0.1ms) rollback transaction
17108
+  (0.0ms) begin transaction
17109
+ ------------------------------------------------------------------------------------------------
17110
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17111
+ ------------------------------------------------------------------------------------------------
17112
+  (0.0ms) rollback transaction
17113
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17114
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17115
+  (0.1ms) select sqlite_version(*)
17116
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17117
+  (0.1ms) SELECT version FROM "schema_migrations"
17118
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17119
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17120
+  (0.1ms) begin transaction
17121
+ ---------------------------------------------------------------------------------------------------------------
17122
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17123
+ ---------------------------------------------------------------------------------------------------------------
17124
+  (0.1ms) rollback transaction
17125
+  (0.1ms) begin transaction
17126
+ --------------------------------------------------------------------------------------
17127
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17128
+ --------------------------------------------------------------------------------------
17129
+  (0.1ms) rollback transaction
17130
+  (0.1ms) begin transaction
17131
+ --------------------------------------------------------------------------------------------
17132
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17133
+ --------------------------------------------------------------------------------------------
17134
+  (0.0ms) rollback transaction
17135
+  (0.1ms) begin transaction
17136
+ -------------------------------------------------------------------------------------------------
17137
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17138
+ -------------------------------------------------------------------------------------------------
17139
+  (0.0ms) rollback transaction
17140
+  (0.1ms) begin transaction
17141
+ -------------------------------------------------------------
17142
+ MontageRailsTest: test_: .configure should require a domain.
17143
+ -------------------------------------------------------------
17144
+  (0.1ms) rollback transaction
17145
+  (0.0ms) begin transaction
17146
+ ---------------------------------------------------------------------------------------
17147
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17148
+ ---------------------------------------------------------------------------------------
17149
+  (0.0ms) rollback transaction
17150
+  (0.0ms) begin transaction
17151
+ -------------------------------------------------------------------------------------------
17152
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17153
+ -------------------------------------------------------------------------------------------
17154
+  (0.0ms) rollback transaction
17155
+  (0.0ms) begin transaction
17156
+ --------------------------------------------------------------
17157
+ MontageRailsTest: test_: .configure should accept server url.
17158
+ --------------------------------------------------------------
17159
+  (0.1ms) rollback transaction
17160
+  (0.0ms) begin transaction
17161
+ ---------------------------------------------------------------------------------------
17162
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17163
+ ---------------------------------------------------------------------------------------
17164
+  (0.1ms) rollback transaction
17165
+  (0.1ms) begin transaction
17166
+ ----------------------------------------------------------------------------------------------------
17167
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17168
+ ----------------------------------------------------------------------------------------------------
17169
+  (0.1ms) rollback transaction
17170
+  (0.0ms) begin transaction
17171
+ ------------------------------------------------------------------------------------------------
17172
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17173
+ ------------------------------------------------------------------------------------------------
17174
+  (0.0ms) rollback transaction
17175
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17176
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17177
+  (0.0ms) select sqlite_version(*)
17178
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17179
+  (0.1ms) SELECT version FROM "schema_migrations"
17180
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17181
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17182
+  (0.1ms) begin transaction
17183
+ ---------------------------------------------------------------------------------------
17184
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17185
+ ---------------------------------------------------------------------------------------
17186
+  (0.0ms) rollback transaction
17187
+  (0.1ms) begin transaction
17188
+ --------------------------------------------------------------------------------------------
17189
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17190
+ --------------------------------------------------------------------------------------------
17191
+  (0.0ms) rollback transaction
17192
+  (0.0ms) begin transaction
17193
+ --------------------------------------------------------------------------------------
17194
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17195
+ --------------------------------------------------------------------------------------
17196
+  (0.1ms) rollback transaction
17197
+  (0.1ms) begin transaction
17198
+ ---------------------------------------------------------------------------------------
17199
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17200
+ ---------------------------------------------------------------------------------------
17201
+  (0.1ms) rollback transaction
17202
+  (0.0ms) begin transaction
17203
+ ------------------------------------------------------------------------------------------------
17204
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17205
+ ------------------------------------------------------------------------------------------------
17206
+  (0.0ms) rollback transaction
17207
+  (0.0ms) begin transaction
17208
+ ----------------------------------------------------------------------------------------------------
17209
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17210
+ ----------------------------------------------------------------------------------------------------
17211
+  (0.0ms) rollback transaction
17212
+  (0.0ms) begin transaction
17213
+ --------------------------------------------------------------
17214
+ MontageRailsTest: test_: .configure should accept server url.
17215
+ --------------------------------------------------------------
17216
+  (0.1ms) rollback transaction
17217
+  (0.1ms) begin transaction
17218
+ -------------------------------------------------------------------------------------------
17219
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17220
+ -------------------------------------------------------------------------------------------
17221
+  (0.2ms) rollback transaction
17222
+  (0.1ms) begin transaction
17223
+ -------------------------------------------------------------
17224
+ MontageRailsTest: test_: .configure should require a domain.
17225
+ -------------------------------------------------------------
17226
+  (0.0ms) rollback transaction
17227
+  (0.0ms) begin transaction
17228
+ -------------------------------------------------------------------------------------------------
17229
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17230
+ -------------------------------------------------------------------------------------------------
17231
+  (0.0ms) rollback transaction
17232
+  (0.1ms) begin transaction
17233
+ ---------------------------------------------------------------------------------------------------------------
17234
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17235
+ ---------------------------------------------------------------------------------------------------------------
17236
+  (0.0ms) rollback transaction
17237
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17238
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17239
+  (0.1ms) select sqlite_version(*)
17240
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17241
+  (0.1ms) SELECT version FROM "schema_migrations"
17242
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17243
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17244
+  (0.1ms) begin transaction
17245
+ ----------------------------------------------------------------------------------------------------
17246
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17247
+ ----------------------------------------------------------------------------------------------------
17248
+  (0.1ms) rollback transaction
17249
+  (0.0ms) begin transaction
17250
+ ------------------------------------------------------------------------------------------------
17251
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17252
+ ------------------------------------------------------------------------------------------------
17253
+  (0.0ms) rollback transaction
17254
+  (0.0ms) begin transaction
17255
+ ---------------------------------------------------------------------------------------------------------------
17256
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17257
+ ---------------------------------------------------------------------------------------------------------------
17258
+  (0.0ms) rollback transaction
17259
+  (0.1ms) begin transaction
17260
+ -------------------------------------------------------------------------------------------
17261
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17262
+ -------------------------------------------------------------------------------------------
17263
+  (0.0ms) rollback transaction
17264
+  (0.1ms) begin transaction
17265
+ --------------------------------------------------------------------------------------------
17266
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17267
+ --------------------------------------------------------------------------------------------
17268
+  (0.0ms) rollback transaction
17269
+  (0.0ms) begin transaction
17270
+ ---------------------------------------------------------------------------------------
17271
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17272
+ ---------------------------------------------------------------------------------------
17273
+  (0.0ms) rollback transaction
17274
+  (0.0ms) begin transaction
17275
+ --------------------------------------------------------------
17276
+ MontageRailsTest: test_: .configure should accept server url.
17277
+ --------------------------------------------------------------
17278
+  (0.1ms) rollback transaction
17279
+  (0.0ms) begin transaction
17280
+ ---------------------------------------------------------------------------------------
17281
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17282
+ ---------------------------------------------------------------------------------------
17283
+  (0.0ms) rollback transaction
17284
+  (0.0ms) begin transaction
17285
+ -------------------------------------------------------------
17286
+ MontageRailsTest: test_: .configure should require a domain.
17287
+ -------------------------------------------------------------
17288
+  (0.1ms) rollback transaction
17289
+  (0.1ms) begin transaction
17290
+ --------------------------------------------------------------------------------------
17291
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17292
+ --------------------------------------------------------------------------------------
17293
+  (0.1ms) rollback transaction
17294
+  (0.0ms) begin transaction
17295
+ -------------------------------------------------------------------------------------------------
17296
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17297
+ -------------------------------------------------------------------------------------------------
17298
+  (0.0ms) rollback transaction
17299
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17300
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17301
+  (0.1ms) select sqlite_version(*)
17302
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17303
+  (0.1ms) SELECT version FROM "schema_migrations"
17304
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17305
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17306
+  (0.1ms) begin transaction
17307
+ -------------------------------------------------------------------------------------------------
17308
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17309
+ -------------------------------------------------------------------------------------------------
17310
+  (0.0ms) rollback transaction
17311
+  (0.0ms) begin transaction
17312
+ ---------------------------------------------------------------------------------------
17313
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17314
+ ---------------------------------------------------------------------------------------
17315
+  (0.1ms) rollback transaction
17316
+  (0.0ms) begin transaction
17317
+ ------------------------------------------------------------------------------------------------
17318
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17319
+ ------------------------------------------------------------------------------------------------
17320
+  (0.1ms) rollback transaction
17321
+  (0.1ms) begin transaction
17322
+ --------------------------------------------------------------
17323
+ MontageRailsTest: test_: .configure should accept server url.
17324
+ --------------------------------------------------------------
17325
+  (0.1ms) rollback transaction
17326
+  (0.0ms) begin transaction
17327
+ ---------------------------------------------------------------------------------------------------------------
17328
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17329
+ ---------------------------------------------------------------------------------------------------------------
17330
+  (0.1ms) rollback transaction
17331
+  (0.0ms) begin transaction
17332
+ --------------------------------------------------------------------------------------
17333
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17334
+ --------------------------------------------------------------------------------------
17335
+  (0.1ms) rollback transaction
17336
+  (0.0ms) begin transaction
17337
+ ----------------------------------------------------------------------------------------------------
17338
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17339
+ ----------------------------------------------------------------------------------------------------
17340
+  (0.0ms) rollback transaction
17341
+  (0.0ms) begin transaction
17342
+ --------------------------------------------------------------------------------------------
17343
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17344
+ --------------------------------------------------------------------------------------------
17345
+  (0.0ms) rollback transaction
17346
+  (0.0ms) begin transaction
17347
+ -------------------------------------------------------------
17348
+ MontageRailsTest: test_: .configure should require a domain.
17349
+ -------------------------------------------------------------
17350
+  (0.0ms) rollback transaction
17351
+  (0.1ms) begin transaction
17352
+ ---------------------------------------------------------------------------------------
17353
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17354
+ ---------------------------------------------------------------------------------------
17355
+  (0.0ms) rollback transaction
17356
+  (0.0ms) begin transaction
17357
+ -------------------------------------------------------------------------------------------
17358
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17359
+ -------------------------------------------------------------------------------------------
17360
+  (0.0ms) rollback transaction
17361
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17362
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17363
+  (0.1ms) select sqlite_version(*)
17364
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17365
+  (0.1ms) SELECT version FROM "schema_migrations"
17366
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17367
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17368
+  (0.1ms) begin transaction
17369
+ -------------------------------------------------------------------------------------------
17370
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17371
+ -------------------------------------------------------------------------------------------
17372
+  (0.2ms) rollback transaction
17373
+  (0.1ms) begin transaction
17374
+ --------------------------------------------------------------------------------------
17375
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17376
+ --------------------------------------------------------------------------------------
17377
+  (0.0ms) rollback transaction
17378
+  (0.1ms) begin transaction
17379
+ ---------------------------------------------------------------------------------------
17380
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17381
+ ---------------------------------------------------------------------------------------
17382
+  (0.0ms) rollback transaction
17383
+  (0.0ms) begin transaction
17384
+ --------------------------------------------------------------------------------------------
17385
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17386
+ --------------------------------------------------------------------------------------------
17387
+  (0.1ms) rollback transaction
17388
+  (0.1ms) begin transaction
17389
+ ---------------------------------------------------------------------------------------
17390
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17391
+ ---------------------------------------------------------------------------------------
17392
+  (0.1ms) rollback transaction
17393
+  (0.1ms) begin transaction
17394
+ ----------------------------------------------------------------------------------------------------
17395
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17396
+ ----------------------------------------------------------------------------------------------------
17397
+  (0.0ms) rollback transaction
17398
+  (0.0ms) begin transaction
17399
+ -------------------------------------------------------------
17400
+ MontageRailsTest: test_: .configure should require a domain.
17401
+ -------------------------------------------------------------
17402
+  (0.0ms) rollback transaction
17403
+  (0.0ms) begin transaction
17404
+ ------------------------------------------------------------------------------------------------
17405
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17406
+ ------------------------------------------------------------------------------------------------
17407
+  (0.0ms) rollback transaction
17408
+  (0.0ms) begin transaction
17409
+ ---------------------------------------------------------------------------------------------------------------
17410
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17411
+ ---------------------------------------------------------------------------------------------------------------
17412
+  (0.0ms) rollback transaction
17413
+  (0.1ms) begin transaction
17414
+ -------------------------------------------------------------------------------------------------
17415
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17416
+ -------------------------------------------------------------------------------------------------
17417
+  (0.0ms) rollback transaction
17418
+  (0.0ms) begin transaction
17419
+ --------------------------------------------------------------
17420
+ MontageRailsTest: test_: .configure should accept server url.
17421
+ --------------------------------------------------------------
17422
+  (0.0ms) rollback transaction
17423
+ Movie Load (10.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17424
+ Movie Load (2.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17425
+ Movie Load (3.8ms) {:filter=>{:title=>"Foo"}}
17426
+ Movie Load (1.3ms) {:filter=>{:votes__gt=>900000}}
17427
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
17428
+ Movie Load (2.5ms) {:filter=>{:title=>"The Jerk"}}
17429
+ Movie Load (5.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17430
+ Movie Load (4.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17431
+ Movie Load (4.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17432
+ foo Load (0.0ms) bar
17433
+ Movie Load (4.3ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
17434
+ foo Load (0.0ms) bar
17435
+ foo Load (0.0ms) bar
17436
+ foo Load (0.1ms) bar
17437
+ foo Load [CACHE] (0.0ms) bar
17438
+ foo Load (0.0ms) bar
17439
+ Movie Load (2.7ms) #<MontageRails::Relation:0x007f81588cb8e8>
17440
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17441
+ Movie Update (2.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}
17442
+ Actor Create (2.2ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17443
+ Actor Create (3.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17444
+ MontageRails::BaseTest::TestClass Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17445
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17446
+ Movie Update (2.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}
17447
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17448
+ Actor Create (2.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17449
+ MontageRails::BaseTest::TestClass Load (1.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17450
+ Actor Load (1.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17451
+ Movie Create (12.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17452
+ Movie Update (2.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}
17453
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17454
+ Movie Update (2.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}
17455
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17456
+ Movie Update (2.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}
17457
+ Movie Create (3.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17458
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17459
+ Movie Update (2.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}
17460
+ Movie Create (8.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17461
+ Movie Update (2.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}
17462
+ Movie Create (8.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17463
+ Movie Update (2.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}
17464
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17465
+ Movie Update (2.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}
17466
+ Movie Create (8.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17467
+ Movie Update (2.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}
17468
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17469
+ Movie Update (2.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}
17470
+ Movie Load (5.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17471
+ Studio Create (2.5ms) {:name=>"Universal"}
17472
+ Studio Load (2.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17473
+ Studio Load (1.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17474
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17475
+ Movie Update (2.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}
17476
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17477
+ Movie Update (2.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}
17478
+ Actor Create (2.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17479
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17480
+ Actor Load (1.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
17481
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17482
+ Movie Update (1.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}
17483
+ Movie Load (2.6ms) #<MontageRails::Relation:0x007f815448d280>
17484
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17485
+ Movie Update (2.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}
17486
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17487
+ Movie Update (2.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}
17488
+ Actor Create (2.1ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17489
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17490
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
17491
+ Actor Load (1.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17492
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17493
+ Movie Update (2.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}
17494
+ Movie Load (2.0ms) {:filter=>{}}
17495
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17496
+ Movie Update (2.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}
17497
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17498
+ Movie Update (2.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}
17499
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17500
+ Movie Update (2.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}
17501
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17502
+ Movie Update (2.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}
17503
+ Movie Update (2.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}
17504
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17505
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17506
+  (0.1ms) select sqlite_version(*)
17507
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17508
+  (0.1ms) SELECT version FROM "schema_migrations"
17509
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17510
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17511
+ foo Load (0.0ms) bar
17512
+ foo Load (0.0ms) bar
17513
+ foo Load [CACHE] (0.0ms) bar
17514
+ foo Load (0.1ms) bar
17515
+ foo Load (0.1ms) bar
17516
+  (0.1ms) begin transaction
17517
+ -------------------------------------------------------------
17518
+ MontageRailsTest: test_: .configure should require a domain.
17519
+ -------------------------------------------------------------
17520
+  (0.1ms) rollback transaction
17521
+  (0.0ms) begin transaction
17522
+ --------------------------------------------------------------------------------------
17523
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17524
+ --------------------------------------------------------------------------------------
17525
+  (0.1ms) rollback transaction
17526
+  (0.0ms) begin transaction
17527
+ ------------------------------------------------------------------------------------------------
17528
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17529
+ ------------------------------------------------------------------------------------------------
17530
+  (0.1ms) rollback transaction
17531
+  (0.0ms) begin transaction
17532
+ ---------------------------------------------------------------------------------------
17533
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17534
+ ---------------------------------------------------------------------------------------
17535
+  (0.1ms) rollback transaction
17536
+  (0.0ms) begin transaction
17537
+ -------------------------------------------------------------------------------------------
17538
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17539
+ -------------------------------------------------------------------------------------------
17540
+  (0.0ms) rollback transaction
17541
+  (0.1ms) begin transaction
17542
+ -------------------------------------------------------------------------------------------------
17543
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17544
+ -------------------------------------------------------------------------------------------------
17545
+  (0.0ms) rollback transaction
17546
+  (0.0ms) begin transaction
17547
+ ---------------------------------------------------------------------------------------
17548
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17549
+ ---------------------------------------------------------------------------------------
17550
+  (0.0ms) rollback transaction
17551
+  (0.0ms) begin transaction
17552
+ ---------------------------------------------------------------------------------------------------------------
17553
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17554
+ ---------------------------------------------------------------------------------------------------------------
17555
+  (0.0ms) rollback transaction
17556
+  (0.0ms) begin transaction
17557
+ --------------------------------------------------------------
17558
+ MontageRailsTest: test_: .configure should accept server url.
17559
+ --------------------------------------------------------------
17560
+  (0.1ms) rollback transaction
17561
+  (0.0ms) begin transaction
17562
+ ----------------------------------------------------------------------------------------------------
17563
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17564
+ ----------------------------------------------------------------------------------------------------
17565
+  (0.0ms) rollback transaction
17566
+  (0.1ms) begin transaction
17567
+ --------------------------------------------------------------------------------------------
17568
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17569
+ --------------------------------------------------------------------------------------------
17570
+  (0.0ms) rollback transaction
17571
+ Movie Load (8.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17572
+ foo Load (0.0ms) bar
17573
+ Movie Load (4.2ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
17574
+ Movie Load (11.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17575
+ Movie Load (2.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17576
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17577
+ Movie Load (2.3ms) {:filter=>{:title=>"Foo"}}
17578
+ Movie Load (1.3ms) {:filter=>{:votes__gt=>900000}}
17579
+ Movie Load (4.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17580
+ Movie Load (2.6ms) {:filter=>{:title=>"The Jerk"}}
17581
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
17582
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17583
+ Movie Update (2.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}
17584
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17585
+ Movie Update (2.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}
17586
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17587
+ Movie Update (2.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}
17588
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17589
+ Movie Update (2.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}
17590
+ Movie Load (2.4ms) #<MontageRails::Relation:0x007fe9d91b0e70>
17591
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17592
+ Movie Update (2.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}
17593
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17594
+ Movie Update (2.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}
17595
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17596
+ Movie Update (2.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}
17597
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17598
+ Movie Update (1.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}
17599
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17600
+ Movie Update (2.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}
17601
+ Movie Load (2.5ms) #<MontageRails::Relation:0x007fe9d80e0e38>
17602
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17603
+ Movie Update (2.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}
17604
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17605
+ Movie Update (2.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}
17606
+ Actor Create (2.3ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17607
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17608
+ MontageRails::BaseTest::TestClass Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17609
+ Movie Create (10.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17610
+ Movie Update (2.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}
17611
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17612
+ Movie Update (3.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}
17613
+ Movie Update (2.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}
17614
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17615
+ Movie Update (2.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}
17616
+ Movie Create (2.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17617
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17618
+ Movie Update (2.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}
17619
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17620
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17621
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17622
+ Actor Load (1.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17623
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17624
+ Movie Update (2.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}
17625
+ Movie Load (1.7ms) {:filter=>{}}
17626
+ Movie Create (9.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17627
+ Movie Update (2.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}
17628
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17629
+ Movie Update (2.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}
17630
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17631
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17632
+ Actor Load (1.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
17633
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17634
+ Movie Update (2.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}
17635
+ Actor Create (1.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17636
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17637
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
17638
+ Actor Load (1.9ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17639
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17640
+ Movie Update (2.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}
17641
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17642
+ Movie Update (2.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}
17643
+ Movie Load (5.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17644
+ Studio Create (2.1ms) {:name=>"Universal"}
17645
+ Studio Load (1.5ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17646
+ Studio Load (1.1ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17647
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17648
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17649
+  (0.0ms) select sqlite_version(*)
17650
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17651
+  (0.1ms) SELECT version FROM "schema_migrations"
17652
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17653
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17654
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17655
+ Movie Update (2.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}
17656
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17657
+ Movie Update (2.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}
17658
+ Actor Create (2.5ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17659
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17660
+ MontageRails::BaseTest::TestClass Load (2.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17661
+ Actor Load (2.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17662
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17663
+ Movie Update (2.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}
17664
+ Movie Create (7.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17665
+ Movie Update (2.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}
17666
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17667
+ Movie Update (2.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}
17668
+ Movie Update (2.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}
17669
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17670
+ Movie Update (2.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}
17671
+ Actor Create (2.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17672
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17673
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
17674
+ Actor Load (1.6ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17675
+ Movie Load (2.1ms) #<MontageRails::Relation:0x007fe29364fe60>
17676
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17677
+ Movie Update (2.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}
17678
+ Movie Load (2.9ms) #<MontageRails::Relation:0x007fe2942dde48>
17679
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17680
+ Movie Update (2.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}
17681
+ Movie Create (9.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17682
+ Movie Update (2.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}
17683
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17684
+ Movie Update (2.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}
17685
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17686
+ Movie Update (2.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}
17687
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17688
+ Movie Update (3.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}
17689
+ Actor Create (2.3ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17690
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17691
+ Actor Load (1.7ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
17692
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17693
+ Movie Update (2.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}
17694
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17695
+ Movie Update (1.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}
17696
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17697
+ Movie Update (2.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}
17698
+ Actor Create (1.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17699
+ Actor Create (2.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17700
+ MontageRails::BaseTest::TestClass Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17701
+ Movie Load (5.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17702
+ Studio Create (1.8ms) {:name=>"Universal"}
17703
+ Studio Load (1.9ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17704
+ Studio Load (1.4ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17705
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17706
+ Movie Update (2.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}
17707
+ Movie Create (8.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17708
+ Movie Update (2.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}
17709
+ Movie Create (8.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17710
+ Movie Update (2.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}
17711
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17712
+ Movie Update (2.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}
17713
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17714
+ Movie Update (2.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}
17715
+ Movie Load (3.4ms) {:filter=>{}}
17716
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17717
+ Movie Update (2.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}
17718
+ Movie Create (2.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17719
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
17720
+ Movie Load (1.3ms) {:filter=>{:votes__gt=>900000}}
17721
+ Movie Load (2.1ms) {:filter=>{:title=>"Foo"}}
17722
+ Movie Load (5.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17723
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17724
+ Movie Load (4.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17725
+ foo Load (0.0ms) bar
17726
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17727
+ Movie Load (2.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17728
+ Movie Load (2.4ms) {:filter=>{:title=>"The Jerk"}}
17729
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
17730
+  (0.1ms) begin transaction
17731
+ ---------------------------------------------------------------------------------------
17732
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17733
+ ---------------------------------------------------------------------------------------
17734
+  (0.1ms) rollback transaction
17735
+  (0.0ms) begin transaction
17736
+ --------------------------------------------------------------
17737
+ MontageRailsTest: test_: .configure should accept server url.
17738
+ --------------------------------------------------------------
17739
+  (0.0ms) rollback transaction
17740
+  (0.1ms) begin transaction
17741
+ -------------------------------------------------------------------------------------------
17742
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17743
+ -------------------------------------------------------------------------------------------
17744
+  (0.0ms) rollback transaction
17745
+  (0.0ms) begin transaction
17746
+ ----------------------------------------------------------------------------------------------------
17747
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17748
+ ----------------------------------------------------------------------------------------------------
17749
+  (0.0ms) rollback transaction
17750
+  (0.1ms) begin transaction
17751
+ ---------------------------------------------------------------------------------------------------------------
17752
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17753
+ ---------------------------------------------------------------------------------------------------------------
17754
+  (0.0ms) rollback transaction
17755
+  (0.0ms) begin transaction
17756
+ ------------------------------------------------------------------------------------------------
17757
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17758
+ ------------------------------------------------------------------------------------------------
17759
+  (0.0ms) rollback transaction
17760
+  (0.1ms) begin transaction
17761
+ --------------------------------------------------------------------------------------------
17762
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17763
+ --------------------------------------------------------------------------------------------
17764
+  (0.0ms) rollback transaction
17765
+  (0.0ms) begin transaction
17766
+ --------------------------------------------------------------------------------------
17767
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17768
+ --------------------------------------------------------------------------------------
17769
+  (0.1ms) rollback transaction
17770
+  (0.1ms) begin transaction
17771
+ -------------------------------------------------------------------------------------------------
17772
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17773
+ -------------------------------------------------------------------------------------------------
17774
+  (0.0ms) rollback transaction
17775
+  (0.1ms) begin transaction
17776
+ -------------------------------------------------------------
17777
+ MontageRailsTest: test_: .configure should require a domain.
17778
+ -------------------------------------------------------------
17779
+  (0.0ms) rollback transaction
17780
+  (0.0ms) begin transaction
17781
+ ---------------------------------------------------------------------------------------
17782
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17783
+ ---------------------------------------------------------------------------------------
17784
+  (0.1ms) rollback transaction
17785
+ foo Load (0.1ms) bar
17786
+ foo Load (0.1ms) bar
17787
+ foo Load [CACHE] (0.0ms) bar
17788
+ foo Load (0.0ms) bar
17789
+ foo Load (0.0ms) bar
17790
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17791
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17792
+  (0.1ms) select sqlite_version(*)
17793
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17794
+  (0.1ms) SELECT version FROM "schema_migrations"
17795
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17796
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17797
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17798
+ Movie Update (2.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}
17799
+ Actor Create (2.3ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17800
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17801
+ MontageRails::BaseTest::TestClass Load (2.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17802
+ Movie Load (2.1ms) {:filter=>{}}
17803
+ Movie Load (2.1ms) #<MontageRails::Relation:0x007f82421939c8>
17804
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17805
+ Movie Update (1.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}
17806
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17807
+ Movie Update (2.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}
17808
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17809
+ Movie Update (2.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}
17810
+ Movie Update (3.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=>900, :year=>1983}
17811
+ Movie Create (9.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17812
+ Movie Update (2.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}
17813
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17814
+ Movie Update (2.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}
17815
+ Movie Create (8.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17816
+ Movie Update (2.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}
17817
+ Actor Create (2.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17818
+ Actor Create (2.2ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17819
+ Actor Load (2.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
17820
+ Actor Load (2.0ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17821
+ Movie Create (9.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17822
+ Movie Update (2.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}
17823
+ Actor Create (2.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17824
+ Actor Create (2.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17825
+ MontageRails::BaseTest::TestClass Load (2.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17826
+ Actor Load (2.2ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17827
+ Movie Create (10.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17828
+ Movie Update (3.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}
17829
+ Movie Create (9.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17830
+ Movie Update (2.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}
17831
+ Movie Create (3.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17832
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17833
+ Movie Update (3.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}
17834
+ Movie Create (10.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17835
+ Movie Update (2.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}
17836
+ Actor Create (3.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17837
+ Actor Create (2.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17838
+ Actor Load (2.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
17839
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17840
+ Movie Update (2.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}
17841
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17842
+ Movie Update (2.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}
17843
+ Movie Create (6.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17844
+ Movie Update (9.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}
17845
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17846
+ Movie Update (2.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}
17847
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17848
+ Movie Update (2.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}
17849
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17850
+ Movie Update (1.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}
17851
+ Movie Load (2.5ms) #<MontageRails::Relation:0x007f823d3869b0>
17852
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17853
+ Movie Update (1.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}
17854
+ Movie Load (4.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17855
+ Studio Create (1.6ms) {:name=>"Universal"}
17856
+ Studio Load (1.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17857
+ Studio Load (1.5ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17858
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17859
+ Movie Update (2.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}
17860
+ Movie Create (6.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17861
+ Movie Update (1.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}
17862
+ Movie Load (4.0ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
17863
+ Movie Load (2.7ms) {:filter=>{:title=>"The Jerk"}}
17864
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
17865
+ Movie Load (10.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17866
+ foo Load (0.0ms) bar
17867
+ Movie Load (4.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17868
+ Movie Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17869
+ Movie Load (2.2ms) {:filter=>{:title=>"Foo"}}
17870
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17871
+ Movie Load (4.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17872
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
17873
+  (0.1ms) begin transaction
17874
+ ------------------------------------------------------------------------------------------------
17875
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
17876
+ ------------------------------------------------------------------------------------------------
17877
+  (0.0ms) rollback transaction
17878
+  (0.1ms) begin transaction
17879
+ ----------------------------------------------------------------------------------------------------
17880
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
17881
+ ----------------------------------------------------------------------------------------------------
17882
+  (0.0ms) rollback transaction
17883
+  (0.0ms) begin transaction
17884
+ ---------------------------------------------------------------------------------------
17885
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
17886
+ ---------------------------------------------------------------------------------------
17887
+  (0.1ms) rollback transaction
17888
+  (0.0ms) begin transaction
17889
+ ---------------------------------------------------------------------------------------
17890
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
17891
+ ---------------------------------------------------------------------------------------
17892
+  (0.0ms) rollback transaction
17893
+  (0.1ms) begin transaction
17894
+ -------------------------------------------------------------
17895
+ MontageRailsTest: test_: .configure should require a domain.
17896
+ -------------------------------------------------------------
17897
+  (0.0ms) rollback transaction
17898
+  (0.0ms) begin transaction
17899
+ -------------------------------------------------------------------------------------------
17900
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
17901
+ -------------------------------------------------------------------------------------------
17902
+  (0.1ms) rollback transaction
17903
+  (0.0ms) begin transaction
17904
+ ---------------------------------------------------------------------------------------------------------------
17905
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
17906
+ ---------------------------------------------------------------------------------------------------------------
17907
+  (0.0ms) rollback transaction
17908
+  (0.0ms) begin transaction
17909
+ --------------------------------------------------------------
17910
+ MontageRailsTest: test_: .configure should accept server url.
17911
+ --------------------------------------------------------------
17912
+  (0.0ms) rollback transaction
17913
+  (0.0ms) begin transaction
17914
+ -------------------------------------------------------------------------------------------------
17915
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
17916
+ -------------------------------------------------------------------------------------------------
17917
+  (0.1ms) rollback transaction
17918
+  (0.0ms) begin transaction
17919
+ --------------------------------------------------------------------------------------
17920
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
17921
+ --------------------------------------------------------------------------------------
17922
+  (0.1ms) rollback transaction
17923
+  (0.0ms) begin transaction
17924
+ --------------------------------------------------------------------------------------------
17925
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
17926
+ --------------------------------------------------------------------------------------------
17927
+  (0.0ms) rollback transaction
17928
+ foo Load (0.1ms) bar
17929
+ foo Load [CACHE] (0.0ms) bar
17930
+ foo Load (0.1ms) bar
17931
+ foo Load (0.0ms) bar
17932
+ foo Load (0.1ms) bar
17933
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17934
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17935
+  (0.1ms) select sqlite_version(*)
17936
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17937
+  (0.1ms) SELECT version FROM "schema_migrations"
17938
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
17939
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17940
+ Movie Create (8.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17941
+ Movie Update (3.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}
17942
+ Actor Create (2.3ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17943
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17944
+ Actor Load (1.7ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
17945
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17946
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17947
+ Movie Update (2.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}
17948
+ Movie Update (1.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}
17949
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17950
+ Movie Update (3.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}
17951
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17952
+ Movie Update (1.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}
17953
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17954
+ Studio Create (1.9ms) {:name=>"Universal"}
17955
+ Studio Load (2.0ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17956
+ Studio Load (1.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
17957
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17958
+ Movie Update (2.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}
17959
+ Movie Load (2.0ms) {:filter=>{}}
17960
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17961
+ Movie Update (2.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}
17962
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17963
+ Movie Update (2.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}
17964
+ Movie Load (2.7ms) #<MontageRails::Relation:0x007fac0f530468>
17965
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17966
+ Movie Update (1.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}
17967
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17968
+ Movie Update (2.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}
17969
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17970
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17971
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17972
+ Actor Load (1.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
17973
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17974
+ Movie Update (1.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}
17975
+ Movie Create (2.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17976
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17977
+ Movie Update (2.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}
17978
+ Actor Create (1.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17979
+ Actor Create (2.2ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17980
+ Actor Load (2.7ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
17981
+ Movie Create (8.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17982
+ Movie Update (2.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}
17983
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17984
+ Movie Update (2.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}
17985
+ Movie Create (12.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17986
+ Movie Update (2.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}
17987
+ Movie Create (8.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17988
+ Movie Update (2.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}
17989
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17990
+ Movie Update (3.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}
17991
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17992
+ Movie Update (2.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}
17993
+ Actor Create (1.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
17994
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
17995
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
17996
+ Movie Load (2.2ms) #<MontageRails::Relation:0x007fac0d5ff698>
17997
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
17998
+ Movie Update (2.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}
17999
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18000
+ Movie Update (2.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}
18001
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18002
+ Movie Update (2.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}
18003
+ Movie Create (9.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18004
+ Movie Update (2.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}
18005
+ foo Load (0.1ms) bar
18006
+ foo Load [CACHE] (0.0ms) bar
18007
+ foo Load (0.0ms) bar
18008
+ foo Load (0.0ms) bar
18009
+ foo Load (0.0ms) bar
18010
+  (0.1ms) begin transaction
18011
+ --------------------------------------------------------------
18012
+ MontageRailsTest: test_: .configure should accept server url.
18013
+ --------------------------------------------------------------
18014
+  (0.0ms) rollback transaction
18015
+  (0.0ms) begin transaction
18016
+ --------------------------------------------------------------------------------------------
18017
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18018
+ --------------------------------------------------------------------------------------------
18019
+  (0.1ms) rollback transaction
18020
+  (0.1ms) begin transaction
18021
+ --------------------------------------------------------------------------------------
18022
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18023
+ --------------------------------------------------------------------------------------
18024
+  (0.1ms) rollback transaction
18025
+  (0.1ms) begin transaction
18026
+ ---------------------------------------------------------------------------------------
18027
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18028
+ ---------------------------------------------------------------------------------------
18029
+  (0.0ms) rollback transaction
18030
+  (0.0ms) begin transaction
18031
+ ---------------------------------------------------------------------------------------
18032
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18033
+ ---------------------------------------------------------------------------------------
18034
+  (0.1ms) rollback transaction
18035
+  (0.0ms) begin transaction
18036
+ ----------------------------------------------------------------------------------------------------
18037
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18038
+ ----------------------------------------------------------------------------------------------------
18039
+  (0.1ms) rollback transaction
18040
+  (0.0ms) begin transaction
18041
+ -------------------------------------------------------------
18042
+ MontageRailsTest: test_: .configure should require a domain.
18043
+ -------------------------------------------------------------
18044
+  (0.0ms) rollback transaction
18045
+  (0.0ms) begin transaction
18046
+ ------------------------------------------------------------------------------------------------
18047
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18048
+ ------------------------------------------------------------------------------------------------
18049
+  (0.0ms) rollback transaction
18050
+  (0.1ms) begin transaction
18051
+ -------------------------------------------------------------------------------------------------
18052
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18053
+ -------------------------------------------------------------------------------------------------
18054
+  (0.0ms) rollback transaction
18055
+  (0.0ms) begin transaction
18056
+ ---------------------------------------------------------------------------------------------------------------
18057
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18058
+ ---------------------------------------------------------------------------------------------------------------
18059
+  (0.0ms) rollback transaction
18060
+  (0.0ms) begin transaction
18061
+ -------------------------------------------------------------------------------------------
18062
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18063
+ -------------------------------------------------------------------------------------------
18064
+  (0.0ms) rollback transaction
18065
+ Movie Load (7.4ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
18066
+ foo Load (0.0ms) bar
18067
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18068
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18069
+ Movie Load (2.5ms) {:filter=>{:title=>"Foo"}}
18070
+ Movie Load (2.6ms) {:filter=>{:title=>"The Jerk"}}
18071
+ Movie Load (4.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18072
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18073
+ Movie Load (2.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18074
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
18075
+ Movie Load (1.6ms) {:filter=>{:votes__gt=>900000}}
18076
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18077
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18078
+  (0.1ms) select sqlite_version(*)
18079
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18080
+  (0.1ms) SELECT version FROM "schema_migrations"
18081
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18082
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18083
+ foo Load (0.1ms) bar
18084
+ foo Load (0.0ms) bar
18085
+ foo Load (0.0ms) bar
18086
+ foo Load [CACHE] (0.0ms) bar
18087
+ foo Load (0.0ms) bar
18088
+ Movie Load (7.1ms) {:filter=>{:title=>"The Jerk"}}
18089
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18090
+ Movie Load (1.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18091
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
18092
+ foo Load (0.0ms) bar
18093
+ Movie Load (7.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18094
+ Movie Load (3.9ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
18095
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
18096
+ Movie Load (6.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18097
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18098
+ Movie Load (2.0ms) {:filter=>{:title=>"Foo"}}
18099
+ Movie Create (15.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18100
+ Movie Update (4.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}
18101
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18102
+ Movie Update (2.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}
18103
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18104
+ Movie Update (2.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}
18105
+ Actor Create (2.4ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18106
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18107
+ Actor Load (1.9ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
18108
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18109
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18110
+ Movie Update (1.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}
18111
+ Movie Update (1.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=>900, :year=>1983}
18112
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18113
+ Movie Update (1.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}
18114
+ Movie Create (8.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18115
+ Movie Update (2.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}
18116
+ Movie Create (2.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18117
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18118
+ Movie Update (2.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}
18119
+ Actor Create (2.4ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18120
+ Actor Create (2.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18121
+ Actor Load (1.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
18122
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18123
+ Studio Create (1.8ms) {:name=>"Universal"}
18124
+ Studio Load (1.5ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18125
+ Studio Load (1.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18126
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18127
+ Movie Update (4.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}
18128
+ Movie Load (2.2ms) {:filter=>{}}
18129
+ Movie Create (6.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18130
+ Movie Update (1.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}
18131
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18132
+ Movie Update (1.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}
18133
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18134
+ Movie Update (2.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}
18135
+ Actor Create (1.9ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18136
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18137
+ MontageRails::BaseTest::TestClass Load (1.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18138
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18139
+ Movie Update (2.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}
18140
+ Movie Load (2.5ms) #<MontageRails::Relation:0x007f89e282ef60>
18141
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18142
+ Movie Update (2.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}
18143
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18144
+ Movie Update (4.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}
18145
+ Movie Load (2.2ms) #<MontageRails::Relation:0x007f89dd472a70>
18146
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18147
+ Movie Update (2.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}
18148
+ Movie Create (8.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18149
+ Movie Update (2.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}
18150
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18151
+ Movie Update (3.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}
18152
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18153
+ Movie Update (1.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}
18154
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18155
+ Movie Update (3.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}
18156
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18157
+ Movie Update (2.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}
18158
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18159
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18160
+ MontageRails::BaseTest::TestClass Load (1.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18161
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18162
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18163
+ Movie Update (2.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}
18164
+  (0.1ms) begin transaction
18165
+ ---------------------------------------------------------------------------------------
18166
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18167
+ ---------------------------------------------------------------------------------------
18168
+  (0.0ms) rollback transaction
18169
+  (0.0ms) begin transaction
18170
+ --------------------------------------------------------------------------------------------
18171
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18172
+ --------------------------------------------------------------------------------------------
18173
+  (0.1ms) rollback transaction
18174
+  (0.0ms) begin transaction
18175
+ ------------------------------------------------------------------------------------------------
18176
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18177
+ ------------------------------------------------------------------------------------------------
18178
+  (0.0ms) rollback transaction
18179
+  (0.0ms) begin transaction
18180
+ ----------------------------------------------------------------------------------------------------
18181
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18182
+ ----------------------------------------------------------------------------------------------------
18183
+  (0.1ms) rollback transaction
18184
+  (0.0ms) begin transaction
18185
+ -------------------------------------------------------------
18186
+ MontageRailsTest: test_: .configure should require a domain.
18187
+ -------------------------------------------------------------
18188
+  (0.0ms) rollback transaction
18189
+  (0.0ms) begin transaction
18190
+ ---------------------------------------------------------------------------------------------------------------
18191
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18192
+ ---------------------------------------------------------------------------------------------------------------
18193
+  (0.0ms) rollback transaction
18194
+  (0.0ms) begin transaction
18195
+ -------------------------------------------------------------------------------------------------
18196
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18197
+ -------------------------------------------------------------------------------------------------
18198
+  (0.1ms) rollback transaction
18199
+  (0.0ms) begin transaction
18200
+ --------------------------------------------------------------------------------------
18201
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18202
+ --------------------------------------------------------------------------------------
18203
+  (0.1ms) rollback transaction
18204
+  (0.1ms) begin transaction
18205
+ ---------------------------------------------------------------------------------------
18206
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18207
+ ---------------------------------------------------------------------------------------
18208
+  (0.1ms) rollback transaction
18209
+  (0.0ms) begin transaction
18210
+ --------------------------------------------------------------
18211
+ MontageRailsTest: test_: .configure should accept server url.
18212
+ --------------------------------------------------------------
18213
+  (0.0ms) rollback transaction
18214
+  (0.0ms) begin transaction
18215
+ -------------------------------------------------------------------------------------------
18216
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18217
+ -------------------------------------------------------------------------------------------
18218
+  (0.0ms) rollback transaction
18219
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18220
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18221
+  (0.1ms) select sqlite_version(*)
18222
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18223
+  (0.1ms) SELECT version FROM "schema_migrations"
18224
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18225
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18226
+ foo Load (0.0ms) bar
18227
+ Movie Load (9.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18228
+ Movie Load (2.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18229
+ Movie Load (2.2ms) {:filter=>{:votes__gt=>900000}}
18230
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18231
+ Movie Load (3.9ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
18232
+ Movie Load (4.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18233
+ Movie Load (4.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18234
+ Movie Load (2.4ms) {:filter=>{:title=>"The Jerk"}}
18235
+ Movie Load (1.5ms) {:filter=>{:votes__gt=>900000}}
18236
+ Movie Load (2.8ms) {:filter=>{:title=>"Foo"}}
18237
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18238
+ Movie Update (2.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}
18239
+ Movie Create (8.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18240
+ Movie Update (2.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}
18241
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18242
+ Movie Update (2.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}
18243
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18244
+ Movie Update (2.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}
18245
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18246
+ Movie Update (2.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}
18247
+ Actor Create (2.5ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18248
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18249
+ MontageRails::BaseTest::TestClass Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18250
+ Actor Load (2.0ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18251
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18252
+ Movie Update (2.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}
18253
+ Movie Create (2.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18254
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18255
+ Movie Update (2.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}
18256
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18257
+ Movie Update (1.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}
18258
+ Movie Create (8.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18259
+ Movie Update (3.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}
18260
+ Actor Create (2.1ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18261
+ Actor Create (1.5ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18262
+ MontageRails::BaseTest::TestClass Load (1.3ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18263
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18264
+ Movie Update (1.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}
18265
+ Movie Update (1.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}
18266
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18267
+ Movie Update (2.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}
18268
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18269
+ Movie Update (2.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}
18270
+ Movie Load (4.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18271
+ Studio Create (1.8ms) {:name=>"Universal"}
18272
+ Studio Load (1.7ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18273
+ Studio Load (1.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18274
+ Movie Load (2.6ms) {:filter=>{}}
18275
+ Movie Load (2.0ms) #<MontageRails::Relation:0x007fda83691be8>
18276
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18277
+ Movie Update (2.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}
18278
+ Actor Create (2.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18279
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18280
+ Actor Load (1.7ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
18281
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18282
+ Movie Update (2.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}
18283
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18284
+ Actor Create (2.3ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18285
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
18286
+ Actor Load (1.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18287
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18288
+ Movie Update (1.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}
18289
+ Movie Load (2.7ms) #<MontageRails::Relation:0x007fda84795ef8>
18290
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18291
+ Movie Update (2.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}
18292
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18293
+ Movie Update (2.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}
18294
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18295
+ Movie Update (2.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}
18296
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18297
+ Movie Update (2.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}
18298
+ Movie Create (8.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18299
+ Movie Update (2.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}
18300
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18301
+ Movie Update (3.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}
18302
+  (0.1ms) begin transaction
18303
+ ---------------------------------------------------------------------------------------
18304
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18305
+ ---------------------------------------------------------------------------------------
18306
+  (0.1ms) rollback transaction
18307
+  (0.1ms) begin transaction
18308
+ ------------------------------------------------------------------------------------------------
18309
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18310
+ ------------------------------------------------------------------------------------------------
18311
+  (0.1ms) rollback transaction
18312
+  (0.0ms) begin transaction
18313
+ -------------------------------------------------------------------------------------------------
18314
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18315
+ -------------------------------------------------------------------------------------------------
18316
+  (0.1ms) rollback transaction
18317
+  (0.1ms) begin transaction
18318
+ ---------------------------------------------------------------------------------------------------------------
18319
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18320
+ ---------------------------------------------------------------------------------------------------------------
18321
+  (0.1ms) rollback transaction
18322
+  (0.0ms) begin transaction
18323
+ --------------------------------------------------------------
18324
+ MontageRailsTest: test_: .configure should accept server url.
18325
+ --------------------------------------------------------------
18326
+  (0.0ms) rollback transaction
18327
+  (0.0ms) begin transaction
18328
+ ---------------------------------------------------------------------------------------
18329
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18330
+ ---------------------------------------------------------------------------------------
18331
+  (0.1ms) rollback transaction
18332
+  (0.1ms) begin transaction
18333
+ -------------------------------------------------------------
18334
+ MontageRailsTest: test_: .configure should require a domain.
18335
+ -------------------------------------------------------------
18336
+  (0.0ms) rollback transaction
18337
+  (0.1ms) begin transaction
18338
+ --------------------------------------------------------------------------------------
18339
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18340
+ --------------------------------------------------------------------------------------
18341
+  (0.1ms) rollback transaction
18342
+  (0.0ms) begin transaction
18343
+ -------------------------------------------------------------------------------------------
18344
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18345
+ -------------------------------------------------------------------------------------------
18346
+  (0.0ms) rollback transaction
18347
+  (0.0ms) begin transaction
18348
+ --------------------------------------------------------------------------------------------
18349
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18350
+ --------------------------------------------------------------------------------------------
18351
+  (0.1ms) rollback transaction
18352
+  (0.0ms) begin transaction
18353
+ ----------------------------------------------------------------------------------------------------
18354
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18355
+ ----------------------------------------------------------------------------------------------------
18356
+  (0.0ms) rollback transaction
18357
+ foo Load (0.0ms) bar
18358
+ foo Load [CACHE] (0.0ms) bar
18359
+ foo Load (0.0ms) bar
18360
+ foo Load (0.0ms) bar
18361
+ foo Load (0.0ms) bar
18362
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18363
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18364
+  (0.1ms) select sqlite_version(*)
18365
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18366
+  (0.1ms) SELECT version FROM "schema_migrations"
18367
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18368
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18369
+ Movie Load (8.3ms) {:filter=>{:title=>"Foo"}}
18370
+ Movie Load (4.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18371
+ Movie Load (3.4ms) {:filter=>{:title=>"The Jerk"}}
18372
+ foo Load (0.0ms) bar
18373
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
18374
+ Movie Load (1.3ms) {:filter=>{:votes__gt=>900000}}
18375
+ Movie Load (3.8ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
18376
+ Movie Load (4.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18377
+ Movie Load (1.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18378
+ Movie Load (4.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18379
+ Movie Load (4.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18380
+ Movie Create (7.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18381
+ Movie Update (2.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}
18382
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18383
+ Movie Update (2.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}
18384
+ Movie Create (9.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18385
+ Movie Update (3.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}
18386
+ Actor Create (3.1ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18387
+ Actor Create (1.9ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18388
+ MontageRails::BaseTest::TestClass Load (1.7ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18389
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18390
+ Movie Update (2.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}
18391
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18392
+ Movie Update (2.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}
18393
+ Movie Create (9.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18394
+ Movie Update (2.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}
18395
+ Movie Create (2.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18396
+ Movie Create (12.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18397
+ Movie Update (2.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}
18398
+ Movie Load (2.1ms) #<MontageRails::Relation:0x007fc0326777e0>
18399
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18400
+ Movie Update (2.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}
18401
+ Movie Create (8.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18402
+ Movie Update (2.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}
18403
+ Movie Create (7.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18404
+ Movie Update (2.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}
18405
+ Actor Create (1.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18406
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18407
+ Actor Load (2.1ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
18408
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18409
+ Movie Update (2.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}
18410
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18411
+ Movie Update (2.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}
18412
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18413
+ Movie Update (2.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}
18414
+ Movie Create (8.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18415
+ Movie Update (2.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}
18416
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18417
+ Movie Update (3.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}
18418
+ Movie Update (2.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}
18419
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18420
+ Movie Update (2.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}
18421
+ Movie Load (4.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18422
+ Studio Create (1.9ms) {:name=>"Universal"}
18423
+ Studio Load (1.8ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18424
+ Studio Load (1.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18425
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18426
+ Movie Update (1.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}
18427
+ Movie Create (7.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18428
+ Movie Update (2.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}
18429
+ Movie Load (2.2ms) {:filter=>{}}
18430
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18431
+ Movie Update (2.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}
18432
+ Movie Load (2.7ms) #<MontageRails::Relation:0x007fc0314a9b80>
18433
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18434
+ Movie Update (2.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}
18435
+ Actor Create (2.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18436
+ Actor Create (1.9ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18437
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18438
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18439
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18440
+ Movie Update (2.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}
18441
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18442
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18443
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
18444
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18445
+  (0.1ms) begin transaction
18446
+ -------------------------------------------------------------------------------------------------
18447
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18448
+ -------------------------------------------------------------------------------------------------
18449
+  (0.1ms) rollback transaction
18450
+  (0.0ms) begin transaction
18451
+ -------------------------------------------------------------
18452
+ MontageRailsTest: test_: .configure should require a domain.
18453
+ -------------------------------------------------------------
18454
+  (0.1ms) rollback transaction
18455
+  (0.1ms) begin transaction
18456
+ --------------------------------------------------------------------------------------------
18457
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18458
+ --------------------------------------------------------------------------------------------
18459
+  (0.1ms) rollback transaction
18460
+  (0.0ms) begin transaction
18461
+ ------------------------------------------------------------------------------------------------
18462
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18463
+ ------------------------------------------------------------------------------------------------
18464
+  (0.1ms) rollback transaction
18465
+  (0.1ms) begin transaction
18466
+ ---------------------------------------------------------------------------------------------------------------
18467
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18468
+ ---------------------------------------------------------------------------------------------------------------
18469
+  (0.0ms) rollback transaction
18470
+  (0.0ms) begin transaction
18471
+ ----------------------------------------------------------------------------------------------------
18472
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18473
+ ----------------------------------------------------------------------------------------------------
18474
+  (0.1ms) rollback transaction
18475
+  (0.0ms) begin transaction
18476
+ ---------------------------------------------------------------------------------------
18477
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18478
+ ---------------------------------------------------------------------------------------
18479
+  (0.1ms) rollback transaction
18480
+  (0.1ms) begin transaction
18481
+ --------------------------------------------------------------
18482
+ MontageRailsTest: test_: .configure should accept server url.
18483
+ --------------------------------------------------------------
18484
+  (0.1ms) rollback transaction
18485
+  (0.0ms) begin transaction
18486
+ ---------------------------------------------------------------------------------------
18487
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18488
+ ---------------------------------------------------------------------------------------
18489
+  (0.1ms) rollback transaction
18490
+  (0.0ms) begin transaction
18491
+ --------------------------------------------------------------------------------------
18492
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18493
+ --------------------------------------------------------------------------------------
18494
+  (0.0ms) rollback transaction
18495
+  (0.0ms) begin transaction
18496
+ -------------------------------------------------------------------------------------------
18497
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18498
+ -------------------------------------------------------------------------------------------
18499
+  (0.0ms) rollback transaction
18500
+ foo Load [CACHE] (0.0ms) bar
18501
+ foo Load (0.1ms) bar
18502
+ foo Load (0.1ms) bar
18503
+ foo Load (0.0ms) bar
18504
+ foo Load (0.0ms) bar
18505
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18506
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18507
+  (0.1ms) select sqlite_version(*)
18508
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18509
+  (0.1ms) SELECT version FROM "schema_migrations"
18510
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18511
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18512
+ foo Load (0.1ms) bar
18513
+ foo Load (0.0ms) bar
18514
+ foo Load [CACHE] (0.0ms) bar
18515
+ foo Load (0.1ms) bar
18516
+ foo Load (0.0ms) bar
18517
+  (0.1ms) begin transaction
18518
+ ------------------------------------------------------------------------------------------------
18519
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18520
+ ------------------------------------------------------------------------------------------------
18521
+  (0.0ms) rollback transaction
18522
+  (0.1ms) begin transaction
18523
+ -------------------------------------------------------------------------------------------------
18524
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18525
+ -------------------------------------------------------------------------------------------------
18526
+  (0.0ms) rollback transaction
18527
+  (0.0ms) begin transaction
18528
+ --------------------------------------------------------------
18529
+ MontageRailsTest: test_: .configure should accept server url.
18530
+ --------------------------------------------------------------
18531
+  (0.0ms) rollback transaction
18532
+  (0.0ms) begin transaction
18533
+ -------------------------------------------------------------
18534
+ MontageRailsTest: test_: .configure should require a domain.
18535
+ -------------------------------------------------------------
18536
+  (0.1ms) rollback transaction
18537
+  (0.0ms) begin transaction
18538
+ ----------------------------------------------------------------------------------------------------
18539
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18540
+ ----------------------------------------------------------------------------------------------------
18541
+  (0.0ms) rollback transaction
18542
+  (0.0ms) begin transaction
18543
+ ---------------------------------------------------------------------------------------------------------------
18544
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18545
+ ---------------------------------------------------------------------------------------------------------------
18546
+  (0.1ms) rollback transaction
18547
+  (0.0ms) begin transaction
18548
+ --------------------------------------------------------------------------------------------
18549
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18550
+ --------------------------------------------------------------------------------------------
18551
+  (0.0ms) rollback transaction
18552
+  (0.0ms) begin transaction
18553
+ -------------------------------------------------------------------------------------------
18554
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18555
+ -------------------------------------------------------------------------------------------
18556
+  (0.0ms) rollback transaction
18557
+  (0.0ms) begin transaction
18558
+ ---------------------------------------------------------------------------------------
18559
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18560
+ ---------------------------------------------------------------------------------------
18561
+  (0.0ms) rollback transaction
18562
+  (0.1ms) begin transaction
18563
+ --------------------------------------------------------------------------------------
18564
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18565
+ --------------------------------------------------------------------------------------
18566
+  (0.1ms) rollback transaction
18567
+  (0.1ms) begin transaction
18568
+ ---------------------------------------------------------------------------------------
18569
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18570
+ ---------------------------------------------------------------------------------------
18571
+  (0.0ms) rollback transaction
18572
+ Movie Load (6.0ms) {:filter=>{:votes__gt=>900000}}
18573
+ Movie Load (1.6ms) {:filter=>{:votes__gt=>900000}}
18574
+ Movie Load (4.0ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18575
+ Movie Load (1.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18576
+ Movie Load (3.7ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
18577
+ foo Load (0.0ms) bar
18578
+ Movie Load (6.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18579
+ Movie Load (2.2ms) {:filter=>{:title=>"Foo"}}
18580
+ Movie Load (3.2ms) {:filter=>{:title=>"The Jerk"}}
18581
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18582
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18583
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18584
+ Movie Update (1.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}
18585
+ Actor Create (2.1ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18586
+ Actor Create (1.4ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18587
+ MontageRails::BaseTest::TestClass Load (1.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18588
+ Actor Load (6.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18589
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18590
+ Movie Update (2.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}
18591
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18592
+ Movie Update (2.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}
18593
+ Movie Load (4.8ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18594
+ Studio Create (1.8ms) {:name=>"Universal"}
18595
+ Studio Load (1.6ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18596
+ Studio Load (1.3ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18597
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18598
+ Movie Update (2.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}
18599
+ Movie Create (7.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18600
+ Movie Update (2.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}
18601
+ Movie Update (1.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}
18602
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18603
+ Movie Update (2.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}
18604
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18605
+ Movie Update (1.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}
18606
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18607
+ Movie Update (2.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}
18608
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18609
+ Movie Update (1.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}
18610
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18611
+ Movie Update (2.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}
18612
+ Actor Create (2.6ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18613
+ Actor Create (1.8ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18614
+ Actor Load (1.5ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
18615
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18616
+ Movie Update (2.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}
18617
+ Movie Create (2.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18618
+ Movie Load (2.1ms) #<MontageRails::Relation:0x007fe1a141f890>
18619
+ Movie Create (8.0ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18620
+ Movie Update (2.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}
18621
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18622
+ Movie Update (2.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}
18623
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18624
+ Movie Update (2.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}
18625
+ Movie Create (8.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18626
+ Movie Update (2.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}
18627
+ Movie Load (3.7ms) #<MontageRails::Relation:0x007fe19fb7ba28>
18628
+ Movie Create (9.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18629
+ Movie Update (2.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}
18630
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18631
+ Movie Update (2.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}
18632
+ Actor Create (2.2ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18633
+ Actor Create (2.1ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18634
+ MontageRails::BaseTest::TestClass Load (1.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18635
+ Movie Create (9.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18636
+ Movie Update (8.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}
18637
+ Actor Create (2.5ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18638
+ Actor Create (1.9ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18639
+ Actor Load (1.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
18640
+ Actor Load (1.8ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18641
+ Movie Load (1.9ms) {:filter=>{}}
18642
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18643
+ Movie Update (2.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}
18644
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18645
+ Movie Update (3.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}
18646
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18647
+ Movie Update (2.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}
18648
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18649
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18650
+  (0.1ms) select sqlite_version(*)
18651
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18652
+  (0.1ms) SELECT version FROM "schema_migrations"
18653
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18654
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18655
+ foo Load (0.1ms) bar
18656
+ foo Load [CACHE] (0.0ms) bar
18657
+ foo Load (0.0ms) bar
18658
+ foo Load (0.0ms) bar
18659
+ foo Load (0.0ms) bar
18660
+ Movie Load (11.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18661
+ Movie Load (1.3ms) {:filter=>{:votes__gt=>900000}}
18662
+ Movie Load (3.8ms) {:filter=>{:title=>"The Jerk"}, :pluck=>["title"]}
18663
+ Movie Load (5.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18664
+ Movie Load (2.1ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18665
+ foo Load (0.0ms) bar
18666
+ Movie Load (4.2ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18667
+ Movie Load (4.4ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18668
+ Movie Load (2.1ms) {:filter=>{:title=>"Foo"}}
18669
+ Movie Load (1.4ms) {:filter=>{:votes__gt=>900000}}
18670
+ Movie Load (2.3ms) {:filter=>{:title=>"The Jerk"}}
18671
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18672
+ Movie Update (2.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}
18673
+ Movie Create (7.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18674
+ Movie Update (2.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}
18675
+ Movie Create (6.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18676
+ Movie Update (2.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}
18677
+ Movie Create (6.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18678
+ Movie Update (1.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}
18679
+ Movie Create (6.1ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18680
+ Movie Update (1.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}
18681
+ Movie Create (7.3ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18682
+ Movie Update (1.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}
18683
+ Movie Create (6.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18684
+ Movie Update (2.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}
18685
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18686
+ Movie Update (2.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}
18687
+ Actor Create (2.3ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18688
+ Actor Create (1.5ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18689
+ Actor Load (2.2ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}, :limit=>1}
18690
+ Movie Create (8.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18691
+ Movie Update (2.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}
18692
+ Movie Create (2.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18693
+ Movie Load (2.0ms) {:filter=>{}}
18694
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18695
+ Movie Update (1.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}
18696
+ Actor Create (1.7ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18697
+ Actor Create (1.6ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18698
+ MontageRails::BaseTest::TestClass Load (1.5ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18699
+ Movie Create (8.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18700
+ Movie Update (3.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}
18701
+ Movie Create (8.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18702
+ Movie Update (2.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}
18703
+ Movie Create (7.2ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18704
+ Movie Update (2.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}
18705
+ Actor Create (3.8ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18706
+ Actor Create (2.0ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18707
+ Actor Load (1.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}}
18708
+ Actor Load (1.3ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18709
+ Movie Load (4.9ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18710
+ Studio Create (2.1ms) {:name=>"Universal"}
18711
+ Studio Load (1.9ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18712
+ Studio Load (1.4ms) 19442e09-5c2d-4e5d-8f34-675570e81414
18713
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18714
+ Movie Update (2.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}
18715
+ Movie Load (2.5ms) #<MontageRails::Relation:0x007f9220171a38>
18716
+ Movie Create (8.7ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18717
+ Movie Update (2.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}
18718
+ Actor Create (2.0ms) {:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e", :name=>"Steve Martin"}
18719
+ Actor Create (1.7ms) {:movie_id=>nil, :name=>"Mark Hamill"}
18720
+ MontageRails::BaseTest::TestClass Load (1.6ms) {:filter=>{:title=>"The Jerk"}, :limit=>1}
18721
+ Actor Load (1.4ms) {:filter=>{:movie_id=>"69cc93af-1f0e-43bc-ac9a-19117111978e"}, :limit=>1}
18722
+ Movie Create (6.4ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18723
+ Movie Update (1.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}
18724
+ Movie Update (1.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}
18725
+ Movie Create (7.5ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18726
+ Movie Update (3.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}
18727
+ Movie Create (6.9ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18728
+ Movie Update (1.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}
18729
+ Movie Create (7.6ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18730
+ Movie Update (2.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}
18731
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18732
+ Movie Update (1.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}
18733
+ Movie Create (6.8ms) {:studio_id=>"19442e09-5c2d-4e5d-8f34-675570e81414", :rank=>4, :rating=>2.0, :title=>"The Jerk", :votes=>500, :year=>1983}
18734
+ Movie Update (2.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}
18735
+ Movie Load (2.6ms) #<MontageRails::Relation:0x007f9220684408>
18736
+  (0.1ms) begin transaction
18737
+ -------------------------------------------------------------------------------------------------
18738
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18739
+ -------------------------------------------------------------------------------------------------
18740
+  (0.0ms) rollback transaction
18741
+  (0.0ms) begin transaction
18742
+ ---------------------------------------------------------------------------------------------------------------
18743
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18744
+ ---------------------------------------------------------------------------------------------------------------
18745
+  (0.1ms) rollback transaction
18746
+  (0.0ms) begin transaction
18747
+ ---------------------------------------------------------------------------------------
18748
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18749
+ ---------------------------------------------------------------------------------------
18750
+  (0.1ms) rollback transaction
18751
+  (0.0ms) begin transaction
18752
+ ----------------------------------------------------------------------------------------------------
18753
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18754
+ ----------------------------------------------------------------------------------------------------
18755
+  (0.0ms) rollback transaction
18756
+  (0.0ms) begin transaction
18757
+ --------------------------------------------------------------
18758
+ MontageRailsTest: test_: .configure should accept server url.
18759
+ --------------------------------------------------------------
18760
+  (0.0ms) rollback transaction
18761
+  (0.0ms) begin transaction
18762
+ --------------------------------------------------------------------------------------
18763
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18764
+ --------------------------------------------------------------------------------------
18765
+  (0.0ms) rollback transaction
18766
+  (0.0ms) begin transaction
18767
+ ------------------------------------------------------------------------------------------------
18768
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18769
+ ------------------------------------------------------------------------------------------------
18770
+  (0.0ms) rollback transaction
18771
+  (0.0ms) begin transaction
18772
+ --------------------------------------------------------------------------------------------
18773
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18774
+ --------------------------------------------------------------------------------------------
18775
+  (0.0ms) rollback transaction
18776
+  (0.1ms) begin transaction
18777
+ -------------------------------------------------------------
18778
+ MontageRailsTest: test_: .configure should require a domain.
18779
+ -------------------------------------------------------------
18780
+  (0.0ms) rollback transaction
18781
+  (0.0ms) begin transaction
18782
+ ---------------------------------------------------------------------------------------
18783
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18784
+ ---------------------------------------------------------------------------------------
18785
+  (0.1ms) rollback transaction
18786
+  (0.0ms) begin transaction
18787
+ -------------------------------------------------------------------------------------------
18788
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18789
+ -------------------------------------------------------------------------------------------
18790
+  (0.0ms) rollback transaction
18791
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18792
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18793
+  (0.1ms) select sqlite_version(*)
18794
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18795
+  (0.1ms) SELECT version FROM "schema_migrations"
18796
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18797
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18798
+  (0.1ms) begin transaction
18799
+ -------------------------------------------------------------------------------------------------
18800
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18801
+ -------------------------------------------------------------------------------------------------
18802
+  (0.1ms) rollback transaction
18803
+  (0.1ms) begin transaction
18804
+ ---------------------------------------------------------------------------------------
18805
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18806
+ ---------------------------------------------------------------------------------------
18807
+  (0.1ms) rollback transaction
18808
+  (0.0ms) begin transaction
18809
+ ---------------------------------------------------------------------------------------
18810
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18811
+ ---------------------------------------------------------------------------------------
18812
+  (0.0ms) rollback transaction
18813
+  (0.0ms) begin transaction
18814
+ ------------------------------------------------------------------------------------------------
18815
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18816
+ ------------------------------------------------------------------------------------------------
18817
+  (0.0ms) rollback transaction
18818
+  (0.1ms) begin transaction
18819
+ ---------------------------------------------------------------------------------------------------------------
18820
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18821
+ ---------------------------------------------------------------------------------------------------------------
18822
+  (0.0ms) rollback transaction
18823
+  (0.0ms) begin transaction
18824
+ --------------------------------------------------------------
18825
+ MontageRailsTest: test_: .configure should accept server url.
18826
+ --------------------------------------------------------------
18827
+  (0.0ms) rollback transaction
18828
+  (0.0ms) begin transaction
18829
+ ----------------------------------------------------------------------------------------------------
18830
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18831
+ ----------------------------------------------------------------------------------------------------
18832
+  (0.1ms) rollback transaction
18833
+  (0.0ms) begin transaction
18834
+ --------------------------------------------------------------------------------------------
18835
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18836
+ --------------------------------------------------------------------------------------------
18837
+  (0.1ms) rollback transaction
18838
+  (0.0ms) begin transaction
18839
+ -------------------------------------------------------------
18840
+ MontageRailsTest: test_: .configure should require a domain.
18841
+ -------------------------------------------------------------
18842
+  (0.1ms) rollback transaction
18843
+  (0.0ms) begin transaction
18844
+ -------------------------------------------------------------------------------------------
18845
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18846
+ -------------------------------------------------------------------------------------------
18847
+  (0.1ms) rollback transaction
18848
+  (0.0ms) begin transaction
18849
+ --------------------------------------------------------------------------------------
18850
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18851
+ --------------------------------------------------------------------------------------
18852
+  (0.1ms) rollback transaction
18853
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18854
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18855
+  (0.1ms) select sqlite_version(*)
18856
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18857
+  (0.1ms) SELECT version FROM "schema_migrations"
18858
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18859
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18860
+  (0.1ms) begin transaction
18861
+ --------------------------------------------------------------
18862
+ MontageRailsTest: test_: .configure should accept server url.
18863
+ --------------------------------------------------------------
18864
+  (0.0ms) rollback transaction
18865
+  (0.1ms) begin transaction
18866
+ ----------------------------------------------------------------------------------------------------
18867
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18868
+ ----------------------------------------------------------------------------------------------------
18869
+  (0.0ms) rollback transaction
18870
+  (0.0ms) begin transaction
18871
+ -------------------------------------------------------------
18872
+ MontageRailsTest: test_: .configure should require a domain.
18873
+ -------------------------------------------------------------
18874
+  (0.0ms) rollback transaction
18875
+  (0.0ms) begin transaction
18876
+ ------------------------------------------------------------------------------------------------
18877
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18878
+ ------------------------------------------------------------------------------------------------
18879
+  (0.0ms) rollback transaction
18880
+  (0.0ms) begin transaction
18881
+ -------------------------------------------------------------------------------------------------
18882
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18883
+ -------------------------------------------------------------------------------------------------
18884
+  (0.1ms) rollback transaction
18885
+  (0.1ms) begin transaction
18886
+ --------------------------------------------------------------------------------------
18887
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18888
+ --------------------------------------------------------------------------------------
18889
+  (0.1ms) rollback transaction
18890
+  (0.0ms) begin transaction
18891
+ --------------------------------------------------------------------------------------------
18892
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18893
+ --------------------------------------------------------------------------------------------
18894
+  (0.1ms) rollback transaction
18895
+  (0.1ms) begin transaction
18896
+ ---------------------------------------------------------------------------------------
18897
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18898
+ ---------------------------------------------------------------------------------------
18899
+  (0.1ms) rollback transaction
18900
+  (0.1ms) begin transaction
18901
+ ---------------------------------------------------------------------------------------------------------------
18902
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18903
+ ---------------------------------------------------------------------------------------------------------------
18904
+  (0.1ms) rollback transaction
18905
+  (0.1ms) begin transaction
18906
+ ---------------------------------------------------------------------------------------
18907
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18908
+ ---------------------------------------------------------------------------------------
18909
+  (0.1ms) rollback transaction
18910
+  (0.0ms) begin transaction
18911
+ -------------------------------------------------------------------------------------------
18912
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18913
+ -------------------------------------------------------------------------------------------
18914
+  (0.1ms) rollback transaction
18915
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18916
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18917
+  (0.1ms) select sqlite_version(*)
18918
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18919
+  (0.1ms) SELECT version FROM "schema_migrations"
18920
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18921
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18922
+  (0.1ms) begin transaction
18923
+ -------------------------------------------------------------------------------------------------
18924
+ MontageRailsTest: test_: .configure should require a username and password if no token is given.
18925
+ -------------------------------------------------------------------------------------------------
18926
+  (0.0ms) rollback transaction
18927
+  (0.1ms) begin transaction
18928
+ -------------------------------------------------------------
18929
+ MontageRailsTest: test_: .configure should require a domain.
18930
+ -------------------------------------------------------------
18931
+  (0.0ms) rollback transaction
18932
+  (0.1ms) begin transaction
18933
+ ----------------------------------------------------------------------------------------------------
18934
+ MontageRailsTest: test_: .configure should not require a username and password if a token is given.
18935
+ ----------------------------------------------------------------------------------------------------
18936
+  (0.0ms) rollback transaction
18937
+  (0.1ms) begin transaction
18938
+ --------------------------------------------------------------
18939
+ MontageRailsTest: test_: .configure should accept server url.
18940
+ --------------------------------------------------------------
18941
+  (0.0ms) rollback transaction
18942
+  (0.0ms) begin transaction
18943
+ ---------------------------------------------------------------------------------------------------------------
18944
+ MontageRailsTest: test_: .configure should call the auth method and retrieve the token if it has not been set.
18945
+ ---------------------------------------------------------------------------------------------------------------
18946
+  (0.0ms) rollback transaction
18947
+  (0.0ms) begin transaction
18948
+ -------------------------------------------------------------------------------------------
18949
+ MontageRailsTest: test_: .configure should accept a username, password, token, and domain.
18950
+ -------------------------------------------------------------------------------------------
18951
+  (0.0ms) rollback transaction
18952
+  (0.0ms) begin transaction
18953
+ --------------------------------------------------------------------------------------
18954
+ MontageRailsTest: test_: .configure should accept boolean controling mock server use.
18955
+ --------------------------------------------------------------------------------------
18956
+  (0.1ms) rollback transaction
18957
+  (0.0ms) begin transaction
18958
+ --------------------------------------------------------------------------------------------
18959
+ MontageRailsTest: test_: .configure should accept server url even if use mock set to false.
18960
+ --------------------------------------------------------------------------------------------
18961
+  (0.0ms) rollback transaction
18962
+  (0.0ms) begin transaction
18963
+ ------------------------------------------------------------------------------------------------
18964
+ MontageRailsTest: test_: .configure should have nil url_prefix if use mock server set to false.
18965
+ ------------------------------------------------------------------------------------------------
18966
+  (0.0ms) rollback transaction
18967
+  (0.1ms) begin transaction
18968
+ ---------------------------------------------------------------------------------------
18969
+ MontageRailsTest: test_: .configure should raise an exception if authentication fails.
18970
+ ---------------------------------------------------------------------------------------
18971
+  (0.1ms) rollback transaction
18972
+  (0.1ms) begin transaction
18973
+ ---------------------------------------------------------------------------------------
18974
+ MontageRailsTest: test_: .configure should have url_prefix if mock server set to true.
18975
+ ---------------------------------------------------------------------------------------
18976
+  (0.0ms) rollback transaction
18977
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18978
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18979
+  (0.1ms) select sqlite_version(*)
18980
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18981
+  (0.1ms) SELECT version FROM "schema_migrations"
18982
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18983
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18984
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18985
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18986
+  (0.1ms) select sqlite_version(*)
18987
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18988
+  (0.1ms) SELECT version FROM "schema_migrations"
18989
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18990
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18991
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18992
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18993
+  (0.0ms) select sqlite_version(*)
18994
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18995
+  (0.1ms) SELECT version FROM "schema_migrations"
18996
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18997
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18998
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18999
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
19000
+  (0.1ms) select sqlite_version(*)
19001
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19002
+  (0.1ms) SELECT version FROM "schema_migrations"
19003
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
19004
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19005
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19006
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
19007
+  (0.1ms) select sqlite_version(*)
19008
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19009
+  (0.1ms) SELECT version FROM "schema_migrations"
19010
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
19011
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"