forest_liana 1.3.46 → 1.3.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4417439c5b1e59fdcf52126d5d8f7d7a85984620
4
- data.tar.gz: 7f020978c76103078c2d955ea58105cc7d905b9f
3
+ metadata.gz: 2bf1799aa5b9009bfbc98c0b1f2169669d3b024d
4
+ data.tar.gz: 314d7aa632676a29799151c09f2d2f45c72ef870
5
5
  SHA512:
6
- metadata.gz: bf0583159be382733ebdd1b70a8f1a795b411906de86141f2b5c802292e0a83bfbd55ac268a64a815124e89cddd3a5967616f3e7e9b512190723be8afaa02fb4
7
- data.tar.gz: e96f7df98db3f5e87ab9b957d36bf14b506ed7d14358584df3b297d29bdacbe59d77c09c2aff26c3a4abbcdcbe215be6d2fb1782b07ce0dea24435bb1c7a5130
6
+ metadata.gz: cfb47fb895b9fe499d049a29b354b977a535924c7824a207b4aa105519a48388a34a7cc8db29b37aa18dab5d75e7adb91af094d1b105fd331c7d1d8d858e555f
7
+ data.tar.gz: 0f70bdbb88da79898579476341bf7ea7e9903ba9cdb649bd13738287ca58df6f398df72c79950eb59e8a476a8a8181192b7504f9e63c7a8e908dd7d1388efdce
@@ -50,7 +50,15 @@ module ForestLiana
50
50
  end
51
51
 
52
52
  def self.model_included?(model)
53
- ForestLiana.excluded_models.exclude?(model)
53
+ # NOTICE: all models are included by default.
54
+ return true if ForestLiana.included_models.empty? &&
55
+ ForestLiana.excluded_models.empty?
56
+
57
+ if ForestLiana.included_models.any?
58
+ ForestLiana.included_models.include?(model)
59
+ else
60
+ ForestLiana.excluded_models.exclude?(model)
61
+ end
54
62
  end
55
63
 
56
64
  def self.habtm?(model)
@@ -14,6 +14,7 @@ module ForestLiana
14
14
  mattr_accessor :allowed_users
15
15
  mattr_accessor :models
16
16
  mattr_accessor :excluded_models
17
+ mattr_accessor :included_models
17
18
 
18
19
  # Legacy.
19
20
  mattr_accessor :jwt_signing_key
@@ -22,4 +23,5 @@ module ForestLiana
22
23
  self.allowed_users = []
23
24
  self.models = []
24
25
  self.excluded_models = []
26
+ self.included_models = []
25
27
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.3.46"
2
+ VERSION = "1.3.47"
3
3
  end
Binary file
@@ -59105,3 +59105,1244 @@ ForestLianaTest: test_truth
59105
59105
  --------------------------------------------------------------
59106
59106
  ForestLiana::ResourcesGetterTest: test_Search_on_a_Smart_field
59107
59107
  --------------------------------------------------------------
59108
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
59109
+  (0.1ms) begin transaction
59110
+ Fixture Delete (1.4ms) DELETE FROM "belongs_to_fields"
59111
+ Fixture Insert (0.4ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (1, 1, 1, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59112
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (2, 2, 1, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59113
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (3, 3, 1, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59114
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (4, 4, 2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59115
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (5, 5, 2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59116
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (6, 6, 2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59117
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (7, 7, 3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59118
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (8, 8, 3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59119
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (9, 9, 3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59120
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (10, 10, 4, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59121
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (11, 11, 4, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59122
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (12, 12, 4, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59123
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (13, 13, 5, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59124
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (14, 14, 5, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59125
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (15, 15, 5, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59126
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (16, 16, 6, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59127
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (17, 17, 6, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59128
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (18, 18, 6, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59129
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (19, 19, 7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59130
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (20, 20, 7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59131
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (21, 21, 7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59132
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (22, 22, 7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59133
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (23, 23, 8, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59134
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (24, 24, 8, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59135
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (25, 25, 9, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59136
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (26, 26, 9, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59137
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (27, 27, 9, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59138
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (28, 28, 10, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59139
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (29, 29, 10, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59140
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (30, 30, 10, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59141
+ Fixture Delete (0.7ms) DELETE FROM "has_many_fields"
59142
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59143
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59144
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59145
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59146
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (5, 3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59147
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (6, 2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59148
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59149
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (8, 2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59150
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59151
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59152
+ Fixture Delete (0.1ms) DELETE FROM "has_many_through_fields"
59153
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59154
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59155
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59156
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59157
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59158
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59159
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59160
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59161
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59162
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59163
+ Fixture Delete (0.4ms) DELETE FROM "has_one_fields"
59164
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59165
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59166
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59167
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59168
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59169
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59170
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59171
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59172
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59173
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59174
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (11, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59175
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (12, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59176
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (13, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59177
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (14, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59178
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (15, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59179
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (16, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59180
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (17, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59181
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (18, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59182
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (19, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59183
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (20, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59184
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (21, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59185
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (22, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59186
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (23, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59187
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (24, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59188
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (25, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59189
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (26, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59190
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (27, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59191
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (28, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59192
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (29, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59193
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (30, '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59194
+ Fixture Delete (0.4ms) DELETE FROM "owners"
59195
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (1, 'Sandro Munda', '2015-05-30 09:00:00.000000', '2016-06-27 20:00:00.000000')
59196
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (2, 'Arnaud Besnier', '2016-05-02 09:00:00.000000', '2016-06-28 08:00:00.000000')
59197
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (3, 'John Doe', '2014-05-02 09:00:00.000000', '2015-06-28 08:00:00.000000')
59198
+ Fixture Delete (0.4ms) DELETE FROM "string_fields"
59199
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (1, 'Test 1', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59200
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (2, 'Test 2', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59201
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (3, 'Test 3', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59202
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (4, 'Test 4', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59203
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (5, 'Test 5', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59204
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (6, 'Test 6', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59205
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (7, 'Test 7', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59206
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (8, 'Test 8', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59207
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (9, 'Test 9', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59208
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (10, 'Test 10', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59209
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (11, 'Test 11', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59210
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (12, 'Test 12', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59211
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (13, 'Test 13', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59212
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (14, 'Test 14', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59213
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (15, 'Test 15', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59214
+ Fixture Insert (0.2ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (16, 'Test 16', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59215
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (17, 'Test 17', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59216
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (18, 'Test 18', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59217
+ Fixture Insert (6.5ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (19, 'Test 19', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59218
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (20, 'Test 20', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59219
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (21, 'Test 21', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59220
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (22, 'Test 22', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59221
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (23, 'Test 23', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59222
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (24, 'Test 24', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59223
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (25, 'Test 25', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59224
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (26, 'Test 26', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59225
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (27, 'Test 27', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59226
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (28, 'Test 28', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59227
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (29, 'Test 29', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59228
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (30, 'Test 30', '2016-10-19 18:20:43', '2016-10-19 18:20:43')
59229
+ Fixture Delete (0.7ms) DELETE FROM "trees"
59230
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (1, 'Oak', 1, '2010-02-11 11:00:00.000000', '2010-02-11 11:00:00.000000')
59231
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (2, 'Mapple', 2, '2010-02-15 21:00:00.000000', '2010-02-15 21:00:00.000000')
59232
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (3, 'Mapple', 2, '2012-04-11 12:00:00.000000', '2012-04-11 12:00:00.000000')
59233
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (4, 'Oak', 2, '2015-06-18 09:00:00.000000', '2015-06-18 09:00:00.000000')
59234
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (5, 'Oak', 3, '2014-06-18 09:00:00.000000', '2014-06-18 09:00:00.000000')
59235
+  (0.9ms) commit transaction
59236
+  (0.0ms) begin transaction
59237
+ ----------------------------------------------------------------
59238
+ ForestLiana::ResourcesGetterTest: test_StringField_sort_by_field
59239
+ ----------------------------------------------------------------
59240
+ SQL (0.2ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.field DESC LIMIT 10 OFFSET 0
59241
+  (0.1ms) SELECT COUNT(*) FROM "string_fields"
59242
+  (0.1ms) rollback transaction
59243
+  (0.1ms) begin transaction
59244
+ --------------------------------------------------------------------
59245
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_has_one_association
59246
+ --------------------------------------------------------------------
59247
+ SQL (0.4ms) SELECT "has_one_fields"."id" AS t0_r0, "has_one_fields"."created_at" AS t0_r1, "has_one_fields"."updated_at" AS t0_r2, "belongs_to_fields"."id" AS t1_r0, "belongs_to_fields"."has_one_field_id" AS t1_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t1_r2, "belongs_to_fields"."has_many_field_id" AS t1_r3, "belongs_to_fields"."created_at" AS t1_r4, "belongs_to_fields"."updated_at" AS t1_r5 FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id" ORDER BY belongs_to_fields.id DESC LIMIT 10 OFFSET 0
59248
+  (0.2ms) SELECT COUNT(DISTINCT "has_one_fields"."id") FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id"
59249
+  (0.0ms) rollback transaction
59250
+  (0.0ms) begin transaction
59251
+ -----------------------------------------------------------------
59252
+ ForestLiana::ResourcesGetterTest: test_StringField_page_2_size_10
59253
+ -----------------------------------------------------------------
59254
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 10 OFFSET 10
59255
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
59256
+  (0.0ms) rollback transaction
59257
+  (0.0ms) begin transaction
59258
+ -------------------------------------------------------------------------------------------
59259
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_the_main_collection
59260
+ -------------------------------------------------------------------------------------------
59261
+ SQL (0.2ms) SELECT "owners"."id" AS t0_r0, "owners"."name" AS t0_r1, "owners"."created_at" AS t0_r2, "owners"."updated_at" AS t0_r3 FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY owners.created_at DESC LIMIT 10 OFFSET 0
59262
+  (0.1ms) SELECT COUNT(*) FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
59263
+  (0.0ms) rollback transaction
59264
+  (0.1ms) begin transaction
59265
+ -----------------------------------------------------------------------
59266
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_belongs_to_association
59267
+ -----------------------------------------------------------------------
59268
+ SQL (0.4ms) SELECT "belongs_to_fields"."id" AS t0_r0, "belongs_to_fields"."has_one_field_id" AS t0_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t0_r2, "belongs_to_fields"."has_many_field_id" AS t0_r3, "belongs_to_fields"."created_at" AS t0_r4, "belongs_to_fields"."updated_at" AS t0_r5, "has_one_fields"."id" AS t1_r0, "has_one_fields"."created_at" AS t1_r1, "has_one_fields"."updated_at" AS t1_r2 FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id" ORDER BY has_one_fields.id ASC LIMIT 10 OFFSET 0
59269
+  (0.1ms) SELECT COUNT(DISTINCT "belongs_to_fields"."id") FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id"
59270
+  (0.0ms) rollback transaction
59271
+  (0.0ms) begin transaction
59272
+ ------------------------------------------------------------------------------------
59273
+ ForestLiana::ResourcesGetterTest: test_Sort_on_an_ambiguous_field_name_with_a_filter
59274
+ ------------------------------------------------------------------------------------
59275
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier') ORDER BY trees.name DESC LIMIT 10 OFFSET 0
59276
+  (0.2ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier')
59277
+  (0.1ms) rollback transaction
59278
+  (0.1ms) begin transaction
59279
+ ------------------------------------------------------------------------------------------------------
59280
+ ForestLiana::ResourcesGetterTest: test_Filter_equal_on_an_updated_at_field_of_an_associated_collection
59281
+ ------------------------------------------------------------------------------------------------------
59282
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59283
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)')
59284
+  (0.0ms) rollback transaction
59285
+  (0.0ms) begin transaction
59286
+ -----------------------------------------------------------------
59287
+ ForestLiana::ResourcesGetterTest: test_StringField_page_1_size_15
59288
+ -----------------------------------------------------------------
59289
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 15 OFFSET 0
59290
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
59291
+  (0.0ms) rollback transaction
59292
+  (0.1ms) begin transaction
59293
+ ----------------------------------------------------------------
59294
+ ForestLiana::ResourcesGetterTest: test_Filter_on_ambiguous_field
59295
+ ----------------------------------------------------------------
59296
+ SQL (0.1ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59297
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier')
59298
+ Owner Load (0.1ms) SELECT "owners".* FROM "owners" WHERE "owners"."id" = ? LIMIT 1 [["id", 2]]
59299
+  (0.1ms) rollback transaction
59300
+  (0.1ms) begin transaction
59301
+ ------------------------------------------------------------------------------------------------
59302
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_an_associated_collection
59303
+ ------------------------------------------------------------------------------------------------
59304
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59305
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
59306
+  (0.1ms) rollback transaction
59307
+  (0.1ms) begin transaction
59308
+ --------------------------------------------------------
59309
+ ForestLiana::SchemaAdapterTest: test_hasOne_relationship
59310
+ --------------------------------------------------------
59311
+  (0.1ms) rollback transaction
59312
+  (0.0ms) begin transaction
59313
+ --------------------------------------------------------------------------
59314
+ ForestLiana::SchemaAdapterTest: test_Integer_should_have_the_type_`Number`
59315
+ --------------------------------------------------------------------------
59316
+  (0.0ms) rollback transaction
59317
+  (0.0ms) begin transaction
59318
+ ------------------------------------------------------------------------------------
59319
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationhip_with_specified_class_name
59320
+ ------------------------------------------------------------------------------------
59321
+  (0.0ms) rollback transaction
59322
+  (0.0ms) begin transaction
59323
+ -------------------------------------------------------------------------
59324
+ ForestLiana::SchemaAdapterTest: test_DateTime_should_have_the_type_`Date`
59325
+ -------------------------------------------------------------------------
59326
+  (0.0ms) rollback transaction
59327
+  (0.0ms) begin transaction
59328
+ ----------------------------------------------------------------------------------
59329
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationhip_with_specified_class_name
59330
+ ----------------------------------------------------------------------------------
59331
+  (0.0ms) rollback transaction
59332
+  (0.0ms) begin transaction
59333
+ -----------------------------------------------------------
59334
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationship
59335
+ -----------------------------------------------------------
59336
+  (0.0ms) rollback transaction
59337
+  (0.0ms) begin transaction
59338
+ -------------------------------------------------------------------------
59339
+ ForestLiana::SchemaAdapterTest: test_String_should_have_the_type_`String`
59340
+ -------------------------------------------------------------------------
59341
+  (0.0ms) rollback transaction
59342
+  (0.0ms) begin transaction
59343
+ ---------------------------------------------------------
59344
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationship
59345
+ ---------------------------------------------------------
59346
+  (0.0ms) rollback transaction
59347
+  (0.1ms) begin transaction
59348
+ --------------------------------------------------------------------------
59349
+ ForestLiana::SchemaAdapterTest: test_Decimal_should_have_the_type_`Number`
59350
+ --------------------------------------------------------------------------
59351
+  (0.0ms) rollback transaction
59352
+  (0.0ms) begin transaction
59353
+ ---------------------------------------------------------------------
59354
+ ForestLiana::SchemaAdapterTest: test_Date_should_have_the_type_`Date`
59355
+ ---------------------------------------------------------------------
59356
+  (0.0ms) rollback transaction
59357
+  (0.0ms) begin transaction
59358
+ ---------------------------------------------------------------------------
59359
+ ForestLiana::SchemaAdapterTest: test_Boolean_should_have_the_type_`Boolean`
59360
+ ---------------------------------------------------------------------------
59361
+  (0.0ms) rollback transaction
59362
+  (0.0ms) begin transaction
59363
+ ------------------------------------------------------------------------
59364
+ ForestLiana::SchemaAdapterTest: test_Float_should_have_the_type_`Number`
59365
+ ------------------------------------------------------------------------
59366
+  (0.1ms) rollback transaction
59367
+  (0.0ms) begin transaction
59368
+ ---------------------------
59369
+ ForestLianaTest: test_truth
59370
+ ---------------------------
59371
+  (0.0ms) rollback transaction
59372
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
59373
+  (0.1ms) begin transaction
59374
+ Fixture Delete (0.3ms) DELETE FROM "belongs_to_fields"
59375
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (1, 1, 1, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59376
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (2, 2, 1, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59377
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (3, 3, 1, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59378
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (4, 4, 2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59379
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (5, 5, 2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59380
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (6, 6, 2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59381
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (7, 7, 3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59382
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (8, 8, 3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59383
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (9, 9, 3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59384
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (10, 10, 4, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59385
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (11, 11, 4, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59386
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (12, 12, 4, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59387
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (13, 13, 5, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59388
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (14, 14, 5, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59389
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (15, 15, 5, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59390
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (16, 16, 6, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59391
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (17, 17, 6, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59392
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (18, 18, 6, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59393
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (19, 19, 7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59394
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (20, 20, 7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59395
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (21, 21, 7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59396
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (22, 22, 7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59397
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (23, 23, 8, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59398
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (24, 24, 8, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59399
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (25, 25, 9, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59400
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (26, 26, 9, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59401
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (27, 27, 9, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59402
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (28, 28, 10, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59403
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (29, 29, 10, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59404
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (30, 30, 10, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59405
+ Fixture Delete (0.1ms) DELETE FROM "has_many_fields"
59406
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59407
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59408
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59409
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59410
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (5, 3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59411
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (6, 2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59412
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59413
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (8, 2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59414
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59415
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59416
+ Fixture Delete (0.1ms) DELETE FROM "has_many_through_fields"
59417
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59418
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59419
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59420
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59421
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59422
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59423
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59424
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59425
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59426
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59427
+ Fixture Delete (0.1ms) DELETE FROM "has_one_fields"
59428
+ Fixture Insert (0.3ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59429
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59430
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59431
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59432
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59433
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59434
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59435
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59436
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59437
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59438
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (11, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59439
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (12, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59440
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (13, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59441
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (14, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59442
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (15, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59443
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (16, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59444
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (17, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59445
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (18, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59446
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (19, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59447
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (20, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59448
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (21, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59449
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (22, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59450
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (23, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59451
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (24, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59452
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (25, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59453
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (26, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59454
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (27, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59455
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (28, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59456
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (29, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59457
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (30, '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59458
+ Fixture Delete (0.1ms) DELETE FROM "owners"
59459
+ Fixture Insert (0.0ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (1, 'Sandro Munda', '2015-05-30 09:00:00.000000', '2016-06-27 20:00:00.000000')
59460
+ Fixture Insert (0.0ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (2, 'Arnaud Besnier', '2016-05-02 09:00:00.000000', '2016-06-28 08:00:00.000000')
59461
+ Fixture Insert (0.0ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (3, 'John Doe', '2014-05-02 09:00:00.000000', '2015-06-28 08:00:00.000000')
59462
+ Fixture Delete (0.0ms) DELETE FROM "string_fields"
59463
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (1, 'Test 1', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59464
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (2, 'Test 2', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59465
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (3, 'Test 3', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59466
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (4, 'Test 4', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59467
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (5, 'Test 5', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59468
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (6, 'Test 6', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59469
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (7, 'Test 7', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59470
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (8, 'Test 8', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59471
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (9, 'Test 9', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59472
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (10, 'Test 10', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59473
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (11, 'Test 11', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59474
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (12, 'Test 12', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59475
+ Fixture Insert (0.3ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (13, 'Test 13', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59476
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (14, 'Test 14', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59477
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (15, 'Test 15', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59478
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (16, 'Test 16', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59479
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (17, 'Test 17', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59480
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (18, 'Test 18', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59481
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (19, 'Test 19', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59482
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (20, 'Test 20', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59483
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (21, 'Test 21', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59484
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (22, 'Test 22', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59485
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (23, 'Test 23', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59486
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (24, 'Test 24', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59487
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (25, 'Test 25', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59488
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (26, 'Test 26', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59489
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (27, 'Test 27', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59490
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (28, 'Test 28', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59491
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (29, 'Test 29', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59492
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (30, 'Test 30', '2016-10-19 18:20:56', '2016-10-19 18:20:56')
59493
+ Fixture Delete (0.1ms) DELETE FROM "trees"
59494
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (1, 'Oak', 1, '2010-02-11 11:00:00.000000', '2010-02-11 11:00:00.000000')
59495
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (2, 'Mapple', 2, '2010-02-15 21:00:00.000000', '2010-02-15 21:00:00.000000')
59496
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (3, 'Mapple', 2, '2012-04-11 12:00:00.000000', '2012-04-11 12:00:00.000000')
59497
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (4, 'Oak', 2, '2015-06-18 09:00:00.000000', '2015-06-18 09:00:00.000000')
59498
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (5, 'Oak', 3, '2014-06-18 09:00:00.000000', '2014-06-18 09:00:00.000000')
59499
+  (0.9ms) commit transaction
59500
+  (0.0ms) begin transaction
59501
+ ----------------------------------------------------------------
59502
+ ForestLiana::ResourcesGetterTest: test_StringField_sort_by_field
59503
+ ----------------------------------------------------------------
59504
+ SQL (0.5ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.field DESC LIMIT 10 OFFSET 0
59505
+  (0.1ms) SELECT COUNT(*) FROM "string_fields"
59506
+  (0.0ms) rollback transaction
59507
+  (0.1ms) begin transaction
59508
+ ----------------------------------------------------------------
59509
+ ForestLiana::ResourcesGetterTest: test_Filter_on_ambiguous_field
59510
+ ----------------------------------------------------------------
59511
+ SQL (0.3ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59512
+  (0.2ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier')
59513
+  (0.1ms) rollback transaction
59514
+  (0.1ms) begin transaction
59515
+ --------------------------------------------------------------------
59516
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_has_one_association
59517
+ --------------------------------------------------------------------
59518
+ SQL (0.4ms) SELECT "has_one_fields"."id" AS t0_r0, "has_one_fields"."created_at" AS t0_r1, "has_one_fields"."updated_at" AS t0_r2, "belongs_to_fields"."id" AS t1_r0, "belongs_to_fields"."has_one_field_id" AS t1_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t1_r2, "belongs_to_fields"."has_many_field_id" AS t1_r3, "belongs_to_fields"."created_at" AS t1_r4, "belongs_to_fields"."updated_at" AS t1_r5, "belongs_to_class_name_fields"."id" AS t2_r0, "belongs_to_class_name_fields"."foo_id" AS t2_r1, "belongs_to_class_name_fields"."created_at" AS t2_r2, "belongs_to_class_name_fields"."updated_at" AS t2_r3 FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id" LEFT OUTER JOIN "belongs_to_class_name_fields" ON "belongs_to_class_name_fields"."foo_id" = "has_one_fields"."id" ORDER BY belongs_to_fields.id DESC LIMIT 10 OFFSET 0
59519
+  (0.2ms) SELECT COUNT(DISTINCT "has_one_fields"."id") FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id" LEFT OUTER JOIN "belongs_to_class_name_fields" ON "belongs_to_class_name_fields"."foo_id" = "has_one_fields"."id"
59520
+  (0.1ms) rollback transaction
59521
+  (0.1ms) begin transaction
59522
+ -------------------------------------------------------------------------------------------
59523
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_the_main_collection
59524
+ -------------------------------------------------------------------------------------------
59525
+ SQL (0.4ms) SELECT "owners"."id" AS t0_r0, "owners"."name" AS t0_r1, "owners"."created_at" AS t0_r2, "owners"."updated_at" AS t0_r3 FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY owners.created_at DESC LIMIT 10 OFFSET 0
59526
+  (0.1ms) SELECT COUNT(*) FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
59527
+  (0.1ms) rollback transaction
59528
+  (0.0ms) begin transaction
59529
+ -----------------------------------------------------------------
59530
+ ForestLiana::ResourcesGetterTest: test_StringField_page_1_size_15
59531
+ -----------------------------------------------------------------
59532
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 15 OFFSET 0
59533
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
59534
+  (0.0ms) rollback transaction
59535
+  (0.0ms) begin transaction
59536
+ -----------------------------------------------------------------
59537
+ ForestLiana::ResourcesGetterTest: test_StringField_page_2_size_10
59538
+ -----------------------------------------------------------------
59539
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 10 OFFSET 10
59540
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
59541
+  (0.0ms) rollback transaction
59542
+  (0.0ms) begin transaction
59543
+ ------------------------------------------------------------------------------------------------
59544
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_an_associated_collection
59545
+ ------------------------------------------------------------------------------------------------
59546
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59547
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
59548
+  (0.1ms) rollback transaction
59549
+  (0.1ms) begin transaction
59550
+ ------------------------------------------------------------------------------------
59551
+ ForestLiana::ResourcesGetterTest: test_Sort_on_an_ambiguous_field_name_with_a_filter
59552
+ ------------------------------------------------------------------------------------
59553
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier') ORDER BY trees.name DESC LIMIT 10 OFFSET 0
59554
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier')
59555
+  (0.0ms) rollback transaction
59556
+  (0.2ms) begin transaction
59557
+ -----------------------------------------------------------------------
59558
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_belongs_to_association
59559
+ -----------------------------------------------------------------------
59560
+ SQL (0.2ms) SELECT "belongs_to_fields"."id" AS t0_r0, "belongs_to_fields"."has_one_field_id" AS t0_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t0_r2, "belongs_to_fields"."has_many_field_id" AS t0_r3, "belongs_to_fields"."created_at" AS t0_r4, "belongs_to_fields"."updated_at" AS t0_r5, "has_one_fields"."id" AS t1_r0, "has_one_fields"."created_at" AS t1_r1, "has_one_fields"."updated_at" AS t1_r2, "has_many_fields"."id" AS t2_r0, "has_many_fields"."has_many_through_field_id" AS t2_r1, "has_many_fields"."created_at" AS t2_r2, "has_many_fields"."updated_at" AS t2_r3, "has_many_class_name_fields"."id" AS t3_r0, "has_many_class_name_fields"."created_at" AS t3_r1, "has_many_class_name_fields"."updated_at" AS t3_r2 FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id" LEFT OUTER JOIN "has_many_fields" ON "has_many_fields"."id" = "belongs_to_fields"."has_many_field_id" LEFT OUTER JOIN "has_many_class_name_fields" ON "has_many_class_name_fields"."id" = "belongs_to_fields"."has_many_class_name_field_id" ORDER BY has_one_fields.id ASC LIMIT 10 OFFSET 0
59561
+  (0.1ms) SELECT COUNT(DISTINCT "belongs_to_fields"."id") FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id" LEFT OUTER JOIN "has_many_fields" ON "has_many_fields"."id" = "belongs_to_fields"."has_many_field_id" LEFT OUTER JOIN "has_many_class_name_fields" ON "has_many_class_name_fields"."id" = "belongs_to_fields"."has_many_class_name_field_id"
59562
+  (0.0ms) rollback transaction
59563
+  (0.1ms) begin transaction
59564
+ ------------------------------------------------------------------------------------------------------
59565
+ ForestLiana::ResourcesGetterTest: test_Filter_equal_on_an_updated_at_field_of_an_associated_collection
59566
+ ------------------------------------------------------------------------------------------------------
59567
+ SQL (0.3ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59568
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)')
59569
+  (0.0ms) rollback transaction
59570
+  (0.1ms) begin transaction
59571
+ -------------------------------------------------------------------------
59572
+ ForestLiana::SchemaAdapterTest: test_DateTime_should_have_the_type_`Date`
59573
+ -------------------------------------------------------------------------
59574
+  (0.0ms) rollback transaction
59575
+  (0.2ms) begin transaction
59576
+ ---------------------------------------------------------------------
59577
+ ForestLiana::SchemaAdapterTest: test_Date_should_have_the_type_`Date`
59578
+ ---------------------------------------------------------------------
59579
+  (0.0ms) rollback transaction
59580
+  (0.0ms) begin transaction
59581
+ -------------------------------------------------------------------------
59582
+ ForestLiana::SchemaAdapterTest: test_String_should_have_the_type_`String`
59583
+ -------------------------------------------------------------------------
59584
+  (0.0ms) rollback transaction
59585
+  (0.1ms) begin transaction
59586
+ ---------------------------------------------------------
59587
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationship
59588
+ ---------------------------------------------------------
59589
+  (0.0ms) rollback transaction
59590
+  (0.0ms) begin transaction
59591
+ ------------------------------------------------------------------------------------
59592
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationhip_with_specified_class_name
59593
+ ------------------------------------------------------------------------------------
59594
+  (0.0ms) rollback transaction
59595
+  (0.1ms) begin transaction
59596
+ ---------------------------------------------------------------------------
59597
+ ForestLiana::SchemaAdapterTest: test_Boolean_should_have_the_type_`Boolean`
59598
+ ---------------------------------------------------------------------------
59599
+  (0.1ms) rollback transaction
59600
+  (0.1ms) begin transaction
59601
+ --------------------------------------------------------------------------
59602
+ ForestLiana::SchemaAdapterTest: test_Integer_should_have_the_type_`Number`
59603
+ --------------------------------------------------------------------------
59604
+  (0.0ms) rollback transaction
59605
+  (0.1ms) begin transaction
59606
+ ----------------------------------------------------------------------------------
59607
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationhip_with_specified_class_name
59608
+ ----------------------------------------------------------------------------------
59609
+  (0.0ms) rollback transaction
59610
+  (0.2ms) begin transaction
59611
+ --------------------------------------------------------------------------
59612
+ ForestLiana::SchemaAdapterTest: test_Decimal_should_have_the_type_`Number`
59613
+ --------------------------------------------------------------------------
59614
+  (0.0ms) rollback transaction
59615
+  (0.1ms) begin transaction
59616
+ ------------------------------------------------------------------------
59617
+ ForestLiana::SchemaAdapterTest: test_Float_should_have_the_type_`Number`
59618
+ ------------------------------------------------------------------------
59619
+  (0.0ms) rollback transaction
59620
+  (0.0ms) begin transaction
59621
+ -----------------------------------------------------------
59622
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationship
59623
+ -----------------------------------------------------------
59624
+  (0.0ms) rollback transaction
59625
+  (0.1ms) begin transaction
59626
+ --------------------------------------------------------
59627
+ ForestLiana::SchemaAdapterTest: test_hasOne_relationship
59628
+ --------------------------------------------------------
59629
+  (0.1ms) rollback transaction
59630
+  (0.0ms) begin transaction
59631
+ ---------------------------
59632
+ ForestLianaTest: test_truth
59633
+ ---------------------------
59634
+  (0.0ms) rollback transaction
59635
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
59636
+  (0.1ms) begin transaction
59637
+ Fixture Delete (0.3ms) DELETE FROM "belongs_to_fields"
59638
+ Fixture Insert (0.2ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (1, 1, 1, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59639
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (2, 2, 1, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59640
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (3, 3, 1, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59641
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (4, 4, 2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59642
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (5, 5, 2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59643
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (6, 6, 2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59644
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (7, 7, 3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59645
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (8, 8, 3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59646
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (9, 9, 3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59647
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (10, 10, 4, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59648
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (11, 11, 4, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59649
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (12, 12, 4, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59650
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (13, 13, 5, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59651
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (14, 14, 5, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59652
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (15, 15, 5, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59653
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (16, 16, 6, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59654
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (17, 17, 6, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59655
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (18, 18, 6, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59656
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (19, 19, 7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59657
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (20, 20, 7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59658
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (21, 21, 7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59659
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (22, 22, 7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59660
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (23, 23, 8, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59661
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (24, 24, 8, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59662
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (25, 25, 9, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59663
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (26, 26, 9, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59664
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (27, 27, 9, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59665
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (28, 28, 10, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59666
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (29, 29, 10, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59667
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (30, 30, 10, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59668
+ Fixture Delete (0.1ms) DELETE FROM "has_many_fields"
59669
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59670
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59671
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59672
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59673
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (5, 3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59674
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (6, 2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59675
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59676
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (8, 2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59677
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59678
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59679
+ Fixture Delete (0.1ms) DELETE FROM "has_many_through_fields"
59680
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59681
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59682
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59683
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59684
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59685
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59686
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59687
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59688
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59689
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59690
+ Fixture Delete (0.1ms) DELETE FROM "has_one_fields"
59691
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59692
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59693
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59694
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59695
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59696
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59697
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59698
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59699
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59700
+ Fixture Insert (0.2ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59701
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (11, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59702
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (12, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59703
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (13, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59704
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (14, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59705
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (15, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59706
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (16, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59707
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (17, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59708
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (18, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59709
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (19, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59710
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (20, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59711
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (21, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59712
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (22, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59713
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (23, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59714
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (24, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59715
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (25, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59716
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (26, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59717
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (27, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59718
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (28, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59719
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (29, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59720
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (30, '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59721
+ Fixture Delete (0.1ms) DELETE FROM "owners"
59722
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (1, 'Sandro Munda', '2015-05-30 09:00:00.000000', '2016-06-27 20:00:00.000000')
59723
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (2, 'Arnaud Besnier', '2016-05-02 09:00:00.000000', '2016-06-28 08:00:00.000000')
59724
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (3, 'John Doe', '2014-05-02 09:00:00.000000', '2015-06-28 08:00:00.000000')
59725
+ Fixture Delete (0.1ms) DELETE FROM "string_fields"
59726
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (1, 'Test 1', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59727
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (2, 'Test 2', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59728
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (3, 'Test 3', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59729
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (4, 'Test 4', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59730
+ Fixture Insert (0.4ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (5, 'Test 5', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59731
+ Fixture Insert (0.2ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (6, 'Test 6', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59732
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (7, 'Test 7', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59733
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (8, 'Test 8', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59734
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (9, 'Test 9', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59735
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (10, 'Test 10', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59736
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (11, 'Test 11', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59737
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (12, 'Test 12', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59738
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (13, 'Test 13', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59739
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (14, 'Test 14', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59740
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (15, 'Test 15', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59741
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (16, 'Test 16', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59742
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (17, 'Test 17', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59743
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (18, 'Test 18', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59744
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (19, 'Test 19', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59745
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (20, 'Test 20', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59746
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (21, 'Test 21', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59747
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (22, 'Test 22', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59748
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (23, 'Test 23', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59749
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (24, 'Test 24', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59750
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (25, 'Test 25', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59751
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (26, 'Test 26', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59752
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (27, 'Test 27', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59753
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (28, 'Test 28', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59754
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (29, 'Test 29', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59755
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (30, 'Test 30', '2016-10-19 18:21:05', '2016-10-19 18:21:05')
59756
+ Fixture Delete (0.1ms) DELETE FROM "trees"
59757
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (1, 'Oak', 1, '2010-02-11 11:00:00.000000', '2010-02-11 11:00:00.000000')
59758
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (2, 'Mapple', 2, '2010-02-15 21:00:00.000000', '2010-02-15 21:00:00.000000')
59759
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (3, 'Mapple', 2, '2012-04-11 12:00:00.000000', '2012-04-11 12:00:00.000000')
59760
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (4, 'Oak', 2, '2015-06-18 09:00:00.000000', '2015-06-18 09:00:00.000000')
59761
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (5, 'Oak', 3, '2014-06-18 09:00:00.000000', '2014-06-18 09:00:00.000000')
59762
+  (1.7ms) commit transaction
59763
+  (0.1ms) begin transaction
59764
+ ----------------------------------------------------------------
59765
+ ForestLiana::ResourcesGetterTest: test_StringField_sort_by_field
59766
+ ----------------------------------------------------------------
59767
+ SQL (0.2ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.field DESC LIMIT 10 OFFSET 0
59768
+  (0.1ms) SELECT COUNT(*) FROM "string_fields"
59769
+  (0.1ms) rollback transaction
59770
+  (0.0ms) begin transaction
59771
+ -----------------------------------------------------------------------
59772
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_belongs_to_association
59773
+ -----------------------------------------------------------------------
59774
+ SQL (0.2ms) SELECT "belongs_to_fields"."id" AS t0_r0, "belongs_to_fields"."has_one_field_id" AS t0_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t0_r2, "belongs_to_fields"."has_many_field_id" AS t0_r3, "belongs_to_fields"."created_at" AS t0_r4, "belongs_to_fields"."updated_at" AS t0_r5, "has_one_fields"."id" AS t1_r0, "has_one_fields"."created_at" AS t1_r1, "has_one_fields"."updated_at" AS t1_r2 FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id" ORDER BY has_one_fields.id ASC LIMIT 10 OFFSET 0
59775
+  (0.2ms) SELECT COUNT(DISTINCT "belongs_to_fields"."id") FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id"
59776
+  (0.0ms) rollback transaction
59777
+  (0.0ms) begin transaction
59778
+ -----------------------------------------------------------------
59779
+ ForestLiana::ResourcesGetterTest: test_StringField_page_1_size_15
59780
+ -----------------------------------------------------------------
59781
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 15 OFFSET 0
59782
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
59783
+  (0.0ms) rollback transaction
59784
+  (0.0ms) begin transaction
59785
+ -------------------------------------------------------------------------------------------
59786
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_the_main_collection
59787
+ -------------------------------------------------------------------------------------------
59788
+ SQL (0.2ms) SELECT "owners"."id" AS t0_r0, "owners"."name" AS t0_r1, "owners"."created_at" AS t0_r2, "owners"."updated_at" AS t0_r3 FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY owners.created_at DESC LIMIT 10 OFFSET 0
59789
+  (0.1ms) SELECT COUNT(*) FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
59790
+  (0.1ms) rollback transaction
59791
+  (0.1ms) begin transaction
59792
+ --------------------------------------------------------------------
59793
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_has_one_association
59794
+ --------------------------------------------------------------------
59795
+ SQL (0.2ms) SELECT "has_one_fields"."id" AS t0_r0, "has_one_fields"."created_at" AS t0_r1, "has_one_fields"."updated_at" AS t0_r2, "belongs_to_fields"."id" AS t1_r0, "belongs_to_fields"."has_one_field_id" AS t1_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t1_r2, "belongs_to_fields"."has_many_field_id" AS t1_r3, "belongs_to_fields"."created_at" AS t1_r4, "belongs_to_fields"."updated_at" AS t1_r5 FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id" ORDER BY belongs_to_fields.id DESC LIMIT 10 OFFSET 0
59796
+  (0.1ms) SELECT COUNT(DISTINCT "has_one_fields"."id") FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id"
59797
+  (0.0ms) rollback transaction
59798
+  (0.0ms) begin transaction
59799
+ ------------------------------------------------------------------------------------------------
59800
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_an_associated_collection
59801
+ ------------------------------------------------------------------------------------------------
59802
+ SQL (0.1ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59803
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
59804
+  (0.0ms) rollback transaction
59805
+  (0.0ms) begin transaction
59806
+ ------------------------------------------------------------------------------------------------------
59807
+ ForestLiana::ResourcesGetterTest: test_Filter_equal_on_an_updated_at_field_of_an_associated_collection
59808
+ ------------------------------------------------------------------------------------------------------
59809
+ SQL (0.1ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59810
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)')
59811
+  (0.0ms) rollback transaction
59812
+  (0.0ms) begin transaction
59813
+ -----------------------------------------------------------------
59814
+ ForestLiana::ResourcesGetterTest: test_StringField_page_2_size_10
59815
+ -----------------------------------------------------------------
59816
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 10 OFFSET 10
59817
+  (0.1ms) SELECT COUNT(*) FROM "string_fields"
59818
+  (0.0ms) rollback transaction
59819
+  (0.1ms) begin transaction
59820
+ ------------------------------------------------------------------------------------
59821
+ ForestLiana::ResourcesGetterTest: test_Sort_on_an_ambiguous_field_name_with_a_filter
59822
+ ------------------------------------------------------------------------------------
59823
+ SQL (0.3ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier') ORDER BY trees.name DESC LIMIT 10 OFFSET 0
59824
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier')
59825
+  (0.0ms) rollback transaction
59826
+  (0.0ms) begin transaction
59827
+ ----------------------------------------------------------------
59828
+ ForestLiana::ResourcesGetterTest: test_Filter_on_ambiguous_field
59829
+ ----------------------------------------------------------------
59830
+ SQL (0.4ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
59831
+  (0.2ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier')
59832
+ Owner Load (0.3ms) SELECT "owners".* FROM "owners" WHERE "owners"."id" = ? LIMIT 1 [["id", 2]]
59833
+  (0.1ms) rollback transaction
59834
+  (0.1ms) begin transaction
59835
+ ---------------------------
59836
+ ForestLianaTest: test_truth
59837
+ ---------------------------
59838
+  (0.1ms) rollback transaction
59839
+  (0.1ms) begin transaction
59840
+ --------------------------------------------------------------------------
59841
+ ForestLiana::SchemaAdapterTest: test_Integer_should_have_the_type_`Number`
59842
+ --------------------------------------------------------------------------
59843
+  (0.1ms) rollback transaction
59844
+  (0.1ms) begin transaction
59845
+ -----------------------------------------------------------
59846
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationship
59847
+ -----------------------------------------------------------
59848
+  (0.0ms) rollback transaction
59849
+  (0.1ms) begin transaction
59850
+ ------------------------------------------------------------------------------------
59851
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationhip_with_specified_class_name
59852
+ ------------------------------------------------------------------------------------
59853
+  (0.0ms) rollback transaction
59854
+  (0.1ms) begin transaction
59855
+ ----------------------------------------------------------------------------------
59856
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationhip_with_specified_class_name
59857
+ ----------------------------------------------------------------------------------
59858
+  (0.0ms) rollback transaction
59859
+  (0.0ms) begin transaction
59860
+ --------------------------------------------------------------------------
59861
+ ForestLiana::SchemaAdapterTest: test_Decimal_should_have_the_type_`Number`
59862
+ --------------------------------------------------------------------------
59863
+  (0.1ms) rollback transaction
59864
+  (0.1ms) begin transaction
59865
+ ------------------------------------------------------------------------
59866
+ ForestLiana::SchemaAdapterTest: test_Float_should_have_the_type_`Number`
59867
+ ------------------------------------------------------------------------
59868
+  (0.1ms) rollback transaction
59869
+  (0.1ms) begin transaction
59870
+ -------------------------------------------------------------------------
59871
+ ForestLiana::SchemaAdapterTest: test_DateTime_should_have_the_type_`Date`
59872
+ -------------------------------------------------------------------------
59873
+  (0.1ms) rollback transaction
59874
+  (0.1ms) begin transaction
59875
+ -------------------------------------------------------------------------
59876
+ ForestLiana::SchemaAdapterTest: test_String_should_have_the_type_`String`
59877
+ -------------------------------------------------------------------------
59878
+  (0.1ms) rollback transaction
59879
+  (0.1ms) begin transaction
59880
+ --------------------------------------------------------
59881
+ ForestLiana::SchemaAdapterTest: test_hasOne_relationship
59882
+ --------------------------------------------------------
59883
+  (0.0ms) rollback transaction
59884
+  (0.0ms) begin transaction
59885
+ ---------------------------------------------------------------------
59886
+ ForestLiana::SchemaAdapterTest: test_Date_should_have_the_type_`Date`
59887
+ ---------------------------------------------------------------------
59888
+  (0.2ms) rollback transaction
59889
+  (0.1ms) begin transaction
59890
+ ---------------------------------------------------------
59891
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationship
59892
+ ---------------------------------------------------------
59893
+  (0.1ms) rollback transaction
59894
+  (0.0ms) begin transaction
59895
+ ---------------------------------------------------------------------------
59896
+ ForestLiana::SchemaAdapterTest: test_Boolean_should_have_the_type_`Boolean`
59897
+ ---------------------------------------------------------------------------
59898
+  (0.0ms) rollback transaction
59899
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
59900
+  (0.1ms) begin transaction
59901
+ Fixture Delete (0.4ms) DELETE FROM "belongs_to_fields"
59902
+ Fixture Insert (0.2ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (1, 1, 1, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59903
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (2, 2, 1, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59904
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (3, 3, 1, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59905
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (4, 4, 2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59906
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (5, 5, 2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59907
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (6, 6, 2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59908
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (7, 7, 3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59909
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (8, 8, 3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59910
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (9, 9, 3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59911
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (10, 10, 4, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59912
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (11, 11, 4, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59913
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (12, 12, 4, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59914
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (13, 13, 5, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59915
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (14, 14, 5, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59916
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (15, 15, 5, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59917
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (16, 16, 6, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59918
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (17, 17, 6, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59919
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (18, 18, 6, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59920
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (19, 19, 7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59921
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (20, 20, 7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59922
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (21, 21, 7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59923
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (22, 22, 7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59924
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (23, 23, 8, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59925
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (24, 24, 8, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59926
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (25, 25, 9, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59927
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (26, 26, 9, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59928
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (27, 27, 9, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59929
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (28, 28, 10, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59930
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (29, 29, 10, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59931
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (30, 30, 10, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59932
+ Fixture Delete (0.1ms) DELETE FROM "has_many_fields"
59933
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59934
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59935
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59936
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59937
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (5, 3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59938
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (6, 2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59939
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59940
+ Fixture Insert (0.2ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (8, 2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59941
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59942
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59943
+ Fixture Delete (0.1ms) DELETE FROM "has_many_through_fields"
59944
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59945
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59946
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59947
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59948
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59949
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59950
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59951
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59952
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59953
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59954
+ Fixture Delete (0.1ms) DELETE FROM "has_one_fields"
59955
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59956
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59957
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59958
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59959
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59960
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59961
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59962
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59963
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59964
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59965
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (11, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59966
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (12, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59967
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (13, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59968
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (14, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59969
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (15, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59970
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (16, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59971
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (17, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59972
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (18, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59973
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (19, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59974
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (20, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59975
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (21, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59976
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (22, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59977
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (23, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59978
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (24, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59979
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (25, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59980
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (26, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59981
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (27, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59982
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (28, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59983
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (29, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59984
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (30, '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59985
+ Fixture Delete (0.1ms) DELETE FROM "owners"
59986
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (1, 'Sandro Munda', '2015-05-30 09:00:00.000000', '2016-06-27 20:00:00.000000')
59987
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (2, 'Arnaud Besnier', '2016-05-02 09:00:00.000000', '2016-06-28 08:00:00.000000')
59988
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (3, 'John Doe', '2014-05-02 09:00:00.000000', '2015-06-28 08:00:00.000000')
59989
+ Fixture Delete (0.1ms) DELETE FROM "string_fields"
59990
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (1, 'Test 1', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59991
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (2, 'Test 2', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59992
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (3, 'Test 3', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59993
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (4, 'Test 4', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59994
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (5, 'Test 5', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59995
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (6, 'Test 6', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59996
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (7, 'Test 7', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59997
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (8, 'Test 8', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59998
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (9, 'Test 9', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
59999
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (10, 'Test 10', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60000
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (11, 'Test 11', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60001
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (12, 'Test 12', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60002
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (13, 'Test 13', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60003
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (14, 'Test 14', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60004
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (15, 'Test 15', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60005
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (16, 'Test 16', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60006
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (17, 'Test 17', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60007
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (18, 'Test 18', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60008
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (19, 'Test 19', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60009
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (20, 'Test 20', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60010
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (21, 'Test 21', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60011
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (22, 'Test 22', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60012
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (23, 'Test 23', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60013
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (24, 'Test 24', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60014
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (25, 'Test 25', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60015
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (26, 'Test 26', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60016
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (27, 'Test 27', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60017
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (28, 'Test 28', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60018
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (29, 'Test 29', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60019
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (30, 'Test 30', '2016-10-19 18:21:24', '2016-10-19 18:21:24')
60020
+ Fixture Delete (0.1ms) DELETE FROM "trees"
60021
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (1, 'Oak', 1, '2010-02-11 11:00:00.000000', '2010-02-11 11:00:00.000000')
60022
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (2, 'Mapple', 2, '2010-02-15 21:00:00.000000', '2010-02-15 21:00:00.000000')
60023
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (3, 'Mapple', 2, '2012-04-11 12:00:00.000000', '2012-04-11 12:00:00.000000')
60024
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (4, 'Oak', 2, '2015-06-18 09:00:00.000000', '2015-06-18 09:00:00.000000')
60025
+ Fixture Insert (0.1ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (5, 'Oak', 3, '2014-06-18 09:00:00.000000', '2014-06-18 09:00:00.000000')
60026
+  (1.3ms) commit transaction
60027
+  (0.0ms) begin transaction
60028
+ --------------------------------------------------------------------------
60029
+ ForestLiana::SchemaAdapterTest: test_Decimal_should_have_the_type_`Number`
60030
+ --------------------------------------------------------------------------
60031
+  (0.1ms) rollback transaction
60032
+  (0.1ms) begin transaction
60033
+ ---------------------------------------------------------------------
60034
+ ForestLiana::SchemaAdapterTest: test_Date_should_have_the_type_`Date`
60035
+ ---------------------------------------------------------------------
60036
+  (0.1ms) rollback transaction
60037
+  (0.0ms) begin transaction
60038
+ ---------------------------------------------------------------------------
60039
+ ForestLiana::SchemaAdapterTest: test_Boolean_should_have_the_type_`Boolean`
60040
+ ---------------------------------------------------------------------------
60041
+  (0.0ms) rollback transaction
60042
+  (0.0ms) begin transaction
60043
+ -------------------------------------------------------------------------
60044
+ ForestLiana::SchemaAdapterTest: test_DateTime_should_have_the_type_`Date`
60045
+ -------------------------------------------------------------------------
60046
+  (0.0ms) rollback transaction
60047
+  (0.0ms) begin transaction
60048
+ -------------------------------------------------------------------------
60049
+ ForestLiana::SchemaAdapterTest: test_String_should_have_the_type_`String`
60050
+ -------------------------------------------------------------------------
60051
+  (0.0ms) rollback transaction
60052
+  (0.0ms) begin transaction
60053
+ ---------------------------------------------------------
60054
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationship
60055
+ ---------------------------------------------------------
60056
+  (0.1ms) rollback transaction
60057
+  (0.0ms) begin transaction
60058
+ --------------------------------------------------------------------------
60059
+ ForestLiana::SchemaAdapterTest: test_Integer_should_have_the_type_`Number`
60060
+ --------------------------------------------------------------------------
60061
+  (0.0ms) rollback transaction
60062
+  (0.0ms) begin transaction
60063
+ ----------------------------------------------------------------------------------
60064
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationhip_with_specified_class_name
60065
+ ----------------------------------------------------------------------------------
60066
+  (0.1ms) rollback transaction
60067
+  (0.1ms) begin transaction
60068
+ --------------------------------------------------------
60069
+ ForestLiana::SchemaAdapterTest: test_hasOne_relationship
60070
+ --------------------------------------------------------
60071
+  (0.1ms) rollback transaction
60072
+  (0.0ms) begin transaction
60073
+ ------------------------------------------------------------------------
60074
+ ForestLiana::SchemaAdapterTest: test_Float_should_have_the_type_`Number`
60075
+ ------------------------------------------------------------------------
60076
+  (0.1ms) rollback transaction
60077
+  (0.1ms) begin transaction
60078
+ ------------------------------------------------------------------------------------
60079
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationhip_with_specified_class_name
60080
+ ------------------------------------------------------------------------------------
60081
+  (0.1ms) rollback transaction
60082
+  (0.0ms) begin transaction
60083
+ -----------------------------------------------------------
60084
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationship
60085
+ -----------------------------------------------------------
60086
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
60087
+  (0.1ms) begin transaction
60088
+ Fixture Delete (0.3ms) DELETE FROM "belongs_to_fields"
60089
+ Fixture Insert (0.2ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (1, 1, 1, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60090
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (2, 2, 1, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60091
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (3, 3, 1, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60092
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (4, 4, 2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60093
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (5, 5, 2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60094
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (6, 6, 2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60095
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (7, 7, 3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60096
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (8, 8, 3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60097
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (9, 9, 3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60098
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (10, 10, 4, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60099
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (11, 11, 4, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60100
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (12, 12, 4, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60101
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (13, 13, 5, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60102
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (14, 14, 5, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60103
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (15, 15, 5, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60104
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (16, 16, 6, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60105
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (17, 17, 6, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60106
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (18, 18, 6, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60107
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (19, 19, 7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60108
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (20, 20, 7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60109
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (21, 21, 7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60110
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (22, 22, 7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60111
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (23, 23, 8, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60112
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (24, 24, 8, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60113
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (25, 25, 9, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60114
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (26, 26, 9, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60115
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (27, 27, 9, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60116
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (28, 28, 10, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60117
+ Fixture Insert (0.0ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (29, 29, 10, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60118
+ Fixture Insert (0.1ms) INSERT INTO "belongs_to_fields" ("id", "has_one_field_id", "has_many_field_id", "created_at", "updated_at") VALUES (30, 30, 10, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60119
+ Fixture Delete (0.1ms) DELETE FROM "has_many_fields"
60120
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60121
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60122
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60123
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60124
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (5, 3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60125
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (6, 2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60126
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60127
+ Fixture Insert (0.1ms) INSERT INTO "has_many_fields" ("id", "has_many_through_field_id", "created_at", "updated_at") VALUES (8, 2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60128
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60129
+ Fixture Insert (0.0ms) INSERT INTO "has_many_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60130
+ Fixture Delete (0.0ms) DELETE FROM "has_many_through_fields"
60131
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60132
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60133
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60134
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60135
+ Fixture Insert (0.1ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60136
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60137
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60138
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60139
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60140
+ Fixture Insert (0.0ms) INSERT INTO "has_many_through_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60141
+ Fixture Delete (0.1ms) DELETE FROM "has_one_fields"
60142
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (1, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60143
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (2, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60144
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (3, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60145
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (4, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60146
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (5, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60147
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (6, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60148
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (7, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60149
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (8, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60150
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (9, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60151
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (10, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60152
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (11, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60153
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (12, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60154
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (13, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60155
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (14, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60156
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (15, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60157
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (16, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60158
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (17, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60159
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (18, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60160
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (19, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60161
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (20, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60162
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (21, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60163
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (22, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60164
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (23, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60165
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (24, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60166
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (25, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60167
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (26, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60168
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (27, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60169
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (28, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60170
+ Fixture Insert (0.0ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (29, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60171
+ Fixture Insert (0.1ms) INSERT INTO "has_one_fields" ("id", "created_at", "updated_at") VALUES (30, '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60172
+ Fixture Delete (0.1ms) DELETE FROM "owners"
60173
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (1, 'Sandro Munda', '2015-05-30 09:00:00.000000', '2016-06-27 20:00:00.000000')
60174
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (2, 'Arnaud Besnier', '2016-05-02 09:00:00.000000', '2016-06-28 08:00:00.000000')
60175
+ Fixture Insert (0.1ms) INSERT INTO "owners" ("id", "name", "created_at", "updated_at") VALUES (3, 'John Doe', '2014-05-02 09:00:00.000000', '2015-06-28 08:00:00.000000')
60176
+ Fixture Delete (0.1ms) DELETE FROM "string_fields"
60177
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (1, 'Test 1', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60178
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (2, 'Test 2', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60179
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (3, 'Test 3', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60180
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (4, 'Test 4', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60181
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (5, 'Test 5', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60182
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (6, 'Test 6', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60183
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (7, 'Test 7', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60184
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (8, 'Test 8', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60185
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (9, 'Test 9', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60186
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (10, 'Test 10', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60187
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (11, 'Test 11', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60188
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (12, 'Test 12', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60189
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (13, 'Test 13', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60190
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (14, 'Test 14', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60191
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (15, 'Test 15', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60192
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (16, 'Test 16', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60193
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (17, 'Test 17', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60194
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (18, 'Test 18', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60195
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (19, 'Test 19', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60196
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (20, 'Test 20', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60197
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (21, 'Test 21', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60198
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (22, 'Test 22', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60199
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (23, 'Test 23', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60200
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (24, 'Test 24', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60201
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (25, 'Test 25', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60202
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (26, 'Test 26', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60203
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (27, 'Test 27', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60204
+ Fixture Insert (0.1ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (28, 'Test 28', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60205
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (29, 'Test 29', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60206
+ Fixture Insert (0.0ms) INSERT INTO "string_fields" ("id", "field", "created_at", "updated_at") VALUES (30, 'Test 30', '2016-10-19 18:22:34', '2016-10-19 18:22:34')
60207
+ Fixture Delete (0.1ms) DELETE FROM "trees"
60208
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (1, 'Oak', 1, '2010-02-11 11:00:00.000000', '2010-02-11 11:00:00.000000')
60209
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (2, 'Mapple', 2, '2010-02-15 21:00:00.000000', '2010-02-15 21:00:00.000000')
60210
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (3, 'Mapple', 2, '2012-04-11 12:00:00.000000', '2012-04-11 12:00:00.000000')
60211
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (4, 'Oak', 2, '2015-06-18 09:00:00.000000', '2015-06-18 09:00:00.000000')
60212
+ Fixture Insert (0.0ms) INSERT INTO "trees" ("id", "name", "owner_id", "created_at", "updated_at") VALUES (5, 'Oak', 3, '2014-06-18 09:00:00.000000', '2014-06-18 09:00:00.000000')
60213
+  (1.9ms) commit transaction
60214
+  (0.1ms) begin transaction
60215
+ ---------------------------
60216
+ ForestLianaTest: test_truth
60217
+ ---------------------------
60218
+  (0.1ms) rollback transaction
60219
+  (0.0ms) begin transaction
60220
+ ---------------------------------------------------------------------------
60221
+ ForestLiana::SchemaAdapterTest: test_Boolean_should_have_the_type_`Boolean`
60222
+ ---------------------------------------------------------------------------
60223
+  (0.1ms) rollback transaction
60224
+  (0.0ms) begin transaction
60225
+ ----------------------------------------------------------------------------------
60226
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationhip_with_specified_class_name
60227
+ ----------------------------------------------------------------------------------
60228
+  (0.0ms) rollback transaction
60229
+  (0.0ms) begin transaction
60230
+ ------------------------------------------------------------------------------------
60231
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationhip_with_specified_class_name
60232
+ ------------------------------------------------------------------------------------
60233
+  (0.0ms) rollback transaction
60234
+  (0.1ms) begin transaction
60235
+ -------------------------------------------------------------------------
60236
+ ForestLiana::SchemaAdapterTest: test_String_should_have_the_type_`String`
60237
+ -------------------------------------------------------------------------
60238
+  (0.0ms) rollback transaction
60239
+  (0.0ms) begin transaction
60240
+ -----------------------------------------------------------
60241
+ ForestLiana::SchemaAdapterTest: test_belongsTo_relationship
60242
+ -----------------------------------------------------------
60243
+  (0.0ms) rollback transaction
60244
+  (0.0ms) begin transaction
60245
+ ---------------------------------------------------------
60246
+ ForestLiana::SchemaAdapterTest: test_hasMany_relationship
60247
+ ---------------------------------------------------------
60248
+  (0.0ms) rollback transaction
60249
+  (0.0ms) begin transaction
60250
+ ---------------------------------------------------------------------
60251
+ ForestLiana::SchemaAdapterTest: test_Date_should_have_the_type_`Date`
60252
+ ---------------------------------------------------------------------
60253
+  (0.0ms) rollback transaction
60254
+  (0.0ms) begin transaction
60255
+ --------------------------------------------------------
60256
+ ForestLiana::SchemaAdapterTest: test_hasOne_relationship
60257
+ --------------------------------------------------------
60258
+  (0.0ms) rollback transaction
60259
+  (0.1ms) begin transaction
60260
+ ------------------------------------------------------------------------
60261
+ ForestLiana::SchemaAdapterTest: test_Float_should_have_the_type_`Number`
60262
+ ------------------------------------------------------------------------
60263
+  (0.0ms) rollback transaction
60264
+  (0.0ms) begin transaction
60265
+ --------------------------------------------------------------------------
60266
+ ForestLiana::SchemaAdapterTest: test_Decimal_should_have_the_type_`Number`
60267
+ --------------------------------------------------------------------------
60268
+  (0.0ms) rollback transaction
60269
+  (0.0ms) begin transaction
60270
+ -------------------------------------------------------------------------
60271
+ ForestLiana::SchemaAdapterTest: test_DateTime_should_have_the_type_`Date`
60272
+ -------------------------------------------------------------------------
60273
+  (0.0ms) rollback transaction
60274
+  (0.0ms) begin transaction
60275
+ --------------------------------------------------------------------------
60276
+ ForestLiana::SchemaAdapterTest: test_Integer_should_have_the_type_`Number`
60277
+ --------------------------------------------------------------------------
60278
+  (0.1ms) rollback transaction
60279
+  (0.0ms) begin transaction
60280
+ ------------------------------------------------------------------------------------
60281
+ ForestLiana::ResourcesGetterTest: test_Sort_on_an_ambiguous_field_name_with_a_filter
60282
+ ------------------------------------------------------------------------------------
60283
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier') ORDER BY trees.name DESC LIMIT 10 OFFSET 0
60284
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.name = 'Arnaud Besnier')
60285
+  (0.0ms) rollback transaction
60286
+  (0.0ms) begin transaction
60287
+ -----------------------------------------------------------------------
60288
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_belongs_to_association
60289
+ -----------------------------------------------------------------------
60290
+ SQL (0.3ms) SELECT "belongs_to_fields"."id" AS t0_r0, "belongs_to_fields"."has_one_field_id" AS t0_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t0_r2, "belongs_to_fields"."has_many_field_id" AS t0_r3, "belongs_to_fields"."created_at" AS t0_r4, "belongs_to_fields"."updated_at" AS t0_r5, "has_one_fields"."id" AS t1_r0, "has_one_fields"."created_at" AS t1_r1, "has_one_fields"."updated_at" AS t1_r2, "has_many_fields"."id" AS t2_r0, "has_many_fields"."has_many_through_field_id" AS t2_r1, "has_many_fields"."created_at" AS t2_r2, "has_many_fields"."updated_at" AS t2_r3, "has_many_class_name_fields"."id" AS t3_r0, "has_many_class_name_fields"."created_at" AS t3_r1, "has_many_class_name_fields"."updated_at" AS t3_r2 FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id" LEFT OUTER JOIN "has_many_fields" ON "has_many_fields"."id" = "belongs_to_fields"."has_many_field_id" LEFT OUTER JOIN "has_many_class_name_fields" ON "has_many_class_name_fields"."id" = "belongs_to_fields"."has_many_class_name_field_id" ORDER BY has_one_fields.id ASC LIMIT 10 OFFSET 0
60291
+  (0.2ms) SELECT COUNT(DISTINCT "belongs_to_fields"."id") FROM "belongs_to_fields" LEFT OUTER JOIN "has_one_fields" ON "has_one_fields"."id" = "belongs_to_fields"."has_one_field_id" LEFT OUTER JOIN "has_many_fields" ON "has_many_fields"."id" = "belongs_to_fields"."has_many_field_id" LEFT OUTER JOIN "has_many_class_name_fields" ON "has_many_class_name_fields"."id" = "belongs_to_fields"."has_many_class_name_field_id"
60292
+  (0.0ms) rollback transaction
60293
+  (0.0ms) begin transaction
60294
+ -----------------------------------------------------------------
60295
+ ForestLiana::ResourcesGetterTest: test_StringField_page_1_size_15
60296
+ -----------------------------------------------------------------
60297
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 15 OFFSET 0
60298
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
60299
+  (0.0ms) rollback transaction
60300
+  (0.0ms) begin transaction
60301
+ ------------------------------------------------------------------------------------------------------
60302
+ ForestLiana::ResourcesGetterTest: test_Filter_equal_on_an_updated_at_field_of_an_associated_collection
60303
+ ------------------------------------------------------------------------------------------------------
60304
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
60305
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at = 'Sat Jul 02 2016 11:52:00 GMT-0400 (EDT)')
60306
+  (0.0ms) rollback transaction
60307
+  (0.0ms) begin transaction
60308
+ ----------------------------------------------------------------
60309
+ ForestLiana::ResourcesGetterTest: test_StringField_sort_by_field
60310
+ ----------------------------------------------------------------
60311
+ SQL (0.1ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.field DESC LIMIT 10 OFFSET 0
60312
+  (0.0ms) SELECT COUNT(*) FROM "string_fields"
60313
+  (0.0ms) rollback transaction
60314
+  (0.0ms) begin transaction
60315
+ --------------------------------------------------------------------
60316
+ ForestLiana::ResourcesGetterTest: test_Sort_by_a_has_one_association
60317
+ --------------------------------------------------------------------
60318
+ SQL (0.2ms) SELECT "has_one_fields"."id" AS t0_r0, "has_one_fields"."created_at" AS t0_r1, "has_one_fields"."updated_at" AS t0_r2, "belongs_to_fields"."id" AS t1_r0, "belongs_to_fields"."has_one_field_id" AS t1_r1, "belongs_to_fields"."has_many_class_name_field_id" AS t1_r2, "belongs_to_fields"."has_many_field_id" AS t1_r3, "belongs_to_fields"."created_at" AS t1_r4, "belongs_to_fields"."updated_at" AS t1_r5, "belongs_to_class_name_fields"."id" AS t2_r0, "belongs_to_class_name_fields"."foo_id" AS t2_r1, "belongs_to_class_name_fields"."created_at" AS t2_r2, "belongs_to_class_name_fields"."updated_at" AS t2_r3 FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id" LEFT OUTER JOIN "belongs_to_class_name_fields" ON "belongs_to_class_name_fields"."foo_id" = "has_one_fields"."id" ORDER BY belongs_to_fields.id DESC LIMIT 10 OFFSET 0
60319
+  (0.2ms) SELECT COUNT(DISTINCT "has_one_fields"."id") FROM "has_one_fields" LEFT OUTER JOIN "belongs_to_fields" ON "belongs_to_fields"."has_one_field_id" = "has_one_fields"."id" LEFT OUTER JOIN "belongs_to_class_name_fields" ON "belongs_to_class_name_fields"."foo_id" = "has_one_fields"."id"
60320
+  (0.0ms) rollback transaction
60321
+  (0.0ms) begin transaction
60322
+ ----------------------------------------------------------------
60323
+ ForestLiana::ResourcesGetterTest: test_Filter_on_ambiguous_field
60324
+ ----------------------------------------------------------------
60325
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
60326
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE ("trees"."created_at" > '2015-06-18 08:00:00') AND (owners.name = 'Arnaud Besnier')
60327
+  (0.0ms) rollback transaction
60328
+  (0.0ms) begin transaction
60329
+ -------------------------------------------------------------------------------------------
60330
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_the_main_collection
60331
+ -------------------------------------------------------------------------------------------
60332
+ SQL (0.2ms) SELECT "owners"."id" AS t0_r0, "owners"."name" AS t0_r1, "owners"."created_at" AS t0_r2, "owners"."updated_at" AS t0_r3 FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY owners.created_at DESC LIMIT 10 OFFSET 0
60333
+  (0.1ms) SELECT COUNT(*) FROM "owners" WHERE ("owners"."updated_at" BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
60334
+  (0.0ms) rollback transaction
60335
+  (0.1ms) begin transaction
60336
+ ------------------------------------------------------------------------------------------------
60337
+ ForestLiana::ResourcesGetterTest: test_Filter_on_an_updated_at_field_of_an_associated_collection
60338
+ ------------------------------------------------------------------------------------------------
60339
+ SQL (0.3ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."created_at" AS t0_r3, "trees"."updated_at" AS t0_r4, "owners"."id" AS t1_r0, "owners"."name" AS t1_r1, "owners"."created_at" AS t1_r2, "owners"."updated_at" AS t1_r3 FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC') ORDER BY trees.created_at DESC LIMIT 10 OFFSET 0
60340
+  (0.1ms) SELECT COUNT(*) FROM "trees" INNER JOIN "owners" ON "owners"."id" = "trees"."owner_id" WHERE (owners.updated_at BETWEEN '2015-01-01 00:00:00 UTC' AND '2015-12-31 23:59:59 UTC')
60341
+  (0.1ms) rollback transaction
60342
+  (0.1ms) begin transaction
60343
+ -----------------------------------------------------------------
60344
+ ForestLiana::ResourcesGetterTest: test_StringField_page_2_size_10
60345
+ -----------------------------------------------------------------
60346
+ SQL (0.2ms) SELECT "string_fields"."id" AS t0_r0, "string_fields"."field" AS t0_r1, "string_fields"."created_at" AS t0_r2, "string_fields"."updated_at" AS t0_r3 FROM "string_fields" ORDER BY string_fields.id DESC LIMIT 10 OFFSET 10
60347
+  (0.1ms) SELECT COUNT(*) FROM "string_fields"
60348
+  (0.1ms) rollback transaction