sure!
Started GET "/favicon.ico" for 187.92.211.162 at 2020-07-22 12:04:55 +0000
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
actionpack (5.2.4.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
railties (5.2.4.3) lib/rails/rack/logger.rb:38:in `call_app'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `tagged'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
rack (2.2.3) lib/rack/method_override.rb:24:in `call'
rack (2.2.3) lib/rack/runtime.rb:22:in `call'
activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/static.rb:127:in `call'
rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
puma (3.12.6) lib/puma/configuration.rb:227:in `call'
puma (3.12.6) lib/puma/server.rb:706:in `handle_request'
puma (3.12.6) lib/puma/server.rb:476:in `process_client'
puma (3.12.6) lib/puma/server.rb:334:in `block in run'
puma (3.12.6) lib/puma/thread_pool.rb:135:in `block in spawn_thread'
Started GET "/" for 172.23.0.6 at 2020-07-22 13:13:53 +0000
Processing by ApplicationController#index as HTML
Rendering application/index.html.erb
Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "fablab_name"], ["LIMIT", 1]]
HistoryValue Load (0.6ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 26], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "plans_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 40], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "spaces_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 39], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "wallet_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 50], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "statistics_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 51], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "tracking_id"], ["LIMIT", 1]]
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
Stylesheet Load (0.4ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CustomAsset Load (0.3ms) SELECT "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2 [["name", "favicon-file"], ["LIMIT", 1]]
Rendered application/index.html.erb (42.0ms)
Completed 200 OK in 43ms (Views: 20.6ms | ActiveRecord: 22.0ms | Elasticsearch: 0.0ms)
Started GET "/favicon.ico" for 172.23.0.6 at 2020-07-22 13:13:54 +0000
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
actionpack (5.2.4.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
railties (5.2.4.3) lib/rails/rack/logger.rb:38:in `call_app'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `tagged'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
rack (2.2.3) lib/rack/method_override.rb:24:in `call'
rack (2.2.3) lib/rack/runtime.rb:22:in `call'
activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/static.rb:127:in `call'
rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
puma (3.12.6) lib/puma/configuration.rb:227:in `call'
puma (3.12.6) lib/puma/server.rb:706:in `handle_request'
puma (3.12.6) lib/puma/server.rb:476:in `process_client'
puma (3.12.6) lib/puma/server.rb:334:in `block in run'
puma (3.12.6) lib/puma/thread_pool.rb:135:in `block in spawn_thread'
Started GET "/" for 172.23.0.6 at 2020-07-22 13:13:56 +0000
Processing by ApplicationController#index as HTML
Rendering application/index.html.erb
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "fablab_name"], ["LIMIT", 1]]
HistoryValue Load (0.4ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 26], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "plans_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 40], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "spaces_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 39], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "wallet_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 50], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "statistics_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 51], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "tracking_id"], ["LIMIT", 1]]
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CustomAsset Load (0.3ms) SELECT "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2 [["name", "favicon-file"], ["LIMIT", 1]]
Rendered application/index.html.erb (15.9ms)
Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 4.0ms | Elasticsearch: 0.0ms)
- Gracefully stopping, waiting for requests to finish
=== puma shutdown: 2020-07-22 13:14:13 +0000 ===
- Goodbye!
Exiting
=> Booting Puma
=> Rails 5.2.4.3 application starting in production
=> Run `rails server -h` for more startup options
AuthProvider Load (22.7ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.4ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.6ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.5ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (3.9ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
DatabaseProvider Load (14.8ms) SELECT "database_providers".* FROM "database_providers" WHERE "database_providers"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
Creating scope :published. Overwriting existing method Project.published.
2020-07-22T13:14:38.557Z pid=7 tid=gp5m485j3 middleware=SidekiqUniqueJobs::Client::Middleware unique_digest=uniquejobs:86311f9a63c73dba95cf40e8c8a07b12 INFO: Adding dead VersionCheckWorker job d477791af451348202e7d632
AuthProvider Load (0.4ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
Puma starting in single mode...
* Version 3.12.6 (ruby 2.6.5-p114), codename: Llamas in Pajamas
* Min threads: 5, max threads: 5
* Environment: production
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop
Started GET "/" for 172.24.0.6 at 2020-07-22 13:15:26 +0000
Processing by ApplicationController#index as HTML
Rendering application/index.html.erb
Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "fablab_name"], ["LIMIT", 1]]
HistoryValue Load (0.5ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 26], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "plans_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 40], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "spaces_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 39], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "wallet_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 50], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "statistics_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 51], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "tracking_id"], ["LIMIT", 1]]
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
Stylesheet Load (18.4ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CustomAsset Load (0.6ms) SELECT "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2 [["name", "favicon-file"], ["LIMIT", 1]]
Rendered application/index.html.erb (99.2ms)
Completed 200 OK in 105ms (Views: 54.5ms | ActiveRecord: 48.8ms | Elasticsearch: 0.0ms)
Started GET "/" for 172.24.0.6 at 2020-07-22 13:32:21 +0000
Processing by ApplicationController#index as HTML
Rendering application/index.html.erb
Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "fablab_name"], ["LIMIT", 1]]
HistoryValue Load (0.6ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 26], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "plans_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 40], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "spaces_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 39], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "wallet_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 50], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "statistics_module"], ["LIMIT", 1]]
HistoryValue Load (0.3ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 51], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "tracking_id"], ["LIMIT", 1]]
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CustomAsset Load (0.3ms) SELECT "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2 [["name", "favicon-file"], ["LIMIT", 1]]
Rendered application/index.html.erb (31.0ms)
Completed 200 OK in 32ms (Views: 20.3ms | ActiveRecord: 11.2ms | Elasticsearch: 0.0ms)
Started GET "/" for 172.24.0.6 at 2020-07-22 13:32:24 +0000
Processing by ApplicationController#index as HTML
Rendering application/index.html.erb
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "fablab_name"], ["LIMIT", 1]]
HistoryValue Load (0.4ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 26], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "plans_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 40], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "spaces_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 39], ["LIMIT", 1]]
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "wallet_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 50], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "statistics_module"], ["LIMIT", 1]]
HistoryValue Load (0.2ms) SELECT "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2 [["setting_id", 51], ["LIMIT", 1]]
Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2 [["name", "tracking_id"], ["LIMIT", 1]]
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
Stylesheet Load (0.3ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "theme"], ["LIMIT", 1]]
Stylesheet Load (0.4ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CACHE Stylesheet Load (0.0ms) SELECT "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2 [["name", "home_page"], ["LIMIT", 1]]
CustomAsset Load (0.3ms) SELECT "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2 [["name", "favicon-file"], ["LIMIT", 1]]
Rendered application/index.html.erb (16.5ms)
Completed 200 OK in 17ms (Views: 12.7ms | ActiveRecord: 4.2ms | Elasticsearch: 0.0ms)
- Gracefully stopping, waiting for requests to finish
=== puma shutdown: 2020-07-22 13:39:26 +0000 ===
- Goodbye!
Exiting
=> Booting Puma
=> Rails 5.2.4.3 application starting in production
=> Run `rails server -h` for more startup options
AuthProvider Load (0.5ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.4ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.5ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.5ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
AuthProvider Load (0.7ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
DatabaseProvider Load (0.4ms) SELECT "database_providers".* FROM "database_providers" WHERE "database_providers"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
Creating scope :published. Overwriting existing method Project.published.
AuthProvider Load (0.4ms) SELECT "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2 [["status", "active"], ["LIMIT", 1]]
Puma starting in single mode...
* Version 3.12.6 (ruby 2.6.5-p114), codename: Llamas in Pajamas
* Min threads: 5, max threads: 5
* Environment: production
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop