Started GET "/" for ::1 at 2017-10-25 00:31:40 +0600 Processing by Rails::WelcomeController#index as HTML Completed 500 Internal Server Error in 1007ms Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).): activerecord (5.1.3) lib/active_record/connection_adapters/connection_specification.rb:188:in `rescue in spec' activerecord (5.1.3) lib/active_record/connection_adapters/connection_specification.rb:185:in `spec' activerecord (5.1.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:880:in `establish_connection' activerecord (5.1.3) lib/active_record/connection_handling.rb:58:in `establish_connection' activerecord (5.1.3) lib/active_record/railtie.rb:124:in `block (2 levels) in ' activesupport (5.1.3) lib/active_support/lazy_load_hooks.rb:45:in `instance_eval' activesupport (5.1.3) lib/active_support/lazy_load_hooks.rb:45:in `execute_hook' activesupport (5.1.3) lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks' activesupport (5.1.3) lib/active_support/lazy_load_hooks.rb:51:in `each' activesupport (5.1.3) lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks' activerecord (5.1.3) lib/active_record/base.rb:326:in `' activerecord (5.1.3) lib/active_record/base.rb:25:in `' activesupport (5.1.3) lib/active_support/dependencies.rb:292:in `require' activesupport (5.1.3) lib/active_support/dependencies.rb:292:in `block in require' activesupport (5.1.3) lib/active_support/dependencies.rb:258:in `load_dependency' activesupport (5.1.3) lib/active_support/dependencies.rb:292:in `require' activerecord (5.1.3) lib/active_record/railties/controller_runtime.rb:40:in `append_info_to_payload' actionpack (5.1.3) lib/action_controller/metal/instrumentation.rb:36:in `ensure in block in process_action' actionpack (5.1.3) lib/action_controller/metal/instrumentation.rb:36:in `block in process_action' activesupport (5.1.3) lib/active_support/notifications.rb:166:in `block in instrument' activesupport (5.1.3) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.1.3) lib/active_support/notifications.rb:166:in `instrument' actionpack (5.1.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.1.3) lib/action_controller/metal/params_wrapper.rb:252:in `process_action' activerecord (5.1.3) lib/active_record/railties/controller_runtime.rb:22:in `process_action' actionpack (5.1.3) lib/abstract_controller/base.rb:124:in `process' actionview (5.1.3) lib/action_view/rendering.rb:30:in `process' actionpack (5.1.3) lib/action_controller/metal.rb:189:in `dispatch' actionpack (5.1.3) lib/action_controller/metal.rb:253:in `dispatch' actionpack (5.1.3) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' actionpack (5.1.3) lib/action_dispatch/routing/route_set.rb:31:in `serve' actionpack (5.1.3) lib/action_dispatch/journey/router.rb:46:in `block in serve' actionpack (5.1.3) lib/action_dispatch/journey/router.rb:33:in `each' actionpack (5.1.3) lib/action_dispatch/journey/router.rb:33:in `serve' actionpack (5.1.3) lib/action_dispatch/routing/route_set.rb:834:in `call' rack (2.0.3) lib/rack/etag.rb:25:in `call' rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' rack (2.0.3) lib/rack/head.rb:12:in `call' rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.1.3) lib/active_record/migration.rb:556:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' activesupport (5.1.3) lib/active_support/callbacks.rb:97:in `run_callbacks' actionpack (5.1.3) lib/action_dispatch/middleware/callbacks.rb:24:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.3) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.3) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.3) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.3) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.3) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.3) lib/rack/method_override.rb:22:in `call' rack (2.0.3) lib/rack/runtime.rb:22:in `call' activesupport (5.1.3) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.3) lib/rack/sendfile.rb:111:in `call' railties (5.1.3) lib/rails/engine.rb:522:in `call' rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service' /Users/ilia/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/ilia/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/ilia/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/" for ::1 at 2017-10-25 00:45:09 +0600 Processing by Rails::WelcomeController#index as HTML Rendering /Users/ilia/.rvm/gems/ruby-2.3.3/gems/railties-5.1.3/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/ilia/.rvm/gems/ruby-2.3.3/gems/railties-5.1.3/lib/rails/templates/rails/welcome/index.html.erb (5.3ms) Completed 200 OK in 64ms (Views: 48.7ms)  (0.1ms) SELECT sqlite_version(*)  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (2.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateEntity (20171027033358)  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateEntity (20171027033358)  (0.0ms) begin transaction  (0.1ms) SELECT sqlite_version(*)  (0.6ms) CREATE TABLE "entities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "amount" integer, "kind" integer, "status" varchar, "confirmed" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20171027033358"]]  (2.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-10-27 03:37:01.510989"], ["updated_at", "2017-10-27 03:37:01.510989"]]  (1.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "entities"  (0.1ms) SELECT sqlite_version(*)  (3.0ms) CREATE TABLE "entities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "amount" integer, "kind" integer, "status" varchar, "confirmed" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-10-27 03:42:15.918098"], ["updated_at", "2017-10-27 03:42:15.918098"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) DROP TABLE IF EXISTS "entities"  (0.1ms) SELECT sqlite_version(*)  (1.6ms) CREATE TABLE "entities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "amount" integer, "kind" integer, "status" varchar, "confirmed" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-10-27 03:42:15.963638"], ["updated_at", "2017-10-27 03:42:15.963638"]]  (1.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "test_title 1"], ["amount", 430], ["kind", 1], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-27 03:42:15.980987"], ["updated_at", "2017-10-27 03:42:15.980987"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "test_title 2"], ["amount", 123], ["kind", 2], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-27 03:42:15.984212"], ["updated_at", "2017-10-27 03:42:15.984212"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "test_title 3"], ["amount", 20], ["kind", 4], ["status", "inactive"], ["confirmed", "f"], ["created_at", "2017-10-27 03:42:15.988070"], ["updated_at", "2017-10-27 03:42:15.988070"]]  (1.4ms) commit transaction Started GET "/" for ::1 at 2017-10-27 09:43:24 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Rails::WelcomeController#index as HTML Rendering /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/railties-5.1.3/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/railties-5.1.3/lib/rails/templates/rails/welcome/index.html.erb (4.3ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.0ms) Started GET "/entities" for ::1 at 2017-10-27 09:43:32 +0600 Processing by EntitiesController#index as HTML Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendering entities/index.html.erb within layouts/application CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" Rendered entities/index.html.erb within layouts/application (26.7ms) Completed 500 Internal Server Error in 26398ms (ActiveRecord: 1.1ms) ActionView::Template::Error (Missing partial entities/_entity with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/ilia/my_projects/sample_filter/spec/dummy/app/views" * "/Users/ilia/my_projects/sample_filter/app/views" ): 1: <%= render @entities %> app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___852762738104810135_70224242509860' Started GET "/entities" for ::1 at 2017-10-27 09:49:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 338ms (Views: 334.1ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 09:49:48 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 64ms (Views: 62.2ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 09:52:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 09:57:02 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 7ms NoMethodError (undefined method `deep_symbolize_keys' for #): app/models/entity.rb:2:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-27 10:01:04 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 6ms NoMethodError (undefined method `deep_symbolize_keys' for #): app/models/entity.rb:2:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-27 10:01:21 +0600  (18.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 14206ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `deep_symbolize_keys' for #): app/models/entity.rb:2:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-27 10:01:54 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 132925ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `deep_symbolize_keys' for #): app/models/entity.rb:2:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-27 10:04:26 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (11.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (66.8ms) Completed 200 OK in 351ms (Views: 314.7ms | ActiveRecord: 12.0ms) Started GET "/entities" for ::1 at 2017-10-27 10:04:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 35748ms (Views: 26.3ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 10:05:29 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (11.1ms) Completed 200 OK in 49169ms (Views: 197.2ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 10:18:49 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (16.4ms) Completed 200 OK in 88ms (Views: 67.7ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 10:18:55 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 10:19:31 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (22.1ms) Completed 200 OK in 340ms (Views: 334.2ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 10:19:41 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-10-27 10:19:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 10:26:51 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (36.6ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined method `sample_filters' for Entity (call 'Entity.connection' to establish a connection):Class Did you mean? sample_filter): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:13:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__1126326566763458184_70156279534800' Started GET "/entities" for ::1 at 2017-10-27 10:28:24 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 31ms (Views: 27.5ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 13:59:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (29.6ms) Rendered entities/index.html.erb within layouts/application (73.2ms) Completed 200 OK in 163ms (Views: 139.4ms | ActiveRecord: 1.4ms) Started GET "/entities" for ::1 at 2017-10-27 13:59:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-10-27 15:57:32 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (35.6ms) Completed 500 Internal Server Error in 90ms (ActiveRecord: 1.3ms) ActionView::Template::Error (undefined method `form_field' for #<#:0x00007ffb27e33788> Did you mean? form_for_filter): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___2815241614635354520_70358341365240' Started GET "/entities" for ::1 at 2017-10-27 15:58:04 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.4ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.2ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.1ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (36.8ms) Completed 500 Internal Server Error in 49ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined local variable or method `item' for #<#:0x00007ff55b1ea0c0>): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:45:in `string_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345886253560' Started GET "/entities" for ::1 at 2017-10-27 15:58:33 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (38093.1ms) Completed 200 OK in 38351ms (Views: 38348.0ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 15:59:14 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (40.2ms) Completed 200 OK in 56ms (Views: 52.2ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 15:59:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 26ms (Views: 22.9ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 15:59:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 32ms (Views: 27.1ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 16:05:49 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (44.3ms) Completed 200 OK in 109ms (Views: 105.4ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 16:06:10 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (17.4ms) Completed 200 OK in 44ms (Views: 38.3ms | ActiveRecord: 1.4ms) Started GET "/entities" for ::1 at 2017-10-27 16:31:01 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (19.4ms) Completed 500 Internal Server Error in 62ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:57:in `boolean_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345899118100' Started GET "/entities" for ::1 at 2017-10-27 16:31:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (19914.6ms) Completed 500 Internal Server Error in 19924ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:58:in `boolean_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345917883520' Started GET "/entities" for ::1 at 2017-10-27 16:32:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (31.8ms) Completed 200 OK in 99ms (Views: 93.4ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 16:33:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (15.0ms) Completed 200 OK in 31ms (Views: 27.1ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 16:33:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 16:33:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 16:33:44 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 16:33:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 26ms (Views: 22.9ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 16:34:00 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 16:34:23 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.5ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `merge' for 0:Integer): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:57:in `boolean_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345936065920' Started GET "/entities" for ::1 at 2017-10-27 16:34:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.6ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `merge' for 1:Integer): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:57:in `boolean_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345887927680' Started GET "/entities" for ::1 at 2017-10-27 16:34:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `merge' for true:TrueClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:57:in `boolean_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345915904040' Started GET "/entities" for ::1 at 2017-10-27 16:34:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `merge' for "True":String): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:57:in `boolean_tag' app/helpers/application_helper.rb:37:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:36:in `each' app/helpers/application_helper.rb:36:in `block in form_for_filter' app/helpers/application_helper.rb:34:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__4498052588934361489_70345893341700' Started GET "/entities" for ::1 at 2017-10-27 16:35:24 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (13.2ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 16:35:29 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 28ms (Views: 24.1ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 16:35:50 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 48ms (Views: 43.0ms | ActiveRecord: 1.4ms) Started GET "/entities" for ::1 at 2017-10-27 16:35:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (14.9ms) Completed 200 OK in 41ms (Views: 35.8ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 16:36:08 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 16:36:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 16:36:14 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 16:37:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 16:37:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.6ms) Completed 200 OK in 30ms (Views: 25.7ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 16:37:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 28ms (Views: 24.5ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 16:37:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (14.8ms) Completed 200 OK in 38ms (Views: 34.0ms | ActiveRecord: 1.5ms) Started GET "/entities" for ::1 at 2017-10-27 17:31:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 27ms (Views: 23.4ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 17:31:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 17:32:13 +0600  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (53.6ms) Completed 200 OK in 337ms (Views: 332.6ms | ActiveRecord: 0.8ms) Started GET "/entities" for ::1 at 2017-10-27 17:32:19 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (13.5ms) Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 17:32:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.3ms) Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 17:32:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 31ms (Views: 27.0ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 17:32:33 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 27ms (Views: 23.7ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 17:32:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.6ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 17:48:47 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:56: syntax error, unexpected ',' def boolean_tag(form, , field) ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:56: syntax error, unexpected ',' app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-10-27 17:49:07 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.7ms) Rendered entities/index.html.erb within layouts/application (35508.3ms) Completed 200 OK in 35601ms (Views: 35572.5ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 17:49:53 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.1ms) Completed 200 OK in 33ms (Views: 28.2ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 17:50:33 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (16.9ms) Completed 200 OK in 37ms (Views: 31.8ms | ActiveRecord: 1.6ms) Started GET "/entities" for ::1 at 2017-10-27 17:50:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (14.0ms) Completed 200 OK in 32ms (Views: 27.8ms | ActiveRecord: 1.3ms) Started GET "/entities" for ::1 at 2017-10-27 17:55:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.1ms) Completed 200 OK in 34ms (Views: 31.0ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 17:56:06 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected tIDENTIFIER, expecting keyword_end buffer << field.label field ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:37: syntax error, unexpected tIDENTIFIER, expecting keyword_end app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-10-27 17:56:42 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected tIDENTIFIER, expecting keyword_end buffer << form.label field ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:37: syntax error, unexpected tIDENTIFIER, expecting keyword_end app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-10-27 17:56:47 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected tIDENTIFIER, expecting keyword_end buffer << form.label field ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:37: syntax error, unexpected tIDENTIFIER, expecting keyword_end app/helpers/application_helper.rb:65: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-10-27 17:57:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (109.1ms) Completed 200 OK in 125ms (Views: 121.3ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 17:59:45 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 31ms (Views: 26.7ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 18:00:02 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 18:00:23 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' buffer << content_tag :div, class: "filter_form_item" ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected keyword_do_block, expecting keyword_end , class: "filter_form_item" do ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:44: syntax error, unexpected keyword_end, expecting end-of-input end ^): app/helpers/application_helper.rb:37: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' app/helpers/application_helper.rb:37: syntax error, unexpected keyword_do_block, expecting keyword_end app/helpers/application_helper.rb:44: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-10-27 18:00:33 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' buffer << content_tag :div, class: "filter_form_item" ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:37: syntax error, unexpected keyword_do_block, expecting keyword_end , class: "filter_form_item" do ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:44: syntax error, unexpected keyword_end, expecting end-of-input end ^): app/helpers/application_helper.rb:37: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' app/helpers/application_helper.rb:37: syntax error, unexpected keyword_do_block, expecting keyword_end app/helpers/application_helper.rb:44: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-10-27 18:01:05 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 31ms (Views: 26.1ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 18:01:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (14.2ms) Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 18:01:43 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.8ms) Completed 200 OK in 37ms (Views: 33.5ms | ActiveRecord: 1.4ms) Started GET "/entities" for ::1 at 2017-10-27 18:02:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (20.0ms) Completed 200 OK in 42ms (Views: 37.7ms | ActiveRecord: 1.3ms) Started GET "/entities" for ::1 at 2017-10-27 18:02:30 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 30ms (Views: 26.7ms | ActiveRecord: 0.9ms) Started GET "/entities" for ::1 at 2017-10-27 18:02:50 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (19.6ms) Completed 200 OK in 46ms (Views: 40.4ms | ActiveRecord: 1.3ms) Started GET "/entities" for ::1 at 2017-10-27 18:02:53 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (17.7ms) Completed 200 OK in 37ms (Views: 32.6ms | ActiveRecord: 1.5ms) Started GET "/entities" for ::1 at 2017-10-27 18:03:43 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (14.5ms) Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 1.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 18:03:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 18:04:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (20.3ms) Completed 200 OK in 36ms (Views: 31.7ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:17:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (80664.9ms) Completed 200 OK in 80681ms (Views: 80677.2ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:19:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (15.5ms) Completed 200 OK in 31ms (Views: 28.1ms | ActiveRecord: 1.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:19:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started GET "/entities" for ::1 at 2017-10-27 21:20:15 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.0ms) Started GET "/entities" for ::1 at 2017-10-27 21:20:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (9.8ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.0ms) Started GET "/entities" for ::1 at 2017-10-27 21:20:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered entities/index.html.erb within layouts/application (21935.4ms) Completed 200 OK in 21956ms (Views: 21952.3ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 21:22:30 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 20ms (Views: 16.1ms) Started GET "/entities" for ::1 at 2017-10-27 21:22:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 19ms (Views: 15.0ms) Started GET "/entities" for ::1 at 2017-10-27 21:22:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 20ms (Views: 14.8ms) Started GET "/entities" for ::1 at 2017-10-27 21:31:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (36.8ms) Completed 200 OK in 93ms (Views: 71.5ms | ActiveRecord: 1.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:31:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:31:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (99612.4ms) Completed 200 OK in 99631ms (Views: 99627.6ms | ActiveRecord: 1.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:35:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Started GET "/entities" for ::1 at 2017-10-27 21:47:21 +0600 Entity Load (0.7ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (707352.8ms) Completed 200 OK in 707486ms (Views: 707456.8ms | ActiveRecord: 1.8ms) Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (14.7ms) Completed 200 OK in 58ms (Views: 35.4ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 21:47:28 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (13.9ms) Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 0.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:47:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (27.0ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `update_attributes' for #): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:36:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___4005990850627995832_70360309815680' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:49:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `update_attributes' for #): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:36:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___4005990850627995832_70360310764200' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=false&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:49:34 +0600  (18.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"false"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (117837.6ms) Completed 200 OK in 118121ms (Views: 118115.8ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=123&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 21:51:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"123", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (412733.8ms) Completed 200 OK in 412749ms (Views: 412746.6ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=123&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:24:14 +0600  (18.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"123", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (3820.8ms) Completed 200 OK in 4135ms (Views: 4117.0ms | ActiveRecord: 1.3ms) Started GET "/entities" for ::1 at 2017-10-27 22:24:23 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:24:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (85001.5ms) Completed 200 OK in 85235ms (Views: 85232.8ms | ActiveRecord: 0.2ms)  (0.3ms) SELECT COUNT(*) FROM "entities" Entity Load (0.2ms) SELECT "entities".* FROM "entities" ORDER BY "entities"."id" DESC LIMIT ? [["LIMIT", 1]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE "entities"."confirmed" = ? LIMIT ? [["confirmed", "t"], ["LIMIT", 11]]  (0.2ms) SELECT COUNT(*) FROM "entities" WHERE "entities"."confirmed" = ? [["confirmed", "t"]] Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=true&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:34:18 +0600  (18.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"true"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (3678.2ms) Completed 200 OK in 4443ms (Views: 4402.3ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-10-27 22:34:28 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 22:36:33 +0600  (14.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (83.4ms) Completed 200 OK in 441ms (Views: 387.9ms | ActiveRecord: 0.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:36:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:36:43 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"1", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:36:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"nil", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=sdfasdfsadf&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:37:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"sdfasdfsadf", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:37:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"123", "created_at"=>"nil", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=sdfsdafs&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:37:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"sdfsdafs", "amount"=>"123", "created_at"=>"nil", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=sdfsdafs&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=dsdsds&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:37:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"sdfsdafs", "amount"=>"123", "created_at"=>"dsdsds", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=sdfsdafs&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=123123&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:37:28 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"sdfsdafs", "amount"=>"123", "created_at"=>"123123", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=sdfsdafs&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=nil&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:37:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"sdfsdafs", "amount"=>"123", "created_at"=>"nil", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 22:39:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (11.2ms) Completed 200 OK in 97ms (Views: 70.4ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-10-27 22:40:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (33.4ms) Completed 200 OK in 85ms (Views: 56.5ms | ActiveRecord: 1.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=asdfsdfsd&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:40:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"asdfsdfsd", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 27ms (Views: 15.7ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=asdfsdfsd&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:40:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"asdfsdfsd", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=123asdfsdfsd&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:41:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"123asdfsdfsd", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=11&sample_filter%5Bcreated_at%5D=123asdfsdfsd&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:41:05 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"11", "created_at"=>"123asdfsdfsd", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-27 22:42:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.7ms) Completed 200 OK in 31ms (Views: 27.1ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 22:42:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (16.5ms) Completed 200 OK in 33ms (Views: 29.2ms | ActiveRecord: 1.4ms) Started GET "/entities" for ::1 at 2017-10-27 22:43:03 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.4ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 1.2ms) Started GET "/entities" for ::1 at 2017-10-27 22:43:06 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (14.2ms) Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-10-27 22:43:10 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.1ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (14.9ms) Completed 200 OK in 34ms (Views: 31.3ms | ActiveRecord: 0.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:43:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:43:24 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:43:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:46:03 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (3162.9ms) Completed 200 OK in 3182ms (Views: 3177.1ms | ActiveRecord: 1.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 22:46:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (27225.4ms) Completed 200 OK in 27240ms (Views: 27238.2ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:07 +0600  (19.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (108.0ms) Completed 200 OK in 414ms (Views: 384.3ms | ActiveRecord: 1.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=33&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"33", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-27 23:06:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms) Started GET "/" for ::1 at 2017-10-30 19:33:46 +0600  (20.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Rails::WelcomeController#index as HTML Rendering /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/railties-5.1.3/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/railties-5.1.3/lib/rails/templates/rails/welcome/index.html.erb (3.4ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/entities" for ::1 at 2017-10-30 19:33:51 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 85ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `filtered' for # Did you mean? filter_with): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-30 19:33:58 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (12.9ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (188.5ms) Completed 200 OK in 518ms (Views: 488.6ms | ActiveRecord: 13.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-30 19:34:06 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-30 19:38:19 +0600  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameters: :amount, :created_at, :kind, :status, :confirmed Unpermitted parameters: :amount, :created_at, :kind, :status, :confirmed Unpermitted parameters: :utf8, :sample_filter, :commit Unpermitted parameters: :amount, :created_at, :kind, :status, :confirmed Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (16.1ms) Completed 500 Internal Server Error in 92477ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___1565063175309480054_70217368079980' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-30 19:42:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.9ms) Completed 500 Internal Server Error in 12165ms (ActiveRecord: 0.7ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___1565063175309480054_70217360949780' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-30 19:57:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameters: :amount, :created_at, :kind, :status, :confirmed Unpermitted parameters: :amount, :created_at, :kind, :status, :confirmed Unpermitted parameters: :amount, :created_at, :kind, :status, :confirmed Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 500 Internal Server Error in 53411155ms ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___1565063175309480054_70217367192860' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 10:50:30 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (128.3ms) Completed 500 Internal Server Error in 4542ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___3996438828100535276_70194360978080' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 10:50:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (3.8ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (63.0ms) Completed 200 OK in 336ms (Views: 331.1ms | ActiveRecord: 4.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 10:50:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 10:50:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 10:54:52 +0600  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (14.1ms) Completed 500 Internal Server Error in 79700ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___3058385042796294724_70092545608640' Entity Load (0.2ms) SELECT "entities".* FROM "entities" ORDER BY "entities"."id" DESC LIMIT ? [["LIMIT", 1]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT ? [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%a%') LIMIT ? [["LIMIT", 11]] Entity Load (0.2ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%1%') LIMIT ? [["LIMIT", 11]] Entity Load (0.2ms) SELECT "entities".* FROM "entities" WHERE (test_title ILIKE '%1%') LIMIT ? [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (test_title LIKE '%1%') LIMIT ? [["LIMIT", 11]] Entity Load (0.2ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%1%') LIMIT ? [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (title LIKE '%1%') LIMIT ? [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (title LIKE '%TITL%') LIMIT ? [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (title LIKE '%ATITL%') LIMIT ? [["LIMIT", 11]] Entity Load (0.2ms) SELECT "entities".* FROM "entities" WHERE (title LIKE '%TITL%') LIMIT ? [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (title LIKE '%titl%') LIMIT ? [["LIMIT", 11]]  (0.2ms) SELECT sqlite_version(*)  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (2.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateEntity (20171027033358)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "entities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "amount" integer, "kind" integer, "status" varchar, "confirmed" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20171027033358"]]  (13.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-10-31 05:40:45.912584"], ["updated_at", "2017-10-31 05:40:45.912584"]]  (1.9ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (51.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (44.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (23.6ms) SELECT pg_try_advisory_lock(7971823760145709800)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateEntity (20171027033358)  (0.2ms) BEGIN  (62.9ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171027033358"]]  (0.9ms) COMMIT ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-10-31 05:46:22.014398"], ["updated_at", "2017-10-31 05:46:22.014398"]]  (0.7ms) COMMIT  (0.3ms) SELECT pg_advisory_unlock(7971823760145709800)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Entity Load (0.3ms) SELECT "entities".* FROM "entities" ORDER BY "entities"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (234.8ms) DROP DATABASE IF EXISTS "sample_filter_dev"  (191.8ms) DROP DATABASE IF EXISTS "sample_filter_test"  (536.8ms) CREATE DATABASE "sample_filter_dev" ENCODING = 'utf8'  (490.4ms) CREATE DATABASE "sample_filter_test" ENCODING = 'utf8' SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (6.0ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (3.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-10-31 05:54:55.790516"], ["updated_at", "2017-10-31 05:54:55.790516"]]  (0.5ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN  (0.1ms) COMMIT SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (7.0ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (2.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-10-31 05:54:55.887892"], ["updated_at", "2017-10-31 05:54:55.887892"]]  (0.6ms) COMMIT ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) BEGIN SQL (0.8ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 1"], ["amount", 430], ["kind", 1], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-31 05:54:55.920603"], ["updated_at", "2017-10-31 05:54:55.920603"]]  (0.6ms) COMMIT  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 2"], ["amount", 123], ["kind", 2], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-31 05:54:55.923781"], ["updated_at", "2017-10-31 05:54:55.923781"]]  (0.8ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 3"], ["amount", 20], ["kind", 4], ["status", "inactive"], ["confirmed", "f"], ["created_at", "2017-10-31 05:54:55.929935"], ["updated_at", "2017-10-31 05:54:55.929935"]]  (0.7ms) COMMIT Entity Load (0.3ms) SELECT "entities".* FROM "entities" ORDER BY "entities"."id" DESC LIMIT $1 [["LIMIT", 1]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" ORDER BY "entities"."id" DESC LIMIT $1 [["LIMIT", 1]] Entity Load (1.3ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%1%') LIMIT $1 [["LIMIT", 11]] Entity Load (0.4ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" ORDER BY "entities"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:26:20 +0600  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.4ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.0ms) Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] NoMethodError (undefined method `query_generation' for #): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:26:42 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms) Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] NoMethodError (undefined method `query_generation' for #): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:27:19 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (111.2ms) Completed 200 OK in 404ms (Views: 374.1ms | ActiveRecord: 3.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:28:03 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (27.1ms) Completed 200 OK in 231ms (Views: 222.0ms | ActiveRecord: 4.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:28:32 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.9ms) SELECT "entities".* FROM "entities" Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (id = 0) Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (15.9ms) Completed 200 OK in 28309ms (Views: 210.3ms | ActiveRecord: 6.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:29:27 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (26.3ms) Completed 200 OK in 217ms (Views: 209.4ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:31:14 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (18.6ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 2.3ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__2575759095665471317_70212292677060' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:32:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (15.1ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 6.1ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__2575759095665471317_70212261419980' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:32:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__2575759095665471317_70212263003300' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:33:05 +0600  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE "entities"."id" = $1 [["id", 1]] Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (id = 0) Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (21.5ms) Completed 500 Internal Server Error in 137669ms (ActiveRecord: 5.6ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___2767542867007294884_70233421988160' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:35:45 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 500 Internal Server Error in 39756ms (ActiveRecord: 0.4ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___2767542867007294884_70233421005060' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:36:32 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (28.4ms) Completed 200 OK in 27122ms (Views: 220.0ms | ActiveRecord: 4.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:37:20 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 211ms (Views: 203.1ms | ActiveRecord: 3.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:37:58 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE "entities"."id" = $1 [["id", 0]] Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (13.5ms) Completed 200 OK in 213ms (Views: 205.9ms | ActiveRecord: 2.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:38:47 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (given 1, expected 2)): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:39:09 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 209ms (Views: 202.7ms | ActiveRecord: 3.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:39:36 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.5ms) SELECT "entities".* FROM "entities" Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (id > 0) Rendering entities/index.html.erb within layouts/application Rendered collection of entities/_entity.html.erb [6 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (16.3ms) Completed 200 OK in 214ms (Views: 196.1ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:40:54 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Entity Load (0.6ms) SELECT "entities".* FROM "entities" Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (id > 0) Completed 500 Internal Server Error in 24ms (ActiveRecord: 5.2ms) NoMethodError (undefined method `where' for #): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:41:15 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (id > 0) AND (amount > 10) Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (27.9ms) Completed 200 OK in 218ms (Views: 209.7ms | ActiveRecord: 3.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:41:32 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (id > 0) Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (27.9ms) Completed 200 OK in 214ms (Views: 205.2ms | ActiveRecord: 4.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 14:49:56 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (id > 0) AND (amount > 10) Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (32.6ms) Completed 200 OK in 725354ms (Views: 211.5ms | ActiveRecord: 5.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 15:59:51 +0600  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `date_query' for #): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 16:00:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `date_query' for #): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 16:01:06 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (77.9ms) Completed 500 Internal Server Error in 124ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___1116057785571146302_70115440269240' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 16:05:58 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (64.6ms) Completed 500 Internal Server Error in 401394ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___1140102187392603646_70363539480400' Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE "entities"."id" = $1 LIMIT $2 [["id", 0], ["LIMIT", 11]] Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE "entities"."id" = $1 LIMIT $2 [["id", 0], ["LIMIT", 11]] Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 16:37:10 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for nil:NilClass): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 16:37:33 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 17293ms (ActiveRecord: 2.0ms) NoMethodError (undefined method `all' for nil:NilClass): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:04:32 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 25781ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `all' for nil:NilClass): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:05:24 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (37.0ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 2.4ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__4163036678602416839_70336008852540' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:05:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('Entity(id: integer, title: string, amount: integer, kind: integer, status: string, confirmed: boolean, created_at: datetime, updated_at: datetime)' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__4163036678602416839_70336017371380' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:05:45 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (53.4ms) Completed 200 OK in 377ms (Views: 364.1ms | ActiveRecord: 3.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=3&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:05:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"3", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%3%') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 22ms (Views: 17.9ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:08:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:08:33 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (amount = '123') Rendered collection of entities/_entity.html.erb [1 times] (0.4ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=12&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:08:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"12", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (amount = '12') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:08:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:23:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (11.2ms) Completed 200 OK in 95ms (Views: 70.7ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:52:29 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'unconfirm') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (89.2ms) Completed 200 OK in 406ms (Views: 372.6ms | ActiveRecord: 2.1ms) Started GET "/entities" for ::1 at 2017-10-31 17:52:35 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `permit' for nil:NilClass): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-31 17:55:14 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 5304ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `permit' for nil:NilClass): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-10-31 17:58:56 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (36.7ms) Completed 200 OK in 226ms (Views: 216.6ms | ActiveRecord: 5.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:59:06 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'unconfirm') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=unconfirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:59:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"unconfirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'unconfirm') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 21ms (Views: 16.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:59:33 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"confirm", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'confirm') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=confirm&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 17:59:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"confirm", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'confirm') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-10-31 17:59:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-10-31 18:02:02 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (45428.2ms) Completed 200 OK in 45613ms (Views: 45605.2ms | ActiveRecord: 4.2ms) Started GET "/entities" for ::1 at 2017-10-31 18:02:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 32ms (Views: 26.5ms | ActiveRecord: 2.8ms) Started GET "/entities" for ::1 at 2017-10-31 18:03:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (29.6ms) Completed 200 OK in 53ms (Views: 42.0ms | ActiveRecord: 5.4ms) Started GET "/entities" for ::1 at 2017-10-31 18:03:29 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (30423.8ms) Completed 200 OK in 30440ms (Views: 30433.9ms | ActiveRecord: 3.0ms) Started GET "/entities" for ::1 at 2017-10-31 18:04:50 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (17.7ms) Completed 200 OK in 45ms (Views: 36.6ms | ActiveRecord: 3.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:04:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 20ms (Views: 16.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:05:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:05:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:05:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 'f') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:05:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 'f') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (15.9ms) Completed 200 OK in 34ms (Views: 26.6ms | ActiveRecord: 2.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:05 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"inactive", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'inactive') AND (confirmed = 'f') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"1", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 20ms (Views: 16.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"2", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 21ms (Views: 17.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:33 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=124&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"124", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '124') AND (status = 'active') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:06:45 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.4ms) Rendered entities/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 20ms (Views: 16.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:30:55 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (given 3, expected 0)): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:39:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 13ms (ActiveRecord: 5.7ms) ArgumentError (wrong number of arguments (given 3, expected 0)): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 18:39:47 +0600  (39.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (98.8ms) Completed 200 OK in 291ms (Views: 282.7ms | ActiveRecord: 4.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:15:12 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (120.2ms) Completed 200 OK in 606ms (Views: 572.3ms | ActiveRecord: 4.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:15:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:17:09 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (121.4ms) Completed 200 OK in 602ms (Views: 567.3ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:17:49 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (120.0ms) Completed 200 OK in 562ms (Views: 535.9ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:18:58 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (32.6ms) Completed 200 OK in 283ms (Views: 274.6ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:22:02 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (120.4ms) Completed 200 OK in 668ms (Views: 633.4ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:24:01 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (99.5ms) Completed 200 OK in 548ms (Views: 503.1ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:28:17 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (121.4ms) Completed 200 OK in 616ms (Views: 527.0ms | ActiveRecord: 4.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:28:47 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (118.4ms) Completed 200 OK in 805ms (Views: 796.5ms | ActiveRecord: 3.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:31:54 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (113.4ms) Completed 200 OK in 815ms (Views: 758.0ms | ActiveRecord: 4.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:32:38 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (110.0ms) Completed 200 OK in 492ms (Views: 464.2ms | ActiveRecord: 4.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:42:12 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (598.9ms) Completed 200 OK in 762ms (Views: 724.0ms | ActiveRecord: 4.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:42:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (75.7ms) Completed 500 Internal Server Error in 249ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing block): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:18:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___768839211482610733_70306312592540' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:42:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (77.5ms) Completed 200 OK in 149ms (Views: 128.2ms | ActiveRecord: 2.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:44:40 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (419.9ms) Completed 500 Internal Server Error in 485ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Asset was not declared to be precompiled in production. Add `Rails.application.config.assets.precompile += %w( test.js )` to `config/initializers/assets.rb` and restart your server): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___1158949490078776521_70291650092220' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-10-31 22:45:19 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (348.0ms) Completed 200 OK in 390ms (Views: 381.2ms | ActiveRecord: 4.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 10:40:50 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (704.4ms) Completed 200 OK in 866ms (Views: 825.4ms | ActiveRecord: 5.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 10:51:50 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (209.1ms) Completed 500 Internal Server Error in 270ms (ActiveRecord: 0.0ms) ActionView::Template::Error (The asset "sample_filter.js" is not present in the asset pipeline.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__969458483187843260_70273696597300' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 10:52:56 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (1533.1ms) Completed 200 OK in 2002ms (Views: 1924.9ms | ActiveRecord: 5.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 10:54:33 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (1799.9ms) Completed 200 OK in 2152ms (Views: 2121.4ms | ActiveRecord: 4.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 10:55:38 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (110.7ms) Completed 200 OK in 587ms (Views: 522.8ms | ActiveRecord: 4.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 10:56:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (10.6ms) Completed 200 OK in 86ms (Views: 62.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:05:37 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (100.3ms) Completed 200 OK in 1387ms (Views: 1356.4ms | ActiveRecord: 3.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:06:56 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (28.7ms) Completed 200 OK in 677ms (Views: 668.8ms | ActiveRecord: 3.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:15:01 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (30.0ms) Completed 500 Internal Server Error in 209ms (ActiveRecord: 5.2ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___1650191313325592157_70300635675080' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:16:22 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (30.2ms) Completed 200 OK in 308ms (Views: 299.7ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:16:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.4ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__353761605114108684_70214103749280' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:17:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__353761605114108684_70214110465000' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:18:02 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (29.1ms) Completed 500 Internal Server Error in 190ms (ActiveRecord: 3.9ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2340556006455512417_70098097856320' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:18:59 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (44.9ms) Completed 200 OK in 806ms (Views: 793.3ms | ActiveRecord: 6.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:20:40 +0600  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (49.6ms) Completed 200 OK in 370ms (Views: 359.9ms | ActiveRecord: 4.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:22:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.4ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 428ms (Views: 353.7ms | ActiveRecord: 66.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:22:18 +0600  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (39.2ms) Completed 200 OK in 407ms (Views: 398.6ms | ActiveRecord: 4.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:24:35 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (29.1ms) Completed 200 OK in 489ms (Views: 480.8ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:27:30 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (32.3ms) Completed 200 OK in 1414ms (Views: 1404.0ms | ActiveRecord: 5.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:28:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 128ms (Views: 124.6ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:28:34 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (30.8ms) Completed 200 OK in 423ms (Views: 413.9ms | ActiveRecord: 5.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:29:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 52ms (Views: 36.6ms | ActiveRecord: 7.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:32:22 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (31.0ms) Completed 200 OK in 417ms (Views: 407.8ms | ActiveRecord: 4.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:32:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:32:49 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (31.2ms) Completed 200 OK in 287ms (Views: 275.3ms | ActiveRecord: 6.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:34:09 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (28.6ms) Completed 200 OK in 256ms (Views: 247.5ms | ActiveRecord: 4.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:35:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (11.0ms) Completed 200 OK in 822ms (Views: 528.3ms | ActiveRecord: 87.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:35:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (1.6ms) Rendered entities/index.html.erb within layouts/application (44.8ms) Completed 200 OK in 1125ms (Views: 1120.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:35:30 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (133.1ms) Completed 200 OK in 841ms (Views: 810.7ms | ActiveRecord: 4.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:35:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (22.4ms) Completed 200 OK in 290ms (Views: 286.3ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 11:41:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (10.8ms) Completed 200 OK in 967ms (Views: 964.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 13:14:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (388.6ms) Completed 200 OK in 14898ms (Views: 14805.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 13:17:45 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 134ms (Views: 117.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 13:20:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (10.7ms) Completed 200 OK in 679ms (Views: 641.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=2&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D=2016.09.27+-+2016.10.01&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 13:21:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"2", "amount"=>"123", "created_at"=>"2016.09.27 - 2016.10.01", "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%2%') AND (amount = '123') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 127ms (Views: 124.8ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-01 13:22:15 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (21.4ms) Completed 200 OK in 64ms (Views: 56.3ms | ActiveRecord: 3.8ms) Started GET "/entities" for ::1 at 2017-11-01 13:22:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (19.2ms) Completed 200 OK in 52ms (Views: 44.0ms | ActiveRecord: 4.5ms) Started GET "/entities" for ::1 at 2017-11-01 13:24:05 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (24.8ms) Completed 200 OK in 103ms (Views: 95.7ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-01 13:24:15 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 221ms (Views: 218.9ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-01 13:25:10 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 211ms (Views: 208.6ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-01 13:25:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 169ms (Views: 166.6ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-01 13:25:43 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 163ms (Views: 160.5ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-01 13:26:52 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 63ms (Views: 60.7ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=01.04.2017+00%3A00+-+30.09.2017+08%3A38&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 13:29:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"01.04.2017 00:00 - 30.09.2017 08:38", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-01 13:42:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-01 13:43:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-01 13:43:45 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 52ms (Views: 43.4ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-01 13:43:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 57ms (Views: 49.4ms | ActiveRecord: 4.1ms) Started GET "/entities" for ::1 at 2017-11-01 15:41:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (21.9ms) Rendered entities/index.html.erb within layouts/application (76.6ms) Completed 200 OK in 578ms (Views: 549.6ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-01 15:41:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 298ms (Views: 295.8ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-01 15:41:55 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-01 15:42:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 123ms (Views: 120.9ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-01 15:47:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 87ms (Views: 85.2ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=01.09.2017+00%3A00+-+30.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 15:47:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"01.09.2017 00:00 - 30.11.2017 00:00", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 28ms (Views: 24.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=01.11.2017+15%3A47+-+24.11.2017+15%3A47&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 15:48:16 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"01.11.2017 15:47 - 24.11.2017 15:47", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=01.10.2017+15%3A48+-+23.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 15:48:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"01.10.2017 15:48 - 23.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 15:55:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:00:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (28.9ms) Completed 200 OK in 78ms (Views: 39.2ms | ActiveRecord: 13.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:01:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (18.9ms) Completed 200 OK in 48ms (Views: 41.0ms | ActiveRecord: 3.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:02:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (16.9ms) Completed 200 OK in 45ms (Views: 38.2ms | ActiveRecord: 3.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:02:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (15.9ms) Completed 200 OK in 44ms (Views: 37.3ms | ActiveRecord: 2.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:03:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (86.7ms) Completed 500 Internal Server Error in 104ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (given 0, expected 1..2)): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:40:in `date_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__3597027348903580705_70321064499040' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:03:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (4.3ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `field' for # Did you mean? fields): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:40:in `date_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__3597027348903580705_70321068284660' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:03:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (15.3ms) Completed 200 OK in 42ms (Views: 34.7ms | ActiveRecord: 2.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:04:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (22.8ms) Completed 200 OK in 59ms (Views: 49.3ms | ActiveRecord: 4.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:04:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (75104.1ms) Completed 200 OK in 75138ms (Views: 75129.7ms | ActiveRecord: 2.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:06:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 54ms (Views: 44.5ms | ActiveRecord: 3.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 16:08:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (21.0ms) Completed 200 OK in 61ms (Views: 53.6ms | ActiveRecord: 3.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D=09.11.2017+15%3A48&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 17:03:04 +0600  (23.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>"09.11.2017 15:48", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.5ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (46908.4ms) Completed 200 OK in 47634ms (Views: 47623.0ms | ActiveRecord: 6.9ms) Started GET "/entities" for ::1 at 2017-11-01 17:03:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (91318.7ms) Completed 200 OK in 91343ms (Views: 91340.2ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-01 17:05:29 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (71.1ms) Completed 500 Internal Server Error in 85ms (ActiveRecord: 3.8ms) ActionView::Template::Error (undefined method `values_for' for #<#:0x00007f8e914336a0>): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:40:in `date_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___3177988281297779925_70125149620360' Started GET "/entities" for ::1 at 2017-11-01 17:05:31 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (24.2ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `values_for' for #<#:0x00007f8e91bc2268>): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:40:in `date_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___3177988281297779925_70125153557940' Started GET "/entities" for ::1 at 2017-11-01 17:05:49 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.6ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:41:in `date_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___3177988281297779925_70125151461480' Started GET "/entities" for ::1 at 2017-11-01 17:05:54 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (297879.6ms) Completed 500 Internal Server Error in 297888ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:41:in `date_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___3177988281297779925_70125154537780' Started GET "/entities" for ::1 at 2017-11-01 17:10:53 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (20.5ms) Completed 200 OK in 49ms (Views: 41.4ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-01 17:11:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (15.4ms) Completed 200 OK in 47ms (Views: 40.3ms | ActiveRecord: 2.9ms) Started GET "/entities" for ::1 at 2017-11-01 17:12:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (23.9ms) Completed 200 OK in 51ms (Views: 44.6ms | ActiveRecord: 2.8ms) Started GET "/entities" for ::1 at 2017-11-01 17:12:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (23.6ms) Completed 200 OK in 78ms (Views: 67.6ms | ActiveRecord: 4.0ms) Started GET "/entities" for ::1 at 2017-11-01 17:12:54 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (0.6ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/views/entities/index.html.erb:1: syntax error, unexpected ',', expecting ')' end=( form_for_filter(Entity), as: 'lalalala' );@output_buff ^): app/views/entities/index.html.erb:1: syntax error, unexpected ',', expecting ')' Started GET "/entities" for ::1 at 2017-11-01 17:13:08 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (20.2ms) Completed 200 OK in 43ms (Views: 35.8ms | ActiveRecord: 5.7ms) Started GET "/entities" for ::1 at 2017-11-01 17:15:08 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (16.8ms) Completed 200 OK in 44ms (Views: 35.9ms | ActiveRecord: 3.0ms) Started GET "/entities" for ::1 at 2017-11-01 17:17:51 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (21.0ms) Completed 200 OK in 63ms (Views: 53.8ms | ActiveRecord: 4.4ms) Started GET "/entities" for ::1 at 2017-11-01 17:18:09 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (16.2ms) Completed 200 OK in 51ms (Views: 43.8ms | ActiveRecord: 3.1ms) Started GET "/entities" for ::1 at 2017-11-01 17:18:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (17.9ms) Completed 200 OK in 49ms (Views: 42.4ms | ActiveRecord: 3.4ms) Started GET "/entities" for ::1 at 2017-11-01 17:18:54 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (16.1ms) Completed 200 OK in 48ms (Views: 42.2ms | ActiveRecord: 2.7ms) Started GET "/entities" for ::1 at 2017-11-01 17:23:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (23.2ms) Completed 200 OK in 61ms (Views: 54.0ms | ActiveRecord: 2.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at_from%5D=09.11.2016&sample_filter%5Bcreated_at_to%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 17:23:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at_from"=>"09.11.2016", "created_at_to"=>"17.11.2017", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameters: :created_at_from, :created_at_to Rendering entities/index.html.erb within layouts/application Unpermitted parameters: :created_at_from, :created_at_to Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at_from%5D=09.11.2016&sample_filter%5Bcreated_at_to%5D=25.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 17:23:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at_from"=>"09.11.2016", "created_at_to"=>"25.11.2017", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameters: :created_at_from, :created_at_to Rendering entities/index.html.erb within layouts/application Unpermitted parameters: :created_at_from, :created_at_to Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at_from%5D=09.11.2016&sample_filter%5Bcreated_at_to%5D=25.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-01 17:25:30 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at_from"=>"09.11.2016", "created_at_to"=>"25.11.2017", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameters: :created_at_from, :created_at_to Rendering entities/index.html.erb within layouts/application Unpermitted parameters: :created_at_from, :created_at_to Unpermitted parameters: :created_at_from, :created_at_to Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (36508.0ms) Completed 200 OK in 36747ms (Views: 36737.8ms | ActiveRecord: 3.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at_from%5D=09.11.2016&sample_filter%5Bcreated_at_to%5D=25.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 10:38:45 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at_from"=>"09.11.2016", "created_at_to"=>"25.11.2017", "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `[]' for nil:NilClass): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-02 10:38:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (166.2ms) Completed 200 OK in 788ms (Views: 758.2ms | ActiveRecord: 4.6ms) Started GET "/entities" for ::1 at 2017-11-02 10:39:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (33.5ms) Completed 200 OK in 70ms (Views: 61.1ms | ActiveRecord: 3.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 10:39:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameter: :created_at Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :created_at Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (17538.7ms) Completed 200 OK in 17566ms (Views: 17562.6ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 10:40:26 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Unpermitted parameter: :created_at Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :created_at Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (10687.2ms) Completed 200 OK in 10898ms (Views: 10884.1ms | ActiveRecord: 4.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:20:59 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (127.2ms) Completed 200 OK in 743ms (Views: 699.4ms | ActiveRecord: 4.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=23.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:21:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"23.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=35.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:21:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"35.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 50ms (Views: 46.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=35.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:22:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"35.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 122ms (Views: 117.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=35.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:22:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"35.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 60ms (Views: 57.2ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=01.11.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=09.11.2017+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:22:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"01.11.2017 00:00", "to"=>"09.11.2017 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.4ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=01.11.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:23:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"01.11.2017 00:00", "to"=>"26.01.2018 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 28ms (Views: 23.9ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2017+11%3A23&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:24:06 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2017 11:23", "to"=>"26.01.2018 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=30.11.2017+&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:24:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"30.11.2017 ", "to"=>"26.01.2018 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:24:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"26.01.2018 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:32:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"26.01.2018 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+11%3A22&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:50:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"26.01.2018 11:22"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (10.9ms) Completed 200 OK in 161ms (Views: 143.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:50:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:50:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:50:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:50:48 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:50:49 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+11%3A50&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:50:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017 11:50"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:50:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:51:44 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:51:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:52:14 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:52:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:54:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (20798.0ms) Completed 200 OK in 20931ms (Views: 20911.7ms | ActiveRecord: 4.8ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:20 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (110.9ms) Completed 200 OK in 952ms (Views: 881.3ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=17.11.2017+11%3A55&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:55:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"17.11.2017 11:55", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 47ms (Views: 42.6ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:55:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 34ms (Views: 29.5ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:55:32 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:41 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:55:45 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (4701.1ms) Completed 200 OK in 4732ms (Views: 4725.1ms | ActiveRecord: 3.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:55:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5738.8ms) Completed 200 OK in 5768ms (Views: 5765.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:56:10 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6388.8ms) Completed 200 OK in 6413ms (Views: 6411.0ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:56:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (3303.4ms) Completed 200 OK in 3327ms (Views: 3324.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:56:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (28814.6ms) Completed 200 OK in 28837ms (Views: 28835.1ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:02 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (17.4ms) Completed 200 OK in 60ms (Views: 35.8ms | ActiveRecord: 3.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:58:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:58:14 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 35ms (Views: 31.6ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 52ms (Views: 50.0ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:19 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.5ms) Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (8.2ms) Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 44ms (Views: 40.5ms | ActiveRecord: 1.0ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 51ms (Views: 48.4ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (3.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 41ms (Views: 36.5ms | ActiveRecord: 3.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:23 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:23 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:24 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:29 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:41 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:41 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:42 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:43 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:44 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 40ms (Views: 34.5ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:45 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 49ms (Views: 46.7ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 48ms (Views: 45.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:46 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (10.2ms) Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 49ms (Views: 46.5ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:48 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=01.11.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:58:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"01.11.2017 11:58", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 34ms (Views: 31.6ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:55 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 11:58:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 11:59:07 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (25953.4ms) Completed 200 OK in 26041ms (Views: 25983.7ms | ActiveRecord: 3.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 11:59:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (18343.0ms) Completed 200 OK in 18366ms (Views: 18363.3ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 12:00:07 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (38894.4ms) Completed 200 OK in 38920ms (Views: 38918.4ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 14:07:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (20.9ms) Completed 500 Internal Server Error in 75ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `permit' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__2733549803800302160_70365565923460' Started GET "/entities" for ::1 at 2017-11-02 14:08:09 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (given 2, expected 1)): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__2733549803800302160_70365574039620' Started GET "/entities" for ::1 at 2017-11-02 14:08:27 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.5ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (given 1, expected 2)): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__2692054961555358332_70254781925900' Started GET "/entities" for ::1 at 2017-11-02 14:14:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (20457.9ms) Completed 500 Internal Server Error in 20467ms (ActiveRecord: 4.2ms) ActionView::Template::Error (wrong number of arguments (given 1, expected 2)): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:15:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__2692054961555358332_70254779889560' Started GET "/entities" for ::1 at 2017-11-02 14:15:32 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (given 1, expected 2)): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___1243268773573705489_70127733935440' Started GET "/entities" for ::1 at 2017-11-02 14:15:44 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (2.9ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (given 1, expected 2)): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___1243268773573705489_70127733937580' Started GET "/entities" for ::1 at 2017-11-02 14:15:49 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (3.2ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) ActionController::ParameterMissing (param is missing or the value is empty: sample_filter): app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___595400966702623535_70207947430280' Started GET "/entities" for ::1 at 2017-11-02 14:16:44 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (136.1ms) Completed 200 OK in 718ms (Views: 710.2ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:16:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 'f') Rendered collection of entities/_entity.html.erb [1 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:16:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-02 14:16:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 14:16:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:17:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"1", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 14:17:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:17:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 28ms (Views: 23.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:17:22 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:17:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:17:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:33:30 +0600  (17.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (10471.4ms) Completed 200 OK in 11148ms (Views: 11091.6ms | ActiveRecord: 2.4ms) Started GET "/entities" for ::1 at 2017-11-02 14:33:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (57655.7ms) Completed 500 Internal Server Error in 57662ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `permit' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:14:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___1354481526254087643_70243018230620' Started GET "/entities" for ::1 at 2017-11-02 14:34:50 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (16701.5ms) Completed 200 OK in 16917ms (Views: 16908.0ms | ActiveRecord: 4.0ms) Started GET "/entities" for ::1 at 2017-11-02 14:36:52 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (26.0ms) Completed 200 OK in 225ms (Views: 218.6ms | ActiveRecord: 3.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:36:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:37:03 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:37:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"1", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [1 times] (0.4ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 14:37:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"17.11.2017"}, "kind"=>"1", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 14:37:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 14:37:48 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (28.9ms) Completed 200 OK in 237ms (Views: 229.0ms | ActiveRecord: 4.5ms) Started GET "/entities" for ::1 at 2017-11-02 14:38:05 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (26.6ms) Completed 200 OK in 249ms (Views: 240.9ms | ActiveRecord: 4.1ms) Started GET "/entities" for ::1 at 2017-11-02 15:02:19 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (30.8ms) Completed 200 OK in 260ms (Views: 253.6ms | ActiveRecord: 3.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=17.11.2017+15%3A02&sample_filter%5Bcreated_at%5D%5Bto%5D=24.11.2017+15%3A02&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:02:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"17.11.2017 15:02", "to"=>"24.11.2017 15:02"}, "kind"=>"", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=17.11.2017+15%3A02&sample_filter%5Bcreated_at%5D%5Bto%5D=24.11.2017+15%3A02&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:02:43 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"17.11.2017 15:02", "to"=>"24.11.2017 15:02"}, "kind"=>"1", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-02 15:02:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-02 15:19:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (199324.6ms) Completed 200 OK in 199356ms (Views: 199348.0ms | ActiveRecord: 3.2ms) Started GET "/entities" for ::1 at 2017-11-02 15:22:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (62.3ms) Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `1' for #): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:54:in `list_tag' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:16:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__816843947233960069_70176014830680' Started GET "/entities" for ::1 at 2017-11-02 15:23:05 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (17.8ms) Completed 200 OK in 56ms (Views: 49.1ms | ActiveRecord: 3.1ms) Started GET "/entities" for ::1 at 2017-11-02 15:34:10 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (88.8ms) Completed 200 OK in 704ms (Views: 667.1ms | ActiveRecord: 3.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:34:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"1", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-02 15:34:19 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:34:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"17.11.2017"}, "kind"=>"1", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 39ms (Views: 35.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:37:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"30.11.2017 15:34"}, "kind"=>"1", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 32ms (Views: 25.6ms | ActiveRecord: 1.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:38:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (14.1ms) Completed 200 OK in 34ms (Views: 30.4ms | ActiveRecord: 2.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 15:56:33 +0600  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (40.2ms) Completed 200 OK in 14315ms (Views: 317.9ms | ActiveRecord: 4.1ms) Entity Load (21.6ms) SELECT "entities".* FROM "entities" WHERE ("entities"."created_at" BETWEEN $1 AND $2) LIMIT $3 [["created_at", "2017-11-01 10:50:36.806019"], ["created_at", "2017-11-02 10:50:36.806147"], ["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-01 10:51:22.097144') LIMIT $1 [["LIMIT", 11]]  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (40.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (214.8ms) DROP DATABASE IF EXISTS "sample_filter_dev"  (211.8ms) DROP DATABASE IF EXISTS "sample_filter_test"  (4014.7ms) CREATE DATABASE "sample_filter_dev" ENCODING = 'utf8'  (677.5ms) CREATE DATABASE "sample_filter_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (5.6ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (3.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-02 11:57:04.406699"], ["updated_at", "2017-11-02 11:57:04.406699"]]  (0.5ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN  (0.2ms) COMMIT SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (6.4ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (2.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-02 11:57:04.523222"], ["updated_at", "2017-11-02 11:57:04.523222"]]  (0.6ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN  (0.1ms) COMMIT  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 1"], ["amount", 430], ["kind", 1], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-30 11:57:04.599307"], ["updated_at", "2017-11-02 11:57:04.614485"]]  (7.3ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 2"], ["amount", 123], ["kind", 2], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-28 11:57:04.623640"], ["updated_at", "2017-11-02 11:57:04.624288"]]  (0.5ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 3"], ["amount", 20], ["kind", 4], ["status", "inactive"], ["confirmed", "f"], ["created_at", "2017-10-23 11:57:04.625904"], ["updated_at", "2017-11-02 11:57:04.626331"]]  (0.5ms) COMMIT Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:57:13 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (135.2ms) Completed 200 OK in 749ms (Views: 732.0ms | ActiveRecord: 4.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=24.11.2017+17%3A57&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:57:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"24.11.2017 17:57", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-24 17:57:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=16.11.2017+17%3A57&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:57:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"16.11.2017 17:57", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-16 17:57:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 38ms (Views: 34.4ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=03.11.2017+17%3A57&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:57:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"03.11.2017 17:57", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-03 17:57:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=19.10.2017+17%3A57&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:57:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"19.10.2017 17:57", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-19 17:57:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=25.10.2017+17%3A57&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:58:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"25.10.2017 17:57", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-25 17:57:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.11.2017+17%3A49&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:58:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.11.2017 17:49", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-28 17:49:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.11.2017+17%3A49&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:58:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.11.2017 17:49", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-28 17:49:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 33ms (Views: 30.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+07%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:58:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 07:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 07:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 32ms (Views: 28.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=02.11.2017+11%3A54&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:59:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"02.11.2017 11:54", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-02 11:54:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=02.11.2017+11%3A54&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:59:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"02.11.2017 11:54", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-02 11:54:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 27ms (Views: 23.4ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=26.10.2017+02%3A03&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:59:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"26.10.2017 02:03", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-26 02:03:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:59:43 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 00:00", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 00:00:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+04%3A09&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 17:59:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 04:09", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 04:09:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=02.11.2017+10%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:00:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"02.11.2017 10:00", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-02 10:00:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+05%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:00:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 05:00", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 05:00:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 30ms (Views: 27.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+05%3A56&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:01:46 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 05:56", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 05:56:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+06%3A52&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:02:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 06:52", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 06:52:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+06%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:02:14 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 06:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 06:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A45&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:02:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:45", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:45:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:03:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:17:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 170ms (Views: 167.3ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:17:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:32:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 72ms (Views: 69.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:33:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (4.9ms) Rendered entities/index.html.erb within layouts/application (10.3ms) Completed 200 OK in 61ms (Views: 58.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:33:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 103ms (Views: 100.3ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:33:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 81ms (Views: 77.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:34:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 77ms (Views: 73.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:34:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:35:06 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 59ms (Views: 55.8ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:37:45 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 185ms (Views: 166.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:37:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 63ms (Views: 60.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:38:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 61ms (Views: 57.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:39:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 56ms (Views: 53.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:39:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 58ms (Views: 55.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:40:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 57ms (Views: 53.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:40:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 60ms (Views: 56.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:44:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:45:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 63ms (Views: 60.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:45:33 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 60ms (Views: 57.1ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:45:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 56ms (Views: 52.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:49:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 18:49:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:07:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (10.6ms) Completed 200 OK in 96ms (Views: 87.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:07:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:07:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 52ms (Views: 49.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:08:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 54ms (Views: 50.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:08:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:08:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 64ms (Views: 60.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:08:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 37ms (Views: 33.4ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:09:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (8.2ms) Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:11:05 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-02 19:11:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 59ms (Views: 54.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:55:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (21.4ms) Completed 200 OK in 658ms (Views: 629.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:55:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 89ms (Views: 85.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:56:03 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 247ms (Views: 243.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:56:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 117ms (Views: 114.0ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:56:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 97ms (Views: 93.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:57:14 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 119ms (Views: 111.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:58:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 295ms (Views: 290.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 09:59:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 106ms (Views: 103.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:00:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 89ms (Views: 86.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:01:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 145ms (Views: 141.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:01:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 93ms (Views: 88.9ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:03:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.5ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:08:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 75ms (Views: 71.4ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:09:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 92ms (Views: 87.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:45:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 539ms (Views: 508.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:45:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 99ms (Views: 96.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:47:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 134ms (Views: 130.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:47:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 251ms (Views: 247.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+15%3A34&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:47:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"30.11.2017 15:34"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2017-11-30 15:34:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 133ms (Views: 129.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=26.01.2018+00%3A06&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 10:47:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.10.2017 11:58", "to"=>"26.01.2018 00:06"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-28 11:58:00') AND (created_at <= '2018-01-26 00:06:00') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 28ms (Views: 24.4ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 11:27:24 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (21.9ms) Completed 200 OK in 526ms (Views: 497.3ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 11:27:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 11:27:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.6ms) Rendered entities/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 142ms (Views: 140.6ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 11:29:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 138ms (Views: 135.9ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-03 11:29:43 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 69ms (Views: 67.4ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 11:32:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (10.4ms) Completed 200 OK in 179ms (Views: 176.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=10.11.2017+11%3A32&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:32:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"10.11.2017 11:32", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-10 11:32:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 29ms (Views: 24.6ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=10.11.2017+11%3A32&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:34:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"10.11.2017 11:32", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (2.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-10 11:32:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 173ms (Views: 166.4ms | ActiveRecord: 2.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=10.11.2017+11%3A32&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:34:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"10.11.2017 11:32", "to"=>"17.11.2017"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-10 11:32:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 132ms (Views: 128.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=10.11.2017+11%3A32&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:34:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"10.11.2017 11:32", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-10 11:32:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.3ms) Completed 200 OK in 27ms (Views: 23.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:34:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:41:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 347ms (Views: 329.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.06.2017+11%3A41&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:42:05 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.06.2017 11:41", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-06-28 11:41:00') AND (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 28ms (Views: 24.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.06.2017+11%3A41&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:42:32 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.06.2017 11:41", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-06-28 11:41:00') AND (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 150ms (Views: 146.5ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=30.03.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:42:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"30.03.2016 00:00", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-03-30 00:00:00') AND (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 32ms (Views: 28.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=30.03.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:43:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"30.03.2016", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-03-30 00:00:00') AND (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=30.03.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:43:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"30.03.2016", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-03-30 00:00:00') AND (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 26ms (Views: 22.3ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=30.03.2016&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:43:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"30.03.2016", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-03-30 00:00:00') AND (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 35ms (Views: 31.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:43:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 63ms (Views: 59.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:43:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 234ms (Views: 230.4ms | ActiveRecord: 1.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=03.11.2017+11%3A41&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:43:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>"03.11.2017 11:41"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at <= '2017-11-03 11:41:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 58ms (Views: 53.9ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-03 11:43:58 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (24.1ms) Completed 200 OK in 45ms (Views: 43.5ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:44:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"1", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:32 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"2", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 33ms (Views: 29.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:46 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"1", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 32ms (Views: 28.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"1", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 31ms (Views: 28.3ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 11:50:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"1", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '1') AND (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 14:11:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (21.3ms) Completed 200 OK in 343ms (Views: 291.3ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 14:24:40 +0600  (57.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (109.3ms) Completed 200 OK in 1181ms (Views: 1141.8ms | ActiveRecord: 4.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:19:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (2.3ms) Rendered entities/index.html.erb within layouts/application (36.9ms) Completed 200 OK in 353ms (Views: 302.6ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:19:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (16.5ms) Completed 200 OK in 49ms (Views: 43.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:19:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (2.0ms) Rendered entities/index.html.erb within layouts/application (19.0ms) Completed 200 OK in 99ms (Views: 93.6ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:19:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (17.5ms) Completed 200 OK in 51ms (Views: 45.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:21:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (2.0ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.7ms) Rendered entities/index.html.erb within layouts/application (22.8ms) Completed 200 OK in 60ms (Views: 51.4ms | ActiveRecord: 2.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:22:16 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (2.0ms) Rendered entities/index.html.erb within layouts/application (27.4ms) Completed 200 OK in 70ms (Views: 62.5ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:23:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (17.8ms) Completed 200 OK in 54ms (Views: 48.4ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:23:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (34.8ms) Completed 200 OK in 66ms (Views: 58.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:24:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 219ms (Views: 215.3ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:25:39 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:21: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' content_tag :div, id: "sample_filter_wrap" ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:21: syntax error, unexpected keyword_do_block, expecting keyword_end v, id: "sample_filter_wrap" do ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:60: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:21: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' app/helpers/application_helper.rb:21: syntax error, unexpected keyword_do_block, expecting keyword_end app/helpers/application_helper.rb:60: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:25:53 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:21: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' content_tag :div, class: "filter_form_item" ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:21: syntax error, unexpected keyword_do_block, expecting keyword_end , class: "filter_form_item" do ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:60: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:21: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' app/helpers/application_helper.rb:21: syntax error, unexpected keyword_do_block, expecting keyword_end app/helpers/application_helper.rb:60: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:25:59 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:21: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' content_tag :div, class: "filter_form_item" ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:21: syntax error, unexpected keyword_do_block, expecting keyword_end , class: "filter_form_item" do ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:60: syntax error, unexpected keyword_end, expecting end-of-input): app/helpers/application_helper.rb:21: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' app/helpers/application_helper.rb:21: syntax error, unexpected keyword_do_block, expecting keyword_end app/helpers/application_helper.rb:60: syntax error, unexpected keyword_end, expecting end-of-input app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:26:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (20.5ms) Completed 200 OK in 275ms (Views: 262.3ms | ActiveRecord: 6.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:26:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 59ms (Views: 51.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:49:30 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:24: syntax error, unexpected keyword_end end ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:57: syntax error, unexpected end-of-input, expecting keyword_end): app/helpers/application_helper.rb:24: syntax error, unexpected keyword_end app/helpers/application_helper.rb:57: syntax error, unexpected end-of-input, expecting keyword_end app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:49:37 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:24: syntax error, unexpected keyword_end end ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:57: syntax error, unexpected end-of-input, expecting keyword_end): app/helpers/application_helper.rb:24: syntax error, unexpected keyword_end app/helpers/application_helper.rb:57: syntax error, unexpected end-of-input, expecting keyword_end app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:49:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (35.1ms) Completed 200 OK in 487ms (Views: 430.3ms | ActiveRecord: 6.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:50:28 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 197ms (Views: 193.5ms | ActiveRecord: 1.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:50:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 75ms (Views: 71.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:52:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 145ms (Views: 142.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:52:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 148ms (Views: 144.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:52:16 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 73ms (Views: 69.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:52:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:57:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (10.2ms) Completed 200 OK in 204ms (Views: 191.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:58:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 145ms (Views: 141.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:58:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 151ms (Views: 148.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:58:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 119ms (Views: 114.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:58:33 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:58:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 68ms (Views: 65.2ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 16:59:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 139ms (Views: 136.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:00:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 146ms (Views: 142.5ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:01:14 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 117ms (Views: 114.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:12:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 83ms (Views: 80.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:13:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 81ms (Views: 78.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:14:28 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 110ms (Views: 107.6ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:15:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 123ms (Views: 120.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:15:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 120ms (Views: 117.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:20:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (15.8ms) Completed 200 OK in 260ms (Views: 210.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:21:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (17.4ms) Completed 200 OK in 102ms (Views: 55.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:23:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (25.9ms) Completed 200 OK in 718ms (Views: 680.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:24:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 259ms (Views: 255.1ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:25:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (32.3ms) Completed 200 OK in 2281ms (Views: 2277.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:25:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.8ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 147ms (Views: 138.6ms | ActiveRecord: 1.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:26:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.5ms) Completed 200 OK in 396ms (Views: 393.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:27:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (10.1ms) Completed 200 OK in 700ms (Views: 680.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:28:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (32.1ms) Completed 200 OK in 264ms (Views: 209.9ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:29:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (2.2ms) Rendered entities/index.html.erb within layouts/application (27.8ms) Completed 200 OK in 67ms (Views: 58.6ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:29:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (15.2ms) Completed 200 OK in 56ms (Views: 50.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:30:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (32.5ms) Completed 200 OK in 625ms (Views: 580.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:31:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 722ms (Views: 702.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:32:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (22.1ms) Completed 200 OK in 415ms (Views: 411.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:38:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (32.5ms) Completed 200 OK in 1152ms (Views: 1114.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:38:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (21.5ms) Completed 200 OK in 957ms (Views: 947.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 17:38:55 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:39:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:43:08 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 348ms (Views: 346.4ms | ActiveRecord: 0.2ms) Started GET "/entities" for ::1 at 2017-11-03 17:43:29 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (2.0ms) Rendered entities/index.html.erb within layouts/application (10.3ms) Completed 200 OK in 260ms (Views: 257.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 17:43:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 200ms (Views: 198.3ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 17:45:14 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (14.3ms) Completed 200 OK in 243ms (Views: 188.6ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:45:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 352ms (Views: 349.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:53:14 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:59: syntax error, unexpected end-of-input, expecting keyword_end): app/helpers/application_helper.rb:59: syntax error, unexpected end-of-input, expecting keyword_end app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities" for ::1 at 2017-11-03 17:53:19 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.5ms) Rendered entities/index.html.erb within layouts/application (26.0ms) Completed 200 OK in 920ms (Views: 854.6ms | ActiveRecord: 4.4ms) Started GET "/entities" for ::1 at 2017-11-03 17:54:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (23.8ms) Completed 200 OK in 363ms (Views: 324.8ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:56:50 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (10.6ms) Completed 200 OK in 358ms (Views: 324.9ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:57:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (45.3ms) Completed 200 OK in 737ms (Views: 714.1ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:58:32 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (21.8ms) Completed 200 OK in 424ms (Views: 421.4ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:58:44 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 420ms (Views: 418.6ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-03 17:58:50 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 219ms (Views: 216.8ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:58:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.1ms) Rendered entities/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 64ms (Views: 24.5ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 17:59:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 224ms (Views: 220.6ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 18:02:38 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (2.9ms) Rendered entities/index.html.erb within layouts/application (145.6ms) Completed 200 OK in 1037ms (Views: 941.4ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 18:04:02 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (158.9ms) Completed 200 OK in 843ms (Views: 817.9ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 18:11:45 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (2.1ms) Rendered entities/index.html.erb within layouts/application (22.2ms) Completed 200 OK in 1945ms (Views: 1657.7ms | ActiveRecord: 144.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:49:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (2.4ms) Rendered entities/index.html.erb within layouts/application (43.1ms) Completed 200 OK in 1220ms (Views: 1169.2ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:49:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 208ms (Views: 204.3ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:50:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 208ms (Views: 204.4ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:51:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (44.1ms) Completed 200 OK in 717ms (Views: 614.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:54:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.8ms) Rendered entities/index.html.erb within layouts/application (44.6ms) Completed 200 OK in 1044ms (Views: 1024.8ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:54:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (32.3ms) Completed 200 OK in 1094ms (Views: 1090.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:55:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (21.6ms) Completed 200 OK in 1158ms (Views: 1103.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:55:43 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (19.7ms) Completed 200 OK in 687ms (Views: 682.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 22:55:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 318ms (Views: 313.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:01:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (21.9ms) Completed 200 OK in 875ms (Views: 855.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:01:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 122ms (Views: 118.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:02:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 182ms (Views: 179.0ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:02:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 169ms (Views: 165.2ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:03:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (9.8ms) Completed 200 OK in 207ms (Views: 202.7ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:04:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (77.1ms) Completed 200 OK in 602ms (Views: 441.1ms | ActiveRecord: 6.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:06:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (13.9ms) Completed 200 OK in 41ms (Views: 35.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:06:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 30ms (Views: 26.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:06:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 35ms (Views: 31.5ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:06:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 29ms (Views: 24.3ms | ActiveRecord: 1.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:07:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:18:32 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (25.7ms) Completed 200 OK in 137ms (Views: 102.7ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:20:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (57.1ms) Completed 200 OK in 492ms (Views: 236.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:20:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (21.6ms) Completed 200 OK in 62ms (Views: 54.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:20:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (14.1ms) Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:21:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (13.5ms) Completed 200 OK in 121ms (Views: 115.5ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:22:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 39ms (Views: 33.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:22:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 172ms (Views: 168.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:23:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 121ms (Views: 117.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:23:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 121ms (Views: 117.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:23:46 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 121ms (Views: 117.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:23:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:23:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 39ms (Views: 36.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:23:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:25:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 438ms (Views: 424.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:25:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (1.6ms) Rendered entities/index.html.erb within layouts/application (9.8ms) Completed 200 OK in 37ms (Views: 33.1ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:25:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (9.6ms) Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:25:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 64ms (Views: 59.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:28:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (32.4ms) Completed 200 OK in 360ms (Views: 333.5ms | ActiveRecord: 0.5ms) Started GET "/path" for ::1 at 2017-11-03 23:28:10 +0600 ActionController::RoutingError (No route matches [GET] "/path"): actionpack (5.1.3) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.3) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.3) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.3) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.3) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.3) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.3) lib/rack/method_override.rb:22:in `call' rack (2.0.3) lib/rack/runtime.rb:22:in `call' activesupport (5.1.3) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.3) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.3) lib/rack/sendfile.rb:111:in `call' railties (5.1.3) lib/rails/engine.rb:522:in `call' rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service' /Users/ilia/.rvm/rubies/ruby-2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service' /Users/ilia/.rvm/rubies/ruby-2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run' /Users/ilia/.rvm/rubies/ruby-2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:28:43 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (10.2ms) Completed 200 OK in 232ms (Views: 229.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&button=" for ::1 at 2017-11-03 23:29:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "button"=>""} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 73ms (Views: 70.3ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-03 23:29:54 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:30:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 27ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 23:30:04 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=123&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:30:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"123", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (amount = '123') AND (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-03 23:30:09 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:30:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 60ms (Views: 25.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 23:30:15 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (8.4ms) Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:30:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 28ms (Views: 24.4ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 23:30:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.2ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=18.11.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:34:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"18.11.2017 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-18 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 138ms (Views: 113.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=18.11.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:34:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"18.11.2017 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-18 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 29ms (Views: 24.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=01.10.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:35:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"01.10.2017 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-01 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=23.10.2017+11%3A57&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:35:16 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"23.10.2017 11:57", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-23 11:57:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 40ms (Views: 36.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=23.10.2017+11%3A58&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-03 23:35:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"23.10.2017 11:58", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-23 11:58:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 32ms (Views: 28.6ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-03 23:35:30 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-04 00:29:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.6ms) Rendered entities/index.html.erb within layouts/application (46.9ms) Completed 200 OK in 265ms (Views: 220.4ms | ActiveRecord: 4.8ms) Started GET "/entities" for ::1 at 2017-11-04 00:29:23 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.3ms) Started GET "/entities" for ::1 at 2017-11-04 00:29:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:29:32 +0600  (18.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (358.0ms) Completed 200 OK in 1821ms (Views: 1812.9ms | ActiveRecord: 2.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:29:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [1 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (65.9ms) Completed 200 OK in 89ms (Views: 83.9ms | ActiveRecord: 2.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:29:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 30ms (Views: 26.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:29:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 31ms (Views: 27.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:29:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"active", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'active') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 28ms (Views: 24.4ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:29:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 28ms (Views: 24.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 44ms (Views: 40.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (kind = '2') AND (status = 'inactive') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"inactive", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'inactive') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.3ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [3 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"", "to"=>""}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'active') Rendered collection of entities/_entity.html.erb [1 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 36ms (Views: 32.4ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:30:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 36ms (Views: 32.5ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:30:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:38:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 111ms (Views: 102.5ms | ActiveRecord: 0.4ms)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (217.6ms) DROP DATABASE IF EXISTS "sample_filter_dev"  (207.1ms) DROP DATABASE IF EXISTS "sample_filter_test"  (3427.7ms) CREATE DATABASE "sample_filter_dev" ENCODING = 'utf8'  (419.2ms) CREATE DATABASE "sample_filter_test" ENCODING = 'utf8' SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (7.4ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (3.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-03 18:40:32.820534"], ["updated_at", "2017-11-03 18:40:32.820534"]]  (0.5ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN  (0.2ms) COMMIT SQL (0.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (6.4ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (3.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-03 18:40:32.925210"], ["updated_at", "2017-11-03 18:40:32.925210"]]  (0.4ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 1"], ["amount", 430], ["kind", 1], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-31 18:40:32.982469"], ["updated_at", "2017-11-03 18:40:32.997776"]]  (13.8ms) COMMIT  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 2"], ["amount", 123], ["kind", 2], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-29 18:40:33.013510"], ["updated_at", "2017-11-03 18:40:33.014339"]]  (0.8ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 3"], ["amount", 20], ["kind", 4], ["status", "inactive"], ["confirmed", "f"], ["created_at", "2017-10-24 18:40:33.016700"], ["updated_at", "2017-11-03 18:40:33.017382"]]  (0.8ms) COMMIT  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 4"], ["amount", 50], ["kind", 2], ["status", "inactive"], ["confirmed", "t"], ["created_at", "2017-11-03 18:40:33.019452"], ["updated_at", "2017-11-03 18:40:33.020080"]]  (0.8ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 5"], ["amount", 75], ["kind", 2], ["status", "inactive"], ["confirmed", "t"], ["created_at", "2017-11-01 18:40:33.022201"], ["updated_at", "2017-11-03 18:40:33.022862"]]  (0.5ms) COMMIT Started GET "/entities" for ::1 at 2017-11-04 00:40:41 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (166.1ms) Completed 200 OK in 1639ms (Views: 1577.4ms | ActiveRecord: 4.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:40:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 32ms (Views: 28.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:40:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"2", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=active&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:40:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"active", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'active') AND (confirmed = 'f') Rendered collection of templates [0 times] (0.0ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 44ms (Views: 39.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:41:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 35ms (Views: 31.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=f&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:41:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"inactive", "confirmed"=>"f"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (status = 'inactive') AND (confirmed = 'f') Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:41:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-04 00:41:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-04 00:41:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:54:25 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (110.3ms) Completed 200 OK in 908ms (Views: 855.3ms | ActiveRecord: 4.5ms) Started GET "/entities" for ::1 at 2017-11-04 00:54:30 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 28ms (Views: 25.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2017+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 00:54:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2017 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 32ms (Views: 27.5ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:54:43 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 37ms (Views: 34.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 00:59:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (21.3ms) Completed 200 OK in 135ms (Views: 113.3ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:12:07 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (202.3ms) Completed 200 OK in 1353ms (Views: 1248.7ms | ActiveRecord: 5.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=01.11.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:12:28 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"01.11.2017 00:00", "to"=>"30.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-01 00:00:00') AND (created_at <= '2017-11-30 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 33ms (Views: 29.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=01.11.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=30.11.2017+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:13:15 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"01.11.2017 00:00", "to"=>"30.11.2017 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-11-01 00:00:00') AND (created_at <= '2017-11-30 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (33.6ms) Completed 200 OK in 225ms (Views: 213.0ms | ActiveRecord: 5.0ms) Started GET "/entities" for ::1 at 2017-11-04 01:13:23 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (24.0ms) Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-04 01:13:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (9.6ms) Completed 200 OK in 43ms (Views: 40.3ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:13:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>""}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.8ms) Completed 200 OK in 50ms (Views: 45.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:13:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>""}, "kind"=>"2", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (kind = '2') Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 44ms (Views: 38.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:13:43 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=24.10.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:13:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"24.10.2017 00:00", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-24 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=24.10.2017+18%3A43&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:14:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"24.10.2017 18:43", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-24 18:43:00') Rendered collection of entities/_entity.html.erb [4 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=24.10.2017+18%3A43&sample_filter%5Bcreated_at%5D%5Bto%5D=&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:14:59 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"24.10.2017 18:43", "to"=>""}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-10-24 18:43:00') Rendered collection of entities/_entity.html.erb [4 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (35.7ms) Completed 200 OK in 226ms (Views: 216.4ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-04 01:15:00 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) TypeError (no implicit conversion of ActiveSupport::TimeWithZone into String): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-04 01:16:33 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-03 19:16:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (27.5ms) Completed 200 OK in 228ms (Views: 219.8ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-04 01:16:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-03 19:16:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-04 01:18:12 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-03 19:16:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:18:19 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-03 19:16:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:18:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-03 19:16:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:19:09 +0600  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2017-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (34.2ms) Completed 200 OK in 217ms (Views: 207.0ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-04 01:19:29 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (30.1ms) Completed 200 OK in 237ms (Views: 225.0ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:19:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 48ms (Views: 29.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:20:07 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (34.0ms) Completed 200 OK in 223ms (Views: 210.4ms | ActiveRecord: 4.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.11.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:21:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.11.2016 00:00", "to"=>"17.11.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 200ms (Views: 185.7ms | ActiveRecord: 5.7ms) Started GET "/entities" for ::1 at 2017-11-04 01:21:25 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 54ms (Views: 51.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=28.04.2017+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:21:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"28.04.2017 00:00", "to"=>"17.11.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2017-04-28 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.8ms) Rendered entities/index.html.erb within layouts/application (8.9ms) Completed 200 OK in 51ms (Views: 47.2ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:22:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 39ms (Views: 34.4ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:22:33 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2020-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (27.7ms) Completed 200 OK in 477ms (Views: 466.3ms | ActiveRecord: 4.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.05.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=05.03.2020+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:22:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.05.2016 00:00", "to"=>"05.03.2020 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2020-03-05 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.05.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=13.09.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:23:22 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.05.2016 00:00", "to"=>"13.09.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-09-13 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.5ms) Rendered entities/index.html.erb within layouts/application (9.5ms) Completed 200 OK in 52ms (Views: 47.4ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:23:46 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2017-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (28.5ms) Completed 200 OK in 246ms (Views: 238.2ms | ActiveRecord: 3.6ms) Started GET "/entities" for ::1 at 2017-11-04 01:24:06 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2018-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (42.2ms) Completed 200 OK in 240ms (Views: 226.3ms | ActiveRecord: 5.1ms) Started GET "/entities" for ::1 at 2017-11-04 01:24:20 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2019-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (37.8ms) Completed 200 OK in 228ms (Views: 216.8ms | ActiveRecord: 3.8ms) Started GET "/entities" for ::1 at 2017-11-04 01:24:38 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (35.1ms) Completed 200 OK in 216ms (Views: 206.1ms | ActiveRecord: 3.8ms) Started GET "/entities" for ::1 at 2017-11-04 01:24:57 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (25.9ms) Completed 200 OK in 229ms (Views: 221.6ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.05.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.11.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:25:07 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.05.2016 00:00", "to"=>"17.11.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-11-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 30ms (Views: 26.7ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.05.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=16.11.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:25:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.05.2016 00:00", "to"=>"16.11.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-05-09 00:00:00') AND (created_at <= '2023-11-16 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:25:54 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-11-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (27.2ms) Completed 200 OK in 244ms (Views: 235.7ms | ActiveRecord: 3.7ms) Started GET "/entities" for ::1 at 2017-11-04 01:26:35 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (24.9ms) Completed 200 OK in 220ms (Views: 212.2ms | ActiveRecord: 3.7ms) Started GET "/entities" for ::1 at 2017-11-04 01:26:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 0.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:26:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') Rendered collection of entities/_entity.html.erb [3 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:26:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>""}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 45ms (Views: 41.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 01:29:30 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (26.8ms) Completed 200 OK in 321ms (Views: 311.2ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=t&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 01:29:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"", "confirmed"=>"t"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [3 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-04 01:30:10 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-04 23:13:37 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (125.0ms) Completed 200 OK in 799ms (Views: 743.4ms | ActiveRecord: 5.0ms) Started GET "/entities" for ::1 at 2017-11-04 23:23:07 +0600  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (103.5ms) Completed 200 OK in 747ms (Views: 699.3ms | ActiveRecord: 4.2ms) Started GET "/entities" for ::1 at 2017-11-04 23:23:52 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `sorting_query' for # Did you mean? string_query): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-04 23:25:48 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 30ms (ActiveRecord: 5.9ms) NoMethodError (undefined method `sorting_query' for # Did you mean? string_query): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-04 23:25:57 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] Entity Load (0.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (43.2ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 4.8ms) ActionView::Template::Error (undefined method `sorting_tag' for #<#:0x00007fe4390d2a08> Did you mean? string_tag): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:23:in `block (4 levels) in form_for_filter' app/helpers/application_helper.rb:21:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `each' app/helpers/application_helper.rb:18:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:16:in `block in form_for_filter' app/helpers/application_helper.rb:15:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___1536495410021574187_70309093261580' Started GET "/entities" for ::1 at 2017-11-04 23:26:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (17.0ms) Completed 200 OK in 225ms (Views: 215.8ms | ActiveRecord: 3.7ms) Started GET "/entities" for ::1 at 2017-11-04 23:26:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.9ms) Rendered entities/index.html.erb within layouts/application (253336.0ms) Completed 200 OK in 253445ms (Views: 253431.7ms | ActiveRecord: 5.0ms) Started GET "/entities" for ::1 at 2017-11-04 23:30:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (19.2ms) Completed 200 OK in 97ms (Views: 49.0ms | ActiveRecord: 3.8ms) Started GET "/entities" for ::1 at 2017-11-04 23:31:14 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (27.4ms) Completed 200 OK in 69ms (Views: 57.1ms | ActiveRecord: 5.8ms) Started GET "/entities" for ::1 at 2017-11-04 23:32:39 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (44.1ms) Completed 200 OK in 479ms (Views: 388.4ms | ActiveRecord: 3.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=title_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:32:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"title_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 34ms (Views: 29.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:32:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 42ms (Views: 38.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=id_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:32:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"id_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=id_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:33:28 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"id_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (92.0ms) Completed 200 OK in 694ms (Views: 685.4ms | ActiveRecord: 4.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:33:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:34:45 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (15.7ms) Completed 200 OK in 38ms (Views: 31.6ms | ActiveRecord: 2.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:35:12 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (32.6ms) Completed 200 OK in 249ms (Views: 238.9ms | ActiveRecord: 4.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:35:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (17.3ms) Completed 200 OK in 59ms (Views: 49.1ms | ActiveRecord: 3.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:35:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (17.2ms) Completed 200 OK in 52ms (Views: 43.4ms | ActiveRecord: 3.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:35:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (17.7ms) Completed 200 OK in 52ms (Views: 43.2ms | ActiveRecord: 3.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:36:32 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') LIMIT $1 [["LIMIT", 11]] Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (2.8ms) Rendered entities/index.html.erb within layouts/application (916373.8ms) Completed 200 OK in 916646ms (Views: 916636.5ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:51:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (19.8ms) Completed 200 OK in 88ms (Views: 42.2ms | ActiveRecord: 3.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:51:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (9.8ms) Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=id_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:51:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"id_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-04 23:52:03 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:01:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (47.7ms) Completed 200 OK in 597ms (Views: 532.2ms | ActiveRecord: 4.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:02:21 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (105.0ms) Completed 200 OK in 20705ms (Views: 780.6ms | ActiveRecord: 4.9ms) Entity Load (0.4ms) SELECT "entities".* FROM "entities" ORDER BY id desc; 1=1 LIMIT $1 [["LIMIT", 11]] Entity Load (0.6ms) SELECT "entities".* FROM "entities" ORDER BY id desc; SELECT entities WHERE 1=1 LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" ORDER BY id desc; SELECT entities WHERE 1=1 LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" ORDER BY id desc; SELECT 1 LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" ORDER BY id desc; 'SELECT 1' LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" ORDER BY id desc; SELECT 1 LIMIT $1 [["LIMIT", 11]] Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:27:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Rendered collection of entities/_entity.html.erb [2 times] (9.3ms) Rendered entities/index.html.erb within layouts/application (29.7ms) Completed 200 OK in 7138ms (Views: 268.2ms | ActiveRecord: 200.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:27:35 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') Entity Load (32.8ms) SELECT "entities".* FROM "entities" ORDER BY (CASE SUBSTR(password, 1, 1) WHEN 's' THEN 0 else 1 END) desc LIMIT $1 [["LIMIT", 11]] Entity Load (76.9ms) SELECT "entities".* FROM "entities" ORDER BY (CASE SUBSTR(id, 1, 1) WHEN 's' THEN 0 else 1 END) desc LIMIT $1 [["LIMIT", 11]] Entity Load (1.5ms) SELECT "entities".* FROM "entities" ORDER BY (CASE SUBSTR(title, 1, 1) WHEN 's' THEN 0 else 1 END) desc LIMIT $1 [["LIMIT", 11]] Entity Load (56.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY created_at desc Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (110.2ms) Completed 500 Internal Server Error in 1447163ms (ActiveRecord: 61.4ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__4345637030507470579_70356206148900' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:51:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (4.3ms) Completed 500 Internal Server Error in 5318ms (ActiveRecord: 0.0ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb__4345637030507470579_70356234491360' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:53:26 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `column' for # Did you mean? columns @columns): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:54:03 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Completed 500 Internal Server Error in 75ms (ActiveRecord: 20.9ms) NameError (undefined local variable or method `column' for # Did you mean? columns @columns): app/controllers/entities_controller.rb:3:in `index' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:54:15 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY created_at desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (118.9ms) Completed 200 OK in 801ms (Views: 753.8ms | ActiveRecord: 5.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:54:28 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY created_at desc Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:54:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 48ms (Views: 44.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:54:41 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [5 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (10.2ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:57:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 33ms (Views: 28.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:57:28 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.4ms) Completed 200 OK in 34ms (Views: 31.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:57:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 35ms (Views: 30.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:59:06 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (36.0ms) Completed 200 OK in 170ms (Views: 120.1ms | ActiveRecord: 5.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:59:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (38.8ms) Completed 200 OK in 192ms (Views: 143.9ms | ActiveRecord: 3.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 00:59:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (2.2ms) Rendered entities/index.html.erb within layouts/application (22.6ms) Completed 200 OK in 270ms (Views: 266.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:08:39 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (121.6ms) Completed 200 OK in 19293ms (Views: 743.7ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:09:33 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY id desc Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (32.5ms) Completed 200 OK in 233ms (Views: 222.4ms | ActiveRecord: 5.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:09:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY id asc Rendered collection of entities/_entity.html.erb [5 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=created_at_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:09:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"created_at_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY created_at asc Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=created_at_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:09:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"created_at_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY created_at desc Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:09:53 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:10:16 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (43.9ms) Completed 200 OK in 192ms (Views: 133.2ms | ActiveRecord: 3.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:10:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:10:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY id desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_desc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:17:43 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_desc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY id desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (201.5ms) Completed 200 OK in 1377ms (Views: 1321.6ms | ActiveRecord: 4.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=id_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:17:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"id_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY id asc Rendered collection of entities/_entity.html.erb [5 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (24.6ms) Completed 200 OK in 52ms (Views: 47.4ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-05 01:17:49 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.7ms) Rendered entities/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 38ms (Views: 35.6ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:17:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (11.0ms) Completed 200 OK in 48ms (Views: 43.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:28:15 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (38.4ms) Completed 200 OK in 223ms (Views: 210.6ms | ActiveRecord: 5.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:28:39 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (31.9ms) Completed 200 OK in 246ms (Views: 235.6ms | ActiveRecord: 4.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:29:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (16.2ms) Completed 200 OK in 55ms (Views: 49.6ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:30:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (14.2ms) Completed 200 OK in 43ms (Views: 37.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:31:46 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (17.8ms) Completed 200 OK in 44ms (Views: 39.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:31:54 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (36.0ms) Completed 200 OK in 226ms (Views: 213.7ms | ActiveRecord: 4.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:32:29 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (18.5ms) Completed 200 OK in 49ms (Views: 43.4ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:32:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.5ms) Rendered entities/index.html.erb within layouts/application (25.7ms) Completed 200 OK in 75ms (Views: 67.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:33:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (13.5ms) Completed 200 OK in 39ms (Views: 33.1ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:33:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (20.0ms) Completed 200 OK in 60ms (Views: 53.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:35:03 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (109274.0ms) Completed 200 OK in 109366ms (Views: 109360.4ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:37:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.7ms) Rendered entities/index.html.erb within layouts/application (60982.6ms) Completed 200 OK in 61144ms (Views: 61033.7ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:38:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (20.9ms) Completed 200 OK in 98ms (Views: 42.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:39:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (27308.7ms) Completed 500 Internal Server Error in 27317ms (ActiveRecord: 0.7ms) ActionView::Template::Error (can not load translations from /Users/ilia/my_projects/sample_filter/spec/dummy/config/locales/en.yml: #): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:38:in `sft' app/helpers/application_helper.rb:25:in `block (4 levels) in form_for_filter' app/helpers/application_helper.rb:24:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:21:in `each' app/helpers/application_helper.rb:21:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:19:in `block in form_for_filter' app/helpers/application_helper.rb:18:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__1500031217906687373_70302920854500' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:39:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (18.9ms) Completed 200 OK in 50ms (Views: 44.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:40:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (18.0ms) Completed 200 OK in 46ms (Views: 40.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:40:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (16.1ms) Completed 200 OK in 43ms (Views: 38.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:41:16 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (10.7ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `deep_stringify_keys' for "sdfasd":String): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:30:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:29:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:18:in `block in form_for_filter' app/helpers/application_helper.rb:17:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__1500031217906687373_70302878160820' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:41:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 40ms (Views: 33.7ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:42:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 40ms (Views: 34.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:44:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.5ms) Rendered entities/index.html.erb within layouts/application (79.9ms) Completed 200 OK in 225ms (Views: 169.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:46:46 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (26.2ms) Completed 200 OK in 51ms (Views: 45.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:46:54 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (19.0ms) Completed 200 OK in 48ms (Views: 43.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:48:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (15.8ms) Completed 200 OK in 41ms (Views: 35.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:48:36 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 39ms (Views: 34.1ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:49:00 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (336603.5ms) Completed 200 OK in 336709ms (Views: 336700.3ms | ActiveRecord: 1.1ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 01:58:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (165274.4ms) Completed 200 OK in 165415ms (Views: 165361.8ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:01:24 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (10221.2ms) Completed 200 OK in 10359ms (Views: 10270.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:02:32 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (52.9ms) Completed 200 OK in 80ms (Views: 74.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:02:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (17.5ms) Completed 200 OK in 46ms (Views: 41.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:03:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (17.8ms) Completed 200 OK in 48ms (Views: 42.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:03:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (19.7ms) Completed 200 OK in 52ms (Views: 47.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:03:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (16.9ms) Completed 200 OK in 47ms (Views: 41.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:04:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (16.3ms) Completed 200 OK in 41ms (Views: 36.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:06:27 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 44ms (Views: 37.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:06:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (33.9ms) Completed 200 OK in 178ms (Views: 124.3ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:11:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (102.2ms) Completed 200 OK in 481ms (Views: 435.9ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:12:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (18.9ms) Completed 200 OK in 51ms (Views: 45.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:12:22 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (18.3ms) Completed 200 OK in 46ms (Views: 40.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=%D0%9E%D1%82%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D1%82%D1%8C" for ::1 at 2017-11-05 02:12:33 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Отправить"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (15.7ms) Completed 200 OK in 48ms (Views: 42.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=id_desc&commit=Submit" for ::1 at 2017-11-05 02:12:38 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"id_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (2.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY id desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (10.1ms) Completed 200 OK in 40ms (Views: 33.4ms | ActiveRecord: 2.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=created_at_asc&commit=Submit" for ::1 at 2017-11-05 02:12:42 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"created_at_asc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY created_at asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 30ms (Views: 26.0ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_asc&commit=Submit" for ::1 at 2017-11-05 02:12:46 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_asc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount asc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 32ms (Views: 27.9ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:12:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:13:39 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (70807.8ms) Completed 200 OK in 70842ms (Views: 70832.7ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:14:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (596980.5ms) Completed 200 OK in 597074ms (Views: 597069.0ms | ActiveRecord: 1.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:24:49 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (72.0ms) Completed 200 OK in 150ms (Views: 87.3ms | ActiveRecord: 7.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:24:56 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 39ms (Views: 33.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:30:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (20.8ms) Completed 200 OK in 57ms (Views: 51.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:31:25 +0600  (24.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (1.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (54.5ms) Completed 200 OK in 558ms (Views: 544.3ms | ActiveRecord: 4.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=1&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:31:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"1", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '1') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [1 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (22.1ms) Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:31:40 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [3 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:31:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (11.9ms) Completed 200 OK in 47ms (Views: 43.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:32:57 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (31.1ms) Completed 200 OK in 60ms (Views: 51.0ms | ActiveRecord: 2.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:33:18 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (21.8ms) Completed 200 OK in 50ms (Views: 41.0ms | ActiveRecord: 3.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 02:33:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (21.4ms) Completed 200 OK in 48ms (Views: 40.2ms | ActiveRecord: 3.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 03:20:20 +0600  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (138.9ms) Completed 200 OK in 823ms (Views: 776.7ms | ActiveRecord: 4.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 03:20:36 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (99.3ms) Completed 200 OK in 13695ms (Views: 518.4ms | ActiveRecord: 4.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 03:20:55 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (2.5ms) Rendered entities/index.html.erb within layouts/application (23.7ms) Completed 200 OK in 3211ms (Views: 110.7ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 03:25:31 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (131.0ms) Completed 200 OK in 552ms (Views: 515.8ms | ActiveRecord: 4.3ms)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (492.8ms) DROP DATABASE IF EXISTS "sample_filter_dev"  (233.3ms) DROP DATABASE IF EXISTS "sample_filter_test"  (15.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (2.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (41.9ms) SELECT pg_try_advisory_lock(7971823760145709800)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateEntity (20171027033358)  (0.3ms) BEGIN  (44.9ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171027033358"]]  (0.6ms) COMMIT ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-04 21:26:34.961090"], ["updated_at", "2017-11-04 21:26:34.961090"]]  (0.7ms) COMMIT  (0.2ms) SELECT pg_advisory_unlock(7971823760145709800)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (196.2ms) DROP DATABASE IF EXISTS "sample_filter_dev"  (177.9ms) DROP DATABASE IF EXISTS "sample_filter_test"  (605.7ms) CREATE DATABASE "sample_filter_dev" ENCODING = 'utf8'  (450.5ms) CREATE DATABASE "sample_filter_test" ENCODING = 'utf8' SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (6.3ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (3.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-04 21:27:03.164160"], ["updated_at", "2017-11-04 21:27:03.164160"]]  (0.8ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN  (0.1ms) COMMIT SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "entities" CASCADE  (5.7ms) CREATE TABLE "entities" ("id" bigserial primary key, "title" character varying, "amount" integer, "kind" integer, "status" character varying, "confirmed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (20171027033358)  (3.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-11-04 21:27:03.249192"], ["updated_at", "2017-11-04 21:27:03.249192"]]  (0.7ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) BEGIN SQL (0.7ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 1"], ["amount", 430], ["kind", 1], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-11-01 21:27:03.268627"], ["updated_at", "2017-11-04 21:27:03.283902"]]  (27.1ms) COMMIT  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 2"], ["amount", 123], ["kind", 2], ["status", "active"], ["confirmed", "t"], ["created_at", "2017-10-30 21:27:03.312949"], ["updated_at", "2017-11-04 21:27:03.313754"]]  (0.4ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 3"], ["amount", 20], ["kind", 4], ["status", "inactive"], ["confirmed", "f"], ["created_at", "2017-10-25 21:27:03.315412"], ["updated_at", "2017-11-04 21:27:03.315900"]]  (0.4ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 4"], ["amount", 50], ["kind", 2], ["status", "inactive"], ["confirmed", "t"], ["created_at", "2017-11-04 21:27:03.317314"], ["updated_at", "2017-11-04 21:27:03.317708"]]  (0.4ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "entities" ("title", "amount", "kind", "status", "confirmed", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "test_title 5"], ["amount", 75], ["kind", 2], ["status", "inactive"], ["confirmed", "t"], ["created_at", "2017-11-02 21:27:03.319105"], ["updated_at", "2017-11-04 21:27:03.319572"]]  (0.4ms) COMMIT Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 03:27:21 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (1.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (35.8ms) Completed 200 OK in 223ms (Views: 210.9ms | ActiveRecord: 5.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:06:39 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (2.0ms) Rendered entities/index.html.erb within layouts/application (41.9ms) Completed 200 OK in 255ms (Views: 237.7ms | ActiveRecord: 4.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:15:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (26.8ms) Completed 200 OK in 415ms (Views: 381.4ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:15:50 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.5ms) Rendered entities/index.html.erb within layouts/application (24.6ms) Completed 200 OK in 68ms (Views: 60.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:16:02 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.9ms) Rendered entities/index.html.erb within layouts/application (46871.6ms) Completed 200 OK in 46978ms (Views: 46968.8ms | ActiveRecord: 1.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:17:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 86ms (Views: 39.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:17:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 39ms (Views: 35.1ms | ActiveRecord: 1.0ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:17:31 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (43.6ms) Completed 200 OK in 426ms (Views: 295.6ms | ActiveRecord: 4.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:19:12 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (22.7ms) Completed 200 OK in 158ms (Views: 110.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:19:17 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.6ms) Rendered entities/index.html.erb within layouts/application (120163.1ms) Completed 200 OK in 120265ms (Views: 120260.4ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:21:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (19.9ms) Completed 200 OK in 93ms (Views: 45.6ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:21:45 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:29: syntax error, unexpected & buffer << &block if block_given? ^): app/helpers/application_helper.rb:29: syntax error, unexpected & app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:21:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 58ms (Views: 46.7ms | ActiveRecord: 3.8ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:22:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.9ms) Rendered entities/index.html.erb within layouts/application (20.5ms) Completed 200 OK in 64ms (Views: 57.9ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:22:25 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (18.5ms) Completed 200 OK in 59ms (Views: 53.5ms | ActiveRecord: 0.9ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:22:29 +0600 SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/helpers/application_helper.rb:30: block argument should not be given): app/helpers/application_helper.rb:30: block argument should not be given app/controllers/application_controller.rb:1:in `' app/controllers/entities_controller.rb:1:in `' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:23:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (20.7ms) Completed 200 OK in 59ms (Views: 47.6ms | ActiveRecord: 4.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:23:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.7ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 35ms (Views: 30.8ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:23:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (2.1ms) Rendered entities/index.html.erb within layouts/application (27.4ms) Completed 200 OK in 203ms (Views: 155.2ms | ActiveRecord: 3.2ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:24:11 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (49.1ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1: <%= form_for_filter(Entity) do |f| %> 2: <%= f.title %> 3: <% end %> 4: 5: <%= render @entities %> app/views/entities/index.html.erb:2:in `block in _app_views_entities_index_html_erb___929523109119280543_70155030753220' app/helpers/application_helper.rb:29:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:19:in `block in form_for_filter' app/helpers/application_helper.rb:18:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___929523109119280543_70155030753220' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:24:20 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (14.8ms) Completed 200 OK in 106ms (Views: 102.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:25:10 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (34.0ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `input_tag' for #<#:0x00007f9c79f1fac8>): 1: <%= form_for_filter(Entity) do %> 2: <%= label_tag 'lalaal' %> 3: <%= input_tag 'lalaal' %> 4: <% end %> 5: 6: <%= render @entities %> app/views/entities/index.html.erb:3:in `block in _app_views_entities_index_html_erb___929523109119280543_70155018773120' app/helpers/application_helper.rb:29:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:19:in `block in form_for_filter' app/helpers/application_helper.rb:18:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___929523109119280543_70155018773120' Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:25:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (32.9ms) Completed 200 OK in 146ms (Views: 142.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:26:13 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (7.1ms) Rendered entities/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 41ms (Views: 36.9ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:26:44 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (21.6ms) Completed 200 OK in 119ms (Views: 115.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:26:58 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.8ms) Rendered entities/index.html.erb within layouts/application (10.8ms) Completed 200 OK in 39ms (Views: 35.4ms | ActiveRecord: 0.7ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:27:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&sample_filter%5Blalaal%5D=sdfasfsdf&commit=Submit" for ::1 at 2017-11-05 04:27:21 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc", "lalaal"=>"sdfasfsdf"}, "commit"=>"Submit"} Unpermitted parameter: :lalaal Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :lalaal Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&sample_filter%5Blalaal%5D=sdfasfsdf&commit=Submit" for ::1 at 2017-11-05 04:28:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc", "lalaal"=>"sdfasfsdf"}, "commit"=>"Submit"} Unpermitted parameter: :lalaal Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :lalaal Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (9.7ms) Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&filter%5Blalaal%5D=asfsd&commit=Submit" for ::1 at 2017-11-05 04:28:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "filter"=>{"lalaal"=>"asfsd"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.8ms) Rendered entities/index.html.erb within layouts/application (8.8ms) Completed 200 OK in 34ms (Views: 30.4ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=&sample_filter%5Bstatus%5D=&sample_filter%5Bconfirmed%5D=&sample_filter%5Bsort%5D=amount_desc&filter%5Blalaal%5D=asfsd&commit=Submit" for ::1 at 2017-11-05 04:29:05 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"", "status"=>"", "confirmed"=>"", "sort"=>"amount_desc"}, "filter"=>{"lalaal"=>"asfsd"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [5 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-05 04:29:11 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 1.1ms) Started GET "/entities" for ::1 at 2017-11-05 04:29:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 47ms (Views: 41.8ms | ActiveRecord: 1.3ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&sample_filter%5Blalaal%5D=123123&commit=Submit" for ::1 at 2017-11-05 04:29:23 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc", "lalaal"=>"123123"}, "commit"=>"Submit"} Unpermitted parameter: :lalaal Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :lalaal Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 34ms (Views: 30.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&sample_filter%5Blalaal%5D=123123&commit=Submit" for ::1 at 2017-11-05 04:29:48 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc", "lalaal"=>"123123"}, "commit"=>"Submit"} Unpermitted parameter: :lalaal Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :lalaal Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 32ms (Views: 27.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&sample_filter%5Blalaal%5D=gggg&commit=Submit" for ::1 at 2017-11-05 04:29:52 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc", "lalaal"=>"gggg"}, "commit"=>"Submit"} Unpermitted parameter: :lalaal Rendering entities/index.html.erb within layouts/application Unpermitted parameter: :lalaal Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-05 04:29:55 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (5.1ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 3: <%= form_for_filter(Entity) do %> 4:
5: <%= label_tag 'sample_filter[lalaal]', 'lalaal' %> 6: <%= text_field_tag 'sample_filter[lalaal]', params[:sample_filter][:lalaal] %> 7:
8: <% end %> 9: app/views/entities/index.html.erb:6:in `block in _app_views_entities_index_html_erb___929523109119280543_70155017433880' app/helpers/application_helper.rb:29:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:19:in `block in form_for_filter' app/helpers/application_helper.rb:18:in `form_for_filter' app/views/entities/index.html.erb:3:in `_app_views_entities_index_html_erb___929523109119280543_70155017433880' Started GET "/entities" for ::1 at 2017-11-05 04:30:16 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:30:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:31:35 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 107ms (Views: 40.6ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:35:34 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/views/entities/index.html.erb:1: syntax error, unexpected tLABEL orm_for_filter(Entity), block: :before do @output_buffer.saf ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/views/entities/index.html.erb:11: syntax error, unexpected keyword_ensure, expecting end-of-input ensure ^): app/views/entities/index.html.erb:1: syntax error, unexpected tLABEL app/views/entities/index.html.erb:11: syntax error, unexpected keyword_ensure, expecting end-of-input Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:35:47 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) SyntaxError (/Users/ilia/my_projects/sample_filter/spec/dummy/app/views/entities/index.html.erb:1: syntax error, unexpected tLABEL orm_for_filter(Entity), block: :before, do @output_buffer.sa ^ /Users/ilia/my_projects/sample_filter/spec/dummy/app/views/entities/index.html.erb:11: syntax error, unexpected keyword_ensure, expecting end-of-input ensure ^): app/views/entities/index.html.erb:1: syntax error, unexpected tLABEL app/views/entities/index.html.erb:11: syntax error, unexpected keyword_ensure, expecting end-of-input Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:36:01 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (17.9ms) Completed 200 OK in 48ms (Views: 44.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:36:09 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.2ms) Completed 200 OK in 37ms (Views: 33.0ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:36:15 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 36ms (Views: 32.5ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:37:26 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 30ms (Views: 25.2ms | ActiveRecord: 0.6ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:37:30 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:40:08 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 39ms (Views: 33.2ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:41:37 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (14.9ms) Completed 200 OK in 44ms (Views: 37.7ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:41:59 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (15.8ms) Completed 200 OK in 48ms (Views: 42.0ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:42:04 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&lalaal=123&commit=Submit" for ::1 at 2017-11-05 04:43:05 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "lalaal"=>"123", "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (2.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (237.4ms) Completed 200 OK in 1076ms (Views: 1061.7ms | ActiveRecord: 7.4ms) Started GET "/entities" for ::1 at 2017-11-05 04:43:09 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 53ms (Views: 49.6ms | ActiveRecord: 0.5ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=4&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=09.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-05 04:43:19 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"4", "amount"=>"", "created_at"=>{"from"=>"09.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (21.4ms) SELECT "entities".* FROM "entities" WHERE (title ILIKE '%4%') AND (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [1 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (28.6ms) Completed 200 OK in 58ms (Views: 33.7ms | ActiveRecord: 21.4ms) Started GET "/entities" for ::1 at 2017-11-05 12:07:43 +0600  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (206.1ms) Completed 500 Internal Server Error in 381ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___3988652918166076076_70305788398560' Started GET "/entities" for ::1 at 2017-11-05 12:08:53 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (21.5ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:49:in `date_tag' app/helpers/application_helper.rb:28:in `block (4 levels) in form_for_filter' app/helpers/application_helper.rb:26:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:23:in `each' app/helpers/application_helper.rb:23:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:20:in `block in form_for_filter' app/helpers/application_helper.rb:19:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__2565432787281597061_70094379703160' Started GET "/entities" for ::1 at 2017-11-05 12:09:12 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] CACHE Entity Load (0.0ms) SELECT "entities".* FROM "entities" LIMIT $1 [["LIMIT", 11]] Rendered entities/index.html.erb within layouts/application (259555.2ms) Completed 500 Internal Server Error in 259563ms (ActiveRecord: 4.5ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:50:in `date_tag' app/helpers/application_helper.rb:28:in `block (4 levels) in form_for_filter' app/helpers/application_helper.rb:26:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:23:in `each' app/helpers/application_helper.rb:23:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:20:in `block in form_for_filter' app/helpers/application_helper.rb:19:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__2565432787281597061_70094380870220' Started GET "/entities" for ::1 at 2017-11-05 12:13:39 +0600  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (4014.7ms) Completed 500 Internal Server Error in 4025ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:50:in `date_tag' app/helpers/application_helper.rb:28:in `block (4 levels) in form_for_filter' app/helpers/application_helper.rb:26:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:23:in `each' app/helpers/application_helper.rb:23:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:20:in `block in form_for_filter' app/helpers/application_helper.rb:19:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb__101224358210080993_70273112577860' Started GET "/entities" for ::1 at 2017-11-05 12:16:05 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Rendered entities/index.html.erb within layouts/application (54381.5ms) Completed 500 Internal Server Error in 54465ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 1: <%= form_for_filter(Entity) %> 2: 3: <%= render @entities %> app/helpers/application_helper.rb:50:in `date_tag' app/helpers/application_helper.rb:28:in `block (4 levels) in form_for_filter' app/helpers/application_helper.rb:26:in `block (3 levels) in form_for_filter' app/helpers/application_helper.rb:23:in `each' app/helpers/application_helper.rb:23:in `block (2 levels) in form_for_filter' app/helpers/application_helper.rb:20:in `block in form_for_filter' app/helpers/application_helper.rb:19:in `form_for_filter' app/views/entities/index.html.erb:1:in `_app_views_entities_index_html_erb___882206734861770557_70176725470000' Started GET "/entities" for ::1 at 2017-11-05 12:17:25 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.7ms) Rendered entities/index.html.erb within layouts/application (11961.9ms) Completed 200 OK in 12537ms (Views: 12527.6ms | ActiveRecord: 4.4ms) Started GET "/entities" for ::1 at 2017-11-05 12:17:48 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') Rendered collection of entities/_entity.html.erb [5 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (26875.0ms) Completed 200 OK in 27086ms (Views: 27074.0ms | ActiveRecord: 5.7ms) Started GET "/entities" for ::1 at 2017-11-05 12:19:31 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) ArgumentError (kind values error): app/models/entity.rb:27:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-05 12:19:50 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ArgumentError (status type error): app/models/entity.rb:27:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-05 12:19:57 +0600 Processing by EntitiesController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ArgumentError (status values error): app/models/entity.rb:27:in `' app/models/entity.rb:1:in `' app/controllers/entities_controller.rb:3:in `index' Started GET "/entities" for ::1 at 2017-11-05 12:20:03 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" Rendered collection of entities/_entity.html.erb [5 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (6164.3ms) Completed 200 OK in 6377ms (Views: 6370.1ms | ActiveRecord: 3.5ms) Started GET "/entities" for ::1 at 2017-11-06 00:25:33 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.3ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (154.9ms) Completed 200 OK in 1455ms (Views: 1412.3ms | ActiveRecord: 4.8ms) Started GET "/entities" for ::1 at 2017-11-06 00:28:22 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (131.7ms) Completed 500 Internal Server Error in 739ms (ActiveRecord: 3.8ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3979295933362375855_70362705841760' Started GET "/entities" for ::1 at 2017-11-06 00:28:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.8ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.8ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3979295933362375855_70362683988840' Started GET "/entities" for ::1 at 2017-11-06 00:28:41 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.3/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.3/lib/assets/compiled /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3979295933362375855_70362723837720' Started GET "/entities" for ::1 at 2017-11-06 00:28:54 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (30.6ms) Completed 200 OK in 1573ms (Views: 1562.7ms | ActiveRecord: 4.8ms) Started GET "/entities" for ::1 at 2017-11-06 00:58:35 +0600  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (106.1ms) Completed 200 OK in 1393ms (Views: 1362.1ms | ActiveRecord: 4.3ms) Started GET "/" for ::1 at 2017-11-06 17:47:07 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Rails::WelcomeController#index as HTML Rendering /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb (3.3ms) Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.0ms) Started GET "/entities" for ::1 at 2017-11-06 17:47:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (127.2ms) Completed 500 Internal Server Error in 636ms (ActiveRecord: 4.6ms) ActionView::Template::Error (couldn't find file 'air-datepicker/datepicker' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319301942700' Started GET "/entities" for ::1 at 2017-11-06 17:47:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.4ms) Rendered entities/index.html.erb within layouts/application (21.8ms) Completed 500 Internal Server Error in 220ms (ActiveRecord: 0.6ms) ActionView::Template::Error (couldn't find file 'air-datepicker/air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319323557680' Started GET "/entities" for ::1 at 2017-11-06 17:47:47 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker/datepicker' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319304534640' Started GET "/entities" for ::1 at 2017-11-06 17:48:24 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319324706420' Started GET "/entities" for ::1 at 2017-11-06 17:53:13 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 148ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker/air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319323889120' Started GET "/entities" for ::1 at 2017-11-06 17:56:42 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 500 Internal Server Error in 238ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319318651540' Started GET "/entities" for ::1 at 2017-11-06 18:04:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.6ms) Completed 500 Internal Server Error in 130ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker/air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319278486180' Started GET "/entities" for ::1 at 2017-11-06 18:04:56 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 260ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__707457416789105896_70319320041560' Started GET "/entities" for ::1 at 2017-11-06 18:07:48 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 1144ms (Views: 1141.2ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-06 18:08:14 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.3ms) Completed 500 Internal Server Error in 98ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319279277000' Started GET "/entities" for ::1 at 2017-11-06 18:08:33 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (5.9ms) Completed 500 Internal Server Error in 99ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker-2.2.3' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319305699880' Started GET "/entities" for ::1 at 2017-11-06 18:08:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319324751480' Started GET "/entities" for ::1 at 2017-11-06 18:09:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 79ms (ActiveRecord: 0.6ms) ActionView::Template::Error (couldn't find file 'dist/js/air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319319979540' Started GET "/entities" for ::1 at 2017-11-06 18:09:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 436ms (Views: 432.9ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-06 18:09:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319278948600' Started GET "/entities" for ::1 at 2017-11-06 18:10:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 115ms (Views: 111.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-06 18:11:12 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 146ms (Views: 143.0ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-06 18:54:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (21.8ms) Completed 500 Internal Server Error in 258ms (ActiveRecord: 0.8ms) ActionView::Template::Error (couldn't find file 'air-datepicker/dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319289785700' Started GET "/entities" for ::1 at 2017-11-06 18:54:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.8ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker/dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319324527780' Started GET "/entities" for ::1 at 2017-11-06 18:58:10 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (21.4ms) Completed 500 Internal Server Error in 272ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker/dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319290683600' Started GET "/entities" for ::1 at 2017-11-06 18:58:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.7ms) ActionView::Template::Error (couldn't find file 'air-datepicker/dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319280135500' Started GET "/entities" for ::1 at 2017-11-06 18:58:59 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (10.7ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'air-datepicker/dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319301755280' Started GET "/entities" for ::1 at 2017-11-06 18:59:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (6.5ms) Completed 500 Internal Server Error in 272ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker/dist/js/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319323898580' Started GET "/entities" for ::1 at 2017-11-06 18:59:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 282ms (Views: 279.5ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-06 18:59:42 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 140ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319304735520' Started GET "/entities" for ::1 at 2017-11-06 18:59:54 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 367ms (Views: 364.2ms | ActiveRecord: 0.7ms) Started GET "/entities" for ::1 at 2017-11-06 19:06:24 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (21.7ms) Completed 500 Internal Server Error in 267ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319319571220' Started GET "/entities" for ::1 at 2017-11-06 19:06:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.3ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.6ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/node_modules /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__707457416789105896_70319304878920' Started GET "/entities" for ::1 at 2017-11-06 19:07:03 +0600  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (240.8ms) Completed 500 Internal Server Error in 709ms (ActiveRecord: 4.2ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/vendor/assets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts/sample_filter /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets/sample_filter /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__4508264132666584258_70340542935780' Started GET "/entities" for ::1 at 2017-11-06 19:07:43 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (27.5ms) Completed 500 Internal Server Error in 199ms (ActiveRecord: 3.6ms) ActionView::Template::Error (couldn't find file 'sample_filter' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/stylesheets/application.css:13 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___430285609426850630_70251399537160' Started GET "/entities" for ::1 at 2017-11-06 19:09:37 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 500 Internal Server Error in 88ms (ActiveRecord: 6.6ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___430285609426850630_70251420489280' Started GET "/entities" for ::1 at 2017-11-06 19:11:41 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (96.2ms) Completed 500 Internal Server Error in 569ms (ActiveRecord: 4.1ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___3132409417269944720_70178431979960' Started GET "/entities" for ::1 at 2017-11-06 19:12:36 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 585ms (Views: 569.4ms | ActiveRecord: 7.8ms) Started GET "/entities" for ::1 at 2017-11-06 19:13:17 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.6ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 39ms (Views: 35.8ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-06 19:13:21 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-06 19:16:19 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (22.1ms) Completed 500 Internal Server Error in 154ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178413558460' Started GET "/entities" for ::1 at 2017-11-06 19:19:11 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (21.7ms) Completed 200 OK in 879ms (Views: 862.7ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-06 19:19:32 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 500 Internal Server Error in 163ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178445395060' Started GET "/entities" for ::1 at 2017-11-06 19:19:45 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (7.4ms) Completed 500 Internal Server Error in 122ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'dist/datepicker.js' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178450534220' Started GET "/entities" for ::1 at 2017-11-06 20:04:38 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (21.1ms) Completed 500 Internal Server Error in 322ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'dist/datepicker.js' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178448758160' Started GET "/entities" for ::1 at 2017-11-06 20:04:45 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (4.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (10.9ms) Completed 500 Internal Server Error in 239ms (ActiveRecord: 4.4ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178413079500' Started GET "/entities" for ::1 at 2017-11-06 20:04:50 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.8ms) Completed 500 Internal Server Error in 127ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air_datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178449800120' Started GET "/entities" for ::1 at 2017-11-06 20:04:53 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.4ms) Completed 500 Internal Server Error in 105ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178414132400' Started GET "/entities" for ::1 at 2017-11-06 20:06:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 500 Internal Server Error in 158ms (ActiveRecord: 0.6ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3132409417269944720_70178450193680' Started GET "/entities" for ::1 at 2017-11-06 20:06:57 +0600  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (88.0ms) Completed 500 Internal Server Error in 345ms (ActiveRecord: 3.9ms) ActionView::Template::Error (couldn't find file 'air-datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/jquery-rails-4.3.1/vendor/assets/javascripts /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__159075761643180708_70277157412140' Started GET "/entities" for ::1 at 2017-11-06 20:08:01 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.2ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (21.1ms) Completed 500 Internal Server Error in 180ms (ActiveRecord: 21.2ms) ActionView::Template::Error (can't require absolute file: /dist/js/datepicker): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__159075761643180708_70277175020500' Started GET "/entities" for ::1 at 2017-11-06 20:08:06 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 662ms (Views: 659.1ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-06 20:08:18 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.8ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 102ms (Views: 98.0ms | ActiveRecord: 0.8ms) Started GET "/entities" for ::1 at 2017-11-06 20:08:44 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 117ms (Views: 113.8ms | ActiveRecord: 0.4ms) Started GET "/entities?utf8=%E2%9C%93&sample_filter%5Btitle%5D=&sample_filter%5Bamount%5D=&sample_filter%5Bcreated_at%5D%5Bfrom%5D=21.10.2016+00%3A00&sample_filter%5Bcreated_at%5D%5Bto%5D=17.12.2023+00%3A00&sample_filter%5Bkind%5D=2&sample_filter%5Bstatus%5D=inactive&sample_filter%5Bconfirmed%5D=t&sample_filter%5Bsort%5D=amount_desc&commit=Submit" for ::1 at 2017-11-06 20:08:51 +0600 Processing by EntitiesController#index as HTML Parameters: {"utf8"=>"✓", "sample_filter"=>{"title"=>"", "amount"=>"", "created_at"=>{"from"=>"21.10.2016 00:00", "to"=>"17.12.2023 00:00"}, "kind"=>"2", "status"=>"inactive", "confirmed"=>"t", "sort"=>"amount_desc"}, "commit"=>"Submit"} Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-21 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 33ms (Views: 28.7ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-06 21:09:29 +0600  (5.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (108.3ms) Completed 500 Internal Server Error in 1059ms (ActiveRecord: 4.8ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2203908735048319039_70346782541900' Started GET "/entities" for ::1 at 2017-11-06 21:10:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (21.7ms) Completed 200 OK in 380ms (Views: 328.0ms | ActiveRecord: 23.1ms) Started GET "/entities" for ::1 at 2017-11-06 21:10:27 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-06 22:51:57 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 188ms (Views: 171.1ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-06 22:52:22 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 203ms (Views: 200.0ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-06 22:57:05 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (8.1ms) Completed 500 Internal Server Error in 102ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'sample_filter/style' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/stylesheets/application.css:13 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2203908735048319039_70346772928920' Started GET "/entities" for ::1 at 2017-11-06 23:00:43 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.0ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (110.2ms) Completed 200 OK in 724ms (Views: 698.5ms | ActiveRecord: 4.2ms) Started GET "/entities" for ::1 at 2017-11-06 23:01:40 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 145ms (Views: 68.2ms | ActiveRecord: 51.9ms) Started GET "/entities" for ::1 at 2017-11-06 23:02:01 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (8.1ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'sample_filter/style' with type 'text/css' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/stylesheets/application.css:13 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__1753719250753788206_70312050002260' Started GET "/entities" for ::1 at 2017-11-06 23:02:35 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.1ms) Rendered entities/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 119ms (Views: 114.6ms | ActiveRecord: 0.7ms) Started GET "/entities" for ::1 at 2017-11-06 23:03:51 +0600  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.1ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.2ms) Rendered entities/index.html.erb within layouts/application (197.4ms) Completed 200 OK in 1137ms (Views: 1066.6ms | ActiveRecord: 4.3ms) Started GET "/entities" for ::1 at 2017-11-06 23:04:20 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 87ms (Views: 84.6ms | ActiveRecord: 0.5ms) Started GET "/entities" for ::1 at 2017-11-06 23:05:07 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.0ms) Rendered entities/index.html.erb within layouts/application (7.8ms) Completed 500 Internal Server Error in 56ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/my_projects/sample_filter/vendor/assets/air-datepicker /Users/ilia/my_projects/sample_filter/vendor/assets/jquery /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled): 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: 11: app/assets/javascripts/application.js:13 app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__891506282947839859_70334129603300' Started GET "/entities" for ::1 at 2017-11-06 23:07:37 +0600  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.9ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (34.9ms) Completed 500 Internal Server Error in 287ms (ActiveRecord: 3.7ms) ActionView::Template::Error (couldn't find file 'dist/js/datepicker.min' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/javascripts/application.js:14 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___4241994997245071043_70210650198060' Started GET "/entities" for ::1 at 2017-11-06 23:07:52 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (9.0ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.6ms) ActionView::Template::Error (couldn't find file 'datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/javascripts/application.js:14 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___4241994997245071043_70210671616840' Started GET "/entities" for ::1 at 2017-11-06 23:08:00 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.7ms) Rendered entities/index.html.erb within layouts/application (6.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) ActionView::Template::Error (couldn't find file 'dist/js/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/javascripts/application.js:14 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___4241994997245071043_70210671895280' Started GET "/entities" for ::1 at 2017-11-06 23:08:04 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.5ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.8ms) Rendered entities/index.html.erb within layouts/application (8.0ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.5ms) ActionView::Template::Error (couldn't find file 'dist/datepicker' with type 'application/javascript' Checked in these paths: /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/config /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/images /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/javascripts /Users/ilia/my_projects/sample_filter/spec/dummy/app/assets/stylesheets /Users/ilia/my_projects/sample_filter/lib/assets/javascripts /Users/ilia/my_projects/sample_filter/lib/assets/stylesheets /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actioncable-5.1.4/lib/assets/compiled /Users/ilia/.rvm/gems/ruby-2.4.2@sample_filter/gems/actionview-5.1.4/lib/assets/compiled /Users/ilia/my_projects/sample_filter/spec/dummy/node_modules): 4: Dummy 5: <%= csrf_meta_tags %> 6: 7: <%= stylesheet_link_tag 'application', media: 'all' %> 8: <%= javascript_include_tag 'application' %> 9: 10: app/assets/javascripts/application.js:14 app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___4241994997245071043_70210672010040' Started GET "/entities" for ::1 at 2017-11-06 23:08:34 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.4ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 515ms (Views: 511.9ms | ActiveRecord: 0.4ms) Started GET "/entities" for ::1 at 2017-11-06 23:09:09 +0600 Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (0.6ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (0.9ms) Rendered entities/index.html.erb within layouts/application (12.0ms) Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.6ms) Started GET "/entities" for ::1 at 2017-11-06 23:20:28 +0600  (54.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by EntitiesController#index as HTML Rendering entities/index.html.erb within layouts/application Entity Load (1.7ms) SELECT "entities".* FROM "entities" WHERE (created_at >= '2016-10-09 00:00:00') AND (created_at <= '2023-12-17 00:00:00') AND (kind = '2') AND (status = 'inactive') AND (confirmed = 't') ORDER BY amount desc Rendered collection of entities/_entity.html.erb [2 times] (1.3ms) Rendered entities/index.html.erb within layouts/application (97.6ms) Completed 200 OK in 689ms (Views: 653.3ms | ActiveRecord: 4.9ms)