flammarion_rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +3 -0
  4. data/Rakefile +26 -0
  5. data/app/assets/config/flammarion_rails_manifest.js +0 -0
  6. data/config/routes.rb +2 -0
  7. data/lib/flammarion/engraving.rb +95 -0
  8. data/lib/flammarion/revelator.rb +88 -0
  9. data/lib/flammarion/server.rb +88 -0
  10. data/lib/flammarion_rails.rb +5 -0
  11. data/lib/flammarion_rails/configuration.rb +25 -0
  12. data/lib/flammarion_rails/engine.rb +28 -0
  13. data/lib/flammarion_rails/version.rb +3 -0
  14. data/lib/rubame/server.rb +172 -0
  15. data/lib/tasks/flammarion_rails_tasks.rake +4 -0
  16. data/public/index.html +23 -0
  17. data/spec/dummy/Rakefile +6 -0
  18. data/spec/dummy/app/assets/config/manifest.js +4 -0
  19. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  20. data/spec/dummy/app/assets/javascripts/cable.js +13 -0
  21. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  22. data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
  23. data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
  24. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  25. data/spec/dummy/app/controllers/products_controller.rb +4 -0
  26. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  27. data/spec/dummy/app/jobs/application_job.rb +2 -0
  28. data/spec/dummy/app/mailers/application_mailer.rb +4 -0
  29. data/spec/dummy/app/models/application_record.rb +3 -0
  30. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  31. data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
  32. data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
  33. data/spec/dummy/app/views/products/index.html.erb +1 -0
  34. data/spec/dummy/bin/bundle +3 -0
  35. data/spec/dummy/bin/flammarion +8 -0
  36. data/spec/dummy/bin/rails +4 -0
  37. data/spec/dummy/bin/rake +4 -0
  38. data/spec/dummy/bin/setup +34 -0
  39. data/spec/dummy/bin/update +29 -0
  40. data/spec/dummy/config.ru +5 -0
  41. data/spec/dummy/config/application.rb +15 -0
  42. data/spec/dummy/config/boot.rb +5 -0
  43. data/spec/dummy/config/cable.yml +9 -0
  44. data/spec/dummy/config/database.yml +25 -0
  45. data/spec/dummy/config/environment.rb +5 -0
  46. data/spec/dummy/config/environments/development.rb +56 -0
  47. data/spec/dummy/config/environments/production.rb +88 -0
  48. data/spec/dummy/config/environments/test.rb +42 -0
  49. data/spec/dummy/config/initializers/application_controller_renderer.rb +6 -0
  50. data/spec/dummy/config/initializers/assets.rb +11 -0
  51. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  52. data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
  53. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  54. data/spec/dummy/config/initializers/flammarion_rails.rb +3 -0
  55. data/spec/dummy/config/initializers/inflections.rb +16 -0
  56. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  57. data/spec/dummy/config/initializers/new_framework_defaults.rb +24 -0
  58. data/spec/dummy/config/initializers/session_store.rb +3 -0
  59. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  60. data/spec/dummy/config/locales/en.yml +23 -0
  61. data/spec/dummy/config/puma.rb +47 -0
  62. data/spec/dummy/config/routes.rb +3 -0
  63. data/spec/dummy/config/secrets.yml +22 -0
  64. data/spec/dummy/config/spring.rb +6 -0
  65. data/spec/dummy/db/development.sqlite3 +0 -0
  66. data/spec/dummy/db/test.sqlite3 +0 -0
  67. data/spec/dummy/log/development.log +819 -0
  68. data/spec/dummy/log/test.log +16 -0
  69. data/spec/dummy/public/404.html +67 -0
  70. data/spec/dummy/public/422.html +67 -0
  71. data/spec/dummy/public/500.html +66 -0
  72. data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
  73. data/spec/dummy/public/apple-touch-icon.png +0 -0
  74. data/spec/dummy/public/favicon.ico +0 -0
  75. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/0M/0Mg2krTmzvpvndy5rHnhuun5BBfgA8mY3nz6myP6kdQ.cache +0 -0
  76. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/0P/0P6sKgG4-T4rwdhhAvLJKqmC2XHD18DbbxM7-oLWhXA.cache +1 -0
  77. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/22/22E2TQFHi7XchzTLK5w8ZZ_iYCMIyyGwRmVazx3irqY.cache +0 -0
  78. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/2R/2RUaNi4ZIYrYbhyd2C-Ww2kZHGazuNcAfrKjQoSubl4.cache +0 -0
  79. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3L/3LxcdISAk1c4X--4-sTB_h--GZF2Epue7I2gjbgvkQ4.cache +1 -0
  80. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3p/3pa5vZojTdQB44mkfj5buJFWDKREMuCNJoOEP84rcDU.cache +1 -0
  81. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/58/586fjw8FKooCH-968ZTIIrVkE9RuHmBnkYj5OYwcs9g.cache +1 -0
  82. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Bu/BuE1MKiZRiA2ei8bcxwYLjyJdTpEy4wxW852s55oNNk.cache +1 -0
  83. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/JD/JDCUTDoF2rC0R-NS53x4NhZ_wcTPq8E_ccURRvkjrbg.cache +3 -0
  84. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/KH/KHGH8y7fyC26rhzb2-uu0cV4z5-pxa2N3NkDIL_feBk.cache +1 -0
  85. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/LY/LYOt9-oLcF3-pZyrj-ObZCV5sJnzOX-ChSBrkZI72Oc.cache +0 -0
  86. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Lu/LuB__cHcdlpiqGBKHUifyKQAk1Q8hYTNxvUnK1VPuJs.cache +1 -0
  87. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Lv/LvkAiAXzEhMj_E-ZRx0qe2EAXBsm_M7MRf4ids1kxdw.cache +0 -0
  88. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Mw/MwOabPFIFDte8ZBuoVOOtd1Qu476fF4T4E78To9L2Eo.cache +1 -0
  89. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Mx/MxvaxgCXDp1kMg4ZPyEj18UaF7hti7eGd5irCjj7CYA.cache +0 -0
  90. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QF/QFvF-z4bMPE9dkk_vRFZYF8e2goQi8vWGeExjSUT92Q.cache +1 -0
  91. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Re/Red0n__pXlXNH8SzCQTdfqRmTJxrcVN9AWr1__pJFP0.cache +1 -0
  92. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/SI/SI9DDWxIPbS6sVOJ772L6_Jbfq17xBHX_sJw6gutPq4.cache +0 -0
  93. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/SN/SNWLiOT9nptoa_fIBzkk6rau30FCwQnjLilnZtLUWKU.cache +1 -0
  94. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/TF/TFYV3Z2UC54NjsDNnfNTRAaCpEG-_o6wRVDYezsnnzk.cache +0 -0
  95. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/X_/X_-4jxim1KTh1Fjxx8_IJyO-3Wzv3M4N70rE0Hi5ipY.cache +2 -0
  96. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Z4/Z4xtfQJ5r3sHK5ASuH1nYxFVJM360rK3PnL_RtnWXAk.cache +1 -0
  97. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_h/_hwlFJ7l4uM_oLaUe5ZKud1WAQO5QCyqspXi5bIjitk.cache +0 -0
  98. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/b_/b_Itlk9QZZd7Rvf8kcA4yLP1R5Acu7jB-m1xQiSU0qE.cache +2 -0
  99. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ct/ctAKDrnI0EvuP7FAZXCRPZCWA3hmwlIMurxUpX4dOO8.cache +0 -0
  100. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/dg/dg3wGWeFjow5LX98G4IGeWcMyoTHYsklNz3gOLQSXr8.cache +0 -0
  101. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/lV/lVt8G4NTNqewg9C9PXeaR1Abtx7AHu0vaSkHAhGWR0M.cache +1 -0
  102. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mX/mX1nlsL_SWOB4y22W5FheRX0YEONKyOY7xUeIvRiHco.cache +2 -0
  103. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/me/me4uxBSFG-PjZ9e6iUX80JlbffE5GmRQ7Un-fsLO0QA.cache +1 -0
  104. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache +2 -0
  105. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache +2 -0
  106. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/oz/ozK4IPJj2CBcsem3fLJx3wqcOl6mI6B91PkN0wVfkyk.cache +2 -0
  107. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/pZ/pZoXZhq291Gxs21xFN0T4V1N1KwyFISSp7okEgbD7lY.cache +1 -0
  108. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/qP/qPmv5snMrDw830S6hSICDcnIy7kVEWoFKXhGKT38lG4.cache +2 -0
  109. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/vA/vAcjLVwbHcbzsPpYo9NmFa4oW46YZoyQRriaJNpEoqw.cache +0 -0
  110. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/vu/vugy1YR_4jOXqgIEqNMSTWQ6DiSEhSEzsBTMqENWhxU.cache +1 -0
  111. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache +2 -0
  112. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/z1/z1pCDnU1k4aeEb3hZmNX4QNvaCUFbtHX4L7noBd035M.cache +1 -0
  113. data/spec/dummy/tmp/pids/server.pid +1 -0
  114. data/spec/rails_helper.rb +78 -0
  115. data/spec/rubame/server_spec.rb +113 -0
  116. data/spec/spec_helper.rb +99 -0
  117. metadata +414 -0
@@ -0,0 +1,42 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Do not eager load code on boot. This avoids loading your whole application
11
+ # just for the purpose of running a single test. If you are using a tool that
12
+ # preloads Rails for running tests, you may have to set it to true.
13
+ config.eager_load = false
14
+
15
+ # Configure public file server for tests with Cache-Control for performance.
16
+ config.public_file_server.enabled = true
17
+ config.public_file_server.headers = {
18
+ 'Cache-Control' => 'public, max-age=3600'
19
+ }
20
+
21
+ # Show full error reports and disable caching.
22
+ config.consider_all_requests_local = true
23
+ config.action_controller.perform_caching = false
24
+
25
+ # Raise exceptions instead of rendering exception templates.
26
+ config.action_dispatch.show_exceptions = false
27
+
28
+ # Disable request forgery protection in test environment.
29
+ config.action_controller.allow_forgery_protection = false
30
+ config.action_mailer.perform_caching = false
31
+
32
+ # Tell Action Mailer not to deliver emails to the real world.
33
+ # The :test delivery method accumulates sent emails in the
34
+ # ActionMailer::Base.deliveries array.
35
+ config.action_mailer.delivery_method = :test
36
+
37
+ # Print deprecation notices to the stderr.
38
+ config.active_support.deprecation = :stderr
39
+
40
+ # Raises error for missing translations
41
+ # config.action_view.raise_on_missing_translations = true
42
+ end
@@ -0,0 +1,6 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # ApplicationController.renderer.defaults.merge!(
4
+ # http_host: 'example.org',
5
+ # https: false
6
+ # )
@@ -0,0 +1,11 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails.application.config.assets.version = '1.0'
5
+
6
+ # Add additional assets to the asset load path
7
+ # Rails.application.config.assets.paths << Emoji.images_path
8
+
9
+ # Precompile additional assets.
10
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
+ # Rails.application.config.assets.precompile += %w( search.js )
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,5 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Specify a serializer for the signed and encrypted cookie jars.
4
+ # Valid options are :json, :marshal, and :hybrid.
5
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,3 @@
1
+ FlammarionRails.configure do |config|
2
+ config.boot_path = '/products'
3
+ end
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,24 @@
1
+ # Be sure to restart your server when you modify this file.
2
+ #
3
+ # This file contains migration options to ease your Rails 5.0 upgrade.
4
+ #
5
+ # Read the Rails 5.0 release notes for more info on each option.
6
+
7
+ # Enable per-form CSRF tokens. Previous versions had false.
8
+ Rails.application.config.action_controller.per_form_csrf_tokens = true
9
+
10
+ # Enable origin-checking CSRF mitigation. Previous versions had false.
11
+ Rails.application.config.action_controller.forgery_protection_origin_check = true
12
+
13
+ # Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.
14
+ # Previous versions had false.
15
+ ActiveSupport.to_time_preserves_timezone = true
16
+
17
+ # Require `belongs_to` associations by default. Previous versions had false.
18
+ Rails.application.config.active_record.belongs_to_required_by_default = true
19
+
20
+ # Do not halt callback chains when a callback returns false. Previous versions had true.
21
+ ActiveSupport.halt_callback_chains_on_return_false = false
22
+
23
+ # Configure SSL options to enable HSTS with subdomains. Previous versions had false.
24
+ Rails.application.config.ssl_options = { hsts: { subdomains: true } }
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json]
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,47 @@
1
+ # Puma can serve each request in a thread from an internal thread pool.
2
+ # The `threads` method setting takes two numbers a minimum and maximum.
3
+ # Any libraries that use thread pools should be configured to match
4
+ # the maximum value specified for Puma. Default is set to 5 threads for minimum
5
+ # and maximum, this matches the default thread size of Active Record.
6
+ #
7
+ threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i
8
+ threads threads_count, threads_count
9
+
10
+ # Specifies the `port` that Puma will listen on to receive requests, default is 3000.
11
+ #
12
+ port ENV.fetch("PORT") { 3000 }
13
+
14
+ # Specifies the `environment` that Puma will run in.
15
+ #
16
+ environment ENV.fetch("RAILS_ENV") { "development" }
17
+
18
+ # Specifies the number of `workers` to boot in clustered mode.
19
+ # Workers are forked webserver processes. If using threads and workers together
20
+ # the concurrency of the application would be max `threads` * `workers`.
21
+ # Workers do not work on JRuby or Windows (both of which do not support
22
+ # processes).
23
+ #
24
+ # workers ENV.fetch("WEB_CONCURRENCY") { 2 }
25
+
26
+ # Use the `preload_app!` method when specifying a `workers` number.
27
+ # This directive tells Puma to first boot the application and load code
28
+ # before forking the application. This takes advantage of Copy On Write
29
+ # process behavior so workers use less memory. If you use this option
30
+ # you need to make sure to reconnect any threads in the `on_worker_boot`
31
+ # block.
32
+ #
33
+ # preload_app!
34
+
35
+ # The code in the `on_worker_boot` will be called if you are using
36
+ # clustered mode by specifying a number of `workers`. After each worker
37
+ # process is booted this block will be run, if you are using `preload_app!`
38
+ # option you will want to use this block to reconnect to any threads
39
+ # or connections that may have been created at application boot, Ruby
40
+ # cannot share connections between processes.
41
+ #
42
+ # on_worker_boot do
43
+ # ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
44
+ # end
45
+
46
+ # Allow puma to be restarted by `rails restart` command.
47
+ plugin :tmp_restart
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ resources :products
3
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rails secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 7cd67f61f31260707aef9d6d0ddc6974812858fef9422fb88f1887f30f593c33b5cf42fd4aee79594f1660ace4e460c3f0f5d45da773848d54ebdf1561289390
15
+
16
+ test:
17
+ secret_key_base: 6a8e44ee0f7f17951c295be1e729088c544de2584e7179a8534e4b22bc9304386fa4efeea8c0ed6c8fc2e0e4ddd0c20cd9508bb0376a0cfed9ee4684435ed1cc
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -0,0 +1,6 @@
1
+ %w(
2
+ .ruby-version
3
+ .rbenv-vars
4
+ tmp/restart.txt
5
+ tmp/caching-dev.txt
6
+ ).each { |path| Spring.watch(path) }
File without changes
File without changes
@@ -0,0 +1,819 @@
1
+ WebSocket connection open
2
+ Connection closed
3
+ WebSocket connection open
4
+ WebSocket connection open
5
+ WebSocket connection open
6
+ WebSocket connection open
7
+ WebSocket connection open
8
+ WebSocket connection open
9
+ WebSocket connection open
10
+ WebSocket connection open
11
+ WebSocket connection open
12
+ WebSocket connection open
13
+ WebSocket connection open
14
+ WebSocket connection open
15
+ WebSocket connection open
16
+ WebSocket connection open
17
+ Processing by ProductsController#index as HTML
18
+ Completed 500 Internal Server Error in 115ms
19
+
20
+
21
+ WebSocket connection open
22
+ WebSocket connection open
23
+ Processing by ProductsController#index as HTML
24
+ Rendering products/index.html.erb within layouts/application
25
+ Rendered products/index.html.erb within layouts/application (2.1ms)
26
+ Completed 200 OK in 652ms (Views: 485.3ms)
27
+
28
+
29
+ Connection closed
30
+ WebSocket connection open
31
+ Processing by ProductsController#index as HTML
32
+ Rendering products/index.html.erb within layouts/application
33
+ Rendered products/index.html.erb within layouts/application (2.9ms)
34
+ Completed 200 OK in 804ms (Views: 686.7ms)
35
+
36
+
37
+ WebSocket connection open
38
+ Processing by ProductsController#index as HTML
39
+ Rendering products/index.html.erb within layouts/application
40
+ Rendered products/index.html.erb within layouts/application (1.3ms)
41
+ Completed 200 OK in 440ms (Views: 339.2ms)
42
+
43
+
44
+ WebSocket connection open
45
+ Processing by ProductsController#index as HTML
46
+ Rendering products/index.html.erb within layouts/application
47
+ Rendered products/index.html.erb within layouts/application (1.4ms)
48
+ Completed 200 OK in 454ms (Views: 358.1ms)
49
+
50
+
51
+ Connection closed
52
+ WebSocket connection open
53
+ Processing by ProductsController#index as HTML
54
+ Rendering products/index.html.erb within layouts/application
55
+ Rendered products/index.html.erb within layouts/application (0.9ms)
56
+ Completed 200 OK in 199ms (Views: 123.3ms)
57
+
58
+
59
+ Connection closed
60
+ WebSocket connection open
61
+ Processing by ProductsController#index as HTML
62
+ Rendering products/index.html.erb within layouts/application
63
+ Rendered products/index.html.erb within layouts/application (0.9ms)
64
+ Completed 200 OK in 194ms (Views: 120.7ms)
65
+
66
+
67
+ Connection closed
68
+ WebSocket connection open
69
+ Processing by ProductsController#index as HTML
70
+ Rendering products/index.html.erb within layouts/application
71
+ Rendered products/index.html.erb within layouts/application (0.9ms)
72
+ Completed 200 OK in 201ms (Views: 121.5ms)
73
+
74
+
75
+ Connection closed
76
+ WebSocket connection open
77
+ Processing by ProductsController#index as HTML
78
+ Rendering products/index.html.erb within layouts/application
79
+ Rendered products/index.html.erb within layouts/application (1.5ms)
80
+ Completed 200 OK in 456ms (Views: 363.7ms)
81
+
82
+
83
+ Connection closed
84
+ WebSocket connection open
85
+ WebSocket connection open
86
+ Processing by ProductsController#index as HTML
87
+ Rendering products/index.html.erb within layouts/application
88
+ Rendered products/index.html.erb within layouts/application (1.8ms)
89
+ Completed 200 OK in 415ms (Views: 323.6ms)
90
+
91
+
92
+ Connection closed
93
+ WebSocket connection open
94
+ Processing by ProductsController#index as HTML
95
+ Rendering products/index.html.erb within layouts/application
96
+ Rendered products/index.html.erb within layouts/application (1.4ms)
97
+ Completed 200 OK in 434ms (Views: 334.6ms)
98
+
99
+
100
+ WebSocket connection open
101
+ Processing by ProductsController#index as HTML
102
+ Rendering products/index.html.erb within layouts/application
103
+ Rendered products/index.html.erb within layouts/application (1.4ms)
104
+ Completed 200 OK in 430ms (Views: 339.7ms)
105
+
106
+
107
+ Connection closed
108
+ WebSocket connection open
109
+ Processing by ProductsController#index as HTML
110
+ Rendering products/index.html.erb within layouts/application
111
+ Rendered products/index.html.erb within layouts/application (0.9ms)
112
+ Completed 200 OK in 205ms (Views: 130.4ms)
113
+
114
+
115
+ Connection closed
116
+ WebSocket connection open
117
+ Connection closed
118
+ WebSocket connection open
119
+ Connection closed
120
+ WebSocket connection open
121
+ Connection closed
122
+ WebSocket connection open
123
+ Processing by ProductsController#index as HTML
124
+ Rendering products/index.html.erb within layouts/application
125
+ Rendered products/index.html.erb within layouts/application (1.0ms)
126
+ Completed 200 OK in 140ms (Views: 7.2ms)
127
+
128
+
129
+ WebSocket connection open
130
+ Processing by ProductsController#index as HTML
131
+ Rendering products/index.html.erb within layouts/application
132
+ Rendered products/index.html.erb within layouts/application (0.1ms)
133
+ Completed 200 OK in 3ms (Views: 2.1ms)
134
+
135
+
136
+ WebSocket connection open
137
+ WebSocket connection open
138
+ Processing by ProductsController#index as HTML
139
+ Rendering products/index.html.erb within layouts/application
140
+ Rendered products/index.html.erb within layouts/application (0.1ms)
141
+ Completed 200 OK in 3ms (Views: 2.2ms)
142
+
143
+
144
+ WebSocket connection open
145
+ WebSocket connection open
146
+ WebSocket connection open
147
+ WebSocket connection open
148
+ Processing by ProductsController#index as HTML
149
+ Rendering products/index.html.erb within layouts/application
150
+ Rendered products/index.html.erb within layouts/application (0.1ms)
151
+ Completed 200 OK in 3ms (Views: 2.3ms)
152
+
153
+
154
+ WebSocket connection open
155
+ WebSocket connection open
156
+ WebSocket connection open
157
+ WebSocket connection open
158
+ WebSocket connection open
159
+ WebSocket connection open
160
+ WebSocket connection open
161
+ WebSocket connection open
162
+ WebSocket connection open
163
+ Processing by ProductsController#index as HTML
164
+ Rendering products/index.html.erb within layouts/application
165
+ Rendered products/index.html.erb within layouts/application (0.1ms)
166
+ Completed 200 OK in 8ms (Views: 2.1ms)
167
+
168
+
169
+ WebSocket connection open
170
+ WebSocket connection open
171
+ WebSocket connection open
172
+ WebSocket connection open
173
+ WebSocket connection open
174
+ WebSocket connection open
175
+ WebSocket connection open
176
+ WebSocket connection open
177
+ WebSocket connection open
178
+ WebSocket connection open
179
+ WebSocket connection open
180
+ WebSocket connection open
181
+ WebSocket connection open
182
+ WebSocket connection open
183
+ WebSocket connection open
184
+ WebSocket connection open
185
+ WebSocket connection open
186
+ Processing by ProductsController#index as HTML
187
+ Rendering products/index.html.erb within layouts/application
188
+ Rendered products/index.html.erb within layouts/application (0.0ms)
189
+ Completed 200 OK in 7ms (Views: 4.1ms)
190
+
191
+
192
+ WebSocket connection open
193
+ Processing by ProductsController#index as HTML
194
+ Rendering products/index.html.erb within layouts/application
195
+ Rendered products/index.html.erb within layouts/application (0.0ms)
196
+ Completed 200 OK in 4ms (Views: 3.6ms)
197
+
198
+
199
+ WebSocket connection open
200
+ WebSocket connection open
201
+ WebSocket connection open
202
+ WebSocket connection open
203
+ WebSocket connection open
204
+ WebSocket connection open
205
+ WebSocket connection open
206
+ WebSocket connection open
207
+ WebSocket connection open
208
+ WebSocket connection open
209
+ WebSocket connection open
210
+ WebSocket connection open
211
+ WebSocket connection open
212
+ WebSocket connection open
213
+ WebSocket connection open
214
+ WebSocket connection open
215
+ WebSocket connection open
216
+ WebSocket connection open
217
+ WebSocket connection open
218
+ WebSocket connection open
219
+ WebSocket connection open
220
+ WebSocket connection open
221
+ WebSocket connection open
222
+ WebSocket connection open
223
+ WebSocket connection open
224
+ WebSocket connection open
225
+ WebSocket connection open
226
+ WebSocket connection open
227
+ WebSocket connection open
228
+ WebSocket connection open
229
+ WebSocket connection open
230
+ WebSocket connection open
231
+ WebSocket connection open
232
+ WebSocket connection open
233
+ WebSocket connection open
234
+ WebSocket connection open
235
+ WebSocket connection open
236
+ WebSocket connection open
237
+ WebSocket connection open
238
+ WebSocket connection open
239
+ WebSocket connection open
240
+ WebSocket connection open
241
+ WebSocket connection open
242
+ WebSocket connection open
243
+ WebSocket connection open
244
+ WebSocket connection open
245
+ WebSocket connection open
246
+ WebSocket connection open
247
+ WebSocket connection open
248
+ WebSocket connection open
249
+ WebSocket connection open
250
+ WebSocket connection open
251
+ WebSocket connection open
252
+ WebSocket connection open
253
+ WebSocket connection open
254
+ WebSocket connection open
255
+ WebSocket connection open
256
+ WebSocket connection open
257
+ WebSocket connection open
258
+ WebSocket connection open
259
+ WebSocket connection open
260
+ WebSocket connection open
261
+ WebSocket connection open
262
+ WebSocket connection open
263
+ WebSocket connection open
264
+ WebSocket connection open
265
+ WebSocket connection open
266
+ WebSocket connection open
267
+ WebSocket connection open
268
+ WebSocket connection open
269
+ Processing by ProductsController#index as HTML
270
+ Rendering products/index.html.erb within layouts/application
271
+ Rendered products/index.html.erb within layouts/application (0.1ms)
272
+ Completed 200 OK in 3ms (Views: 2.2ms)
273
+
274
+
275
+ WebSocket connection open
276
+ WebSocket connection open
277
+ WebSocket connection open
278
+ WebSocket connection open
279
+ WebSocket connection open
280
+ WebSocket connection open
281
+ WebSocket connection open
282
+ WebSocket connection open
283
+ WebSocket connection open
284
+ WebSocket connection open
285
+ WebSocket connection open
286
+ WebSocket connection open
287
+ WebSocket connection open
288
+ WebSocket connection open
289
+ WebSocket connection open
290
+ WebSocket connection open
291
+ WebSocket connection open
292
+ WebSocket connection open
293
+ WebSocket connection open
294
+ WebSocket connection open
295
+ WebSocket connection open
296
+ WebSocket connection open
297
+ WebSocket connection open
298
+ WebSocket connection open
299
+ WebSocket connection open
300
+ WebSocket connection open
301
+ WebSocket connection open
302
+ WebSocket connection open
303
+ WebSocket connection open
304
+ WebSocket connection open
305
+ WebSocket connection open
306
+ WebSocket connection open
307
+ WebSocket connection open
308
+ WebSocket connection open
309
+ WebSocket connection open
310
+ WebSocket connection open
311
+ WebSocket connection open
312
+ WebSocket connection open
313
+ WebSocket connection open
314
+ WebSocket connection open
315
+ WebSocket connection open
316
+ WebSocket connection open
317
+ WebSocket connection open
318
+ WebSocket connection open
319
+ WebSocket connection open
320
+ WebSocket connection open
321
+ WebSocket connection open
322
+ WebSocket connection open
323
+ WebSocket connection open
324
+ WebSocket connection open
325
+ WebSocket connection open
326
+ WebSocket connection open
327
+ WebSocket connection open
328
+ WebSocket connection open
329
+ WebSocket connection open
330
+ WebSocket connection open
331
+ WebSocket connection open
332
+ WebSocket connection open
333
+ WebSocket connection open
334
+ WebSocket connection open
335
+ WebSocket connection open
336
+ WebSocket connection open
337
+ WebSocket connection open
338
+ WebSocket connection open
339
+ WebSocket connection open
340
+ WebSocket connection open
341
+ WebSocket connection open
342
+ WebSocket connection open
343
+ WebSocket connection open
344
+ WebSocket connection open
345
+ WebSocket connection open
346
+ WebSocket connection open
347
+ WebSocket connection open
348
+ WebSocket connection open
349
+ WebSocket connection open
350
+ WebSocket connection open
351
+ WebSocket connection open
352
+ WebSocket connection open
353
+ WebSocket connection open
354
+ WebSocket connection open
355
+ WebSocket connection open
356
+ WebSocket connection open
357
+ WebSocket connection open
358
+ WebSocket connection open
359
+ WebSocket connection open
360
+ WebSocket connection open
361
+ WebSocket connection open
362
+ WebSocket connection open
363
+ WebSocket connection open
364
+ WebSocket connection open
365
+ WebSocket connection open
366
+ WebSocket connection open
367
+ WebSocket connection open
368
+ WebSocket connection open
369
+ WebSocket connection open
370
+ WebSocket connection open
371
+ Processing by ProductsController#index as HTML
372
+ Rendering products/index.html.erb within layouts/application
373
+ Rendered products/index.html.erb within layouts/application (0.0ms)
374
+ Completed 200 OK in 3ms (Views: 2.1ms)
375
+
376
+
377
+ WebSocket connection open
378
+ WebSocket connection open
379
+ WebSocket connection open
380
+ WebSocket connection open
381
+ WebSocket connection open
382
+ WebSocket connection open
383
+ WebSocket connection open
384
+ WebSocket connection open
385
+ WebSocket connection open
386
+ WebSocket connection open
387
+ WebSocket connection open
388
+ WebSocket connection open
389
+ WebSocket connection open
390
+ WebSocket connection open
391
+ WebSocket connection open
392
+ WebSocket connection open
393
+ WebSocket connection open
394
+ WebSocket connection open
395
+ WebSocket connection open
396
+ WebSocket connection open
397
+ WebSocket connection open
398
+ WebSocket connection open
399
+ WebSocket connection open
400
+ WebSocket connection open
401
+ WebSocket connection open
402
+ WebSocket connection open
403
+ WebSocket connection open
404
+ WebSocket connection open
405
+ WebSocket connection open
406
+ WebSocket connection open
407
+ WebSocket connection open
408
+ WebSocket connection open
409
+ WebSocket connection open
410
+ WebSocket connection open
411
+ WebSocket connection open
412
+ WebSocket connection open
413
+ WebSocket connection open
414
+ WebSocket connection open
415
+ WebSocket connection open
416
+ WebSocket connection open
417
+ WebSocket connection open
418
+ WebSocket connection open
419
+ WebSocket connection open
420
+ WebSocket connection open
421
+ WebSocket connection open
422
+ WebSocket connection open
423
+ WebSocket connection open
424
+ WebSocket connection open
425
+ WebSocket connection open
426
+ WebSocket connection open
427
+ WebSocket connection open
428
+ Connection closed
429
+ WebSocket connection open
430
+ Processing by ProductsController#index as HTML
431
+ Rendering products/index.html.erb within layouts/application
432
+ Rendered products/index.html.erb within layouts/application (2.3ms)
433
+ Completed 200 OK in 186ms (Views: 18.0ms)
434
+
435
+
436
+ WebSocket connection open
437
+ Processing by ProductsController#index as HTML
438
+ Rendering products/index.html.erb within layouts/application
439
+ Rendered products/index.html.erb within layouts/application (0.2ms)
440
+ Completed 200 OK in 9ms (Views: 6.7ms)
441
+
442
+
443
+ WebSocket connection open
444
+ WebSocket connection open
445
+ Processing by ProductsController#index as HTML
446
+ Rendering products/index.html.erb within layouts/application
447
+ Rendered products/index.html.erb within layouts/application (0.2ms)
448
+ Completed 200 OK in 6ms (Views: 5.1ms)
449
+
450
+
451
+ WebSocket connection open
452
+ WebSocket connection open
453
+ WebSocket connection open
454
+ WebSocket connection open
455
+ Processing by ProductsController#index as HTML
456
+ Rendering products/index.html.erb within layouts/application
457
+ Rendered products/index.html.erb within layouts/application (0.1ms)
458
+ Completed 200 OK in 8ms (Views: 5.3ms)
459
+
460
+
461
+ WebSocket connection open
462
+ WebSocket connection open
463
+ WebSocket connection open
464
+ WebSocket connection open
465
+ WebSocket connection open
466
+ WebSocket connection open
467
+ WebSocket connection open
468
+ WebSocket connection open
469
+ Processing by ProductsController#index as HTML
470
+ Rendering products/index.html.erb within layouts/application
471
+ Rendered products/index.html.erb within layouts/application (0.1ms)
472
+ Completed 200 OK in 6ms (Views: 4.0ms)
473
+
474
+
475
+ WebSocket connection open
476
+ WebSocket connection open
477
+ WebSocket connection open
478
+ WebSocket connection open
479
+ WebSocket connection open
480
+ WebSocket connection open
481
+ WebSocket connection open
482
+ WebSocket connection open
483
+ WebSocket connection open
484
+ WebSocket connection open
485
+ WebSocket connection open
486
+ WebSocket connection open
487
+ WebSocket connection open
488
+ WebSocket connection open
489
+ WebSocket connection open
490
+ WebSocket connection open
491
+ Processing by ProductsController#index as HTML
492
+ Rendering products/index.html.erb within layouts/application
493
+ Rendered products/index.html.erb within layouts/application (0.3ms)
494
+ Completed 200 OK in 8ms (Views: 6.1ms)
495
+
496
+
497
+ WebSocket connection open
498
+ WebSocket connection open
499
+ WebSocket connection open
500
+ WebSocket connection open
501
+ WebSocket connection open
502
+ WebSocket connection open
503
+ WebSocket connection open
504
+ WebSocket connection open
505
+ WebSocket connection open
506
+ WebSocket connection open
507
+ WebSocket connection open
508
+ WebSocket connection open
509
+ WebSocket connection open
510
+ WebSocket connection open
511
+ WebSocket connection open
512
+ WebSocket connection open
513
+ WebSocket connection open
514
+ WebSocket connection open
515
+ WebSocket connection open
516
+ WebSocket connection open
517
+ WebSocket connection open
518
+ WebSocket connection open
519
+ WebSocket connection open
520
+ WebSocket connection open
521
+ WebSocket connection open
522
+ WebSocket connection open
523
+ WebSocket connection open
524
+ WebSocket connection open
525
+ WebSocket connection open
526
+ WebSocket connection open
527
+ WebSocket connection open
528
+ WebSocket connection open
529
+ Processing by ProductsController#index as HTML
530
+ Rendering products/index.html.erb within layouts/application
531
+ Rendered products/index.html.erb within layouts/application (0.1ms)
532
+ Completed 200 OK in 5ms (Views: 3.6ms)
533
+
534
+
535
+ WebSocket connection open
536
+ WebSocket connection open
537
+ WebSocket connection open
538
+ WebSocket connection open
539
+ WebSocket connection open
540
+ WebSocket connection open
541
+ WebSocket connection open
542
+ WebSocket connection open
543
+ WebSocket connection open
544
+ WebSocket connection open
545
+ WebSocket connection open
546
+ WebSocket connection open
547
+ WebSocket connection open
548
+ WebSocket connection open
549
+ WebSocket connection open
550
+ WebSocket connection open
551
+ WebSocket connection open
552
+ Processing by ProductsController#index as HTML
553
+ Rendering products/index.html.erb within layouts/application
554
+ Rendered products/index.html.erb within layouts/application (2.4ms)
555
+ Completed 200 OK in 171ms (Views: 20.0ms)
556
+
557
+
558
+ Connection closed
559
+ WebSocket connection open
560
+ Processing by ProductsController#index as HTML
561
+ Rendering products/index.html.erb within layouts/application
562
+ Rendered products/index.html.erb within layouts/application (1.6ms)
563
+ Completed 200 OK in 155ms (Views: 11.3ms)
564
+
565
+
566
+ WebSocket connection open
567
+ Processing by ProductsController#index as HTML
568
+ Rendering products/index.html.erb within layouts/application
569
+ Rendered products/index.html.erb within layouts/application (0.1ms)
570
+ Completed 200 OK in 6ms (Views: 4.3ms)
571
+
572
+
573
+ WebSocket connection open
574
+ WebSocket connection open
575
+ Processing by ProductsController#index as HTML
576
+ Processing by ProductsController#index as HTML
577
+ Rendering products/index.html.erb within layouts/application
578
+ Rendered products/index.html.erb within layouts/application (0.1ms)
579
+ Completed 200 OK in 10ms (Views: 3.8ms)
580
+
581
+
582
+ Rendering products/index.html.erb within layouts/application
583
+ Rendered products/index.html.erb within layouts/application (0.4ms)
584
+ WebSocket connection open
585
+ Completed 200 OK in 1237ms (Views: 24.1ms)
586
+
587
+
588
+ WebSocket connection open
589
+ Processing by ProductsController#index as HTML
590
+ WebSocket connection open
591
+ Rendering products/index.html.erb within layouts/application
592
+ Rendered products/index.html.erb within layouts/application (0.2ms)
593
+ Completed 200 OK in 15ms (Views: 9.1ms)
594
+
595
+
596
+ Processing by ProductsController#index as HTML
597
+ WebSocket connection open
598
+ WebSocket connection open
599
+ Rendering products/index.html.erb within layouts/application
600
+ Rendered products/index.html.erb within layouts/application (0.2ms)
601
+ Completed 200 OK in 11ms (Views: 9.3ms)
602
+
603
+
604
+ Processing by ProductsController#index as HTML
605
+ Processing by ProductsController#index as HTML
606
+ WebSocket connection open
607
+ Rendering products/index.html.erb within layouts/application
608
+ WebSocket connection open
609
+ Rendering products/index.html.erb within layouts/application
610
+ Rendered products/index.html.erb within layouts/application (0.1ms)
611
+ Rendered products/index.html.erb within layouts/application (0.1ms)
612
+ Completed 200 OK in 23ms (Views: 21.3ms)
613
+
614
+
615
+ Processing by ProductsController#index as HTML
616
+ Processing by ProductsController#index as HTML
617
+ WebSocket connection open
618
+ Completed 200 OK in 51ms (Views: 32.1ms)
619
+
620
+
621
+ WebSocket connection open
622
+ Rendering products/index.html.erb within layouts/application
623
+ Rendering products/index.html.erb within layouts/application
624
+ Connection closed
625
+ Rendered products/index.html.erb within layouts/application (0.3ms)
626
+ Rendered products/index.html.erb within layouts/application (0.2ms)
627
+ Completed 200 OK in 3413ms (Views: 3408.7ms)
628
+
629
+
630
+ Completed 200 OK in 3405ms (Views: 76.0ms)
631
+
632
+
633
+ WebSocket connection open
634
+ Invalid JSON String
635
+ Connection closed
636
+ WebSocket connection open
637
+ Processing by ProductsController#index as HTML
638
+ Rendering products/index.html.erb within layouts/application
639
+ Rendered products/index.html.erb within layouts/application (2.6ms)
640
+ Completed 200 OK in 190ms (Views: 16.6ms)
641
+
642
+
643
+ WebSocket connection open
644
+ Processing by ProductsController#index as HTML
645
+ Rendering products/index.html.erb within layouts/application
646
+ Rendered products/index.html.erb within layouts/application (0.1ms)
647
+ Completed 200 OK in 6ms (Views: 4.6ms)
648
+
649
+
650
+ WebSocket connection open
651
+ WebSocket connection open
652
+ Processing by ProductsController#index as HTML
653
+ Processing by ProductsController#index as HTML
654
+ Rendering products/index.html.erb within layouts/application
655
+ Rendering products/index.html.erb within layouts/application
656
+ Rendered products/index.html.erb within layouts/application (0.3ms)
657
+ Rendered products/index.html.erb within layouts/application (0.2ms)
658
+ Completed 200 OK in 9ms (Views: 7.2ms)
659
+
660
+
661
+ Completed 200 OK in 18ms (Views: 16.2ms)
662
+
663
+
664
+ WebSocket connection open
665
+ WebSocket connection open
666
+ WebSocket connection open
667
+ WebSocket connection open
668
+ WebSocket connection open
669
+ WebSocket connection open
670
+ Processing by ProductsController#index as HTML
671
+ Rendering products/index.html.erb within layouts/application
672
+ Rendered products/index.html.erb within layouts/application (0.2ms)
673
+ Completed 200 OK in 10ms (Views: 6.9ms)
674
+
675
+
676
+ WebSocket connection open
677
+ Connection closed
678
+ WebSocket connection open
679
+ Processing by ProductsController#index as HTML
680
+ Rendering products/index.html.erb within layouts/application
681
+ Rendered products/index.html.erb within layouts/application (1.5ms)
682
+ Completed 200 OK in 144ms (Views: 12.8ms)
683
+
684
+
685
+ WebSocket connection open
686
+ Processing by ProductsController#index as HTML
687
+ Rendering products/index.html.erb within layouts/application
688
+ Rendered products/index.html.erb within layouts/application (1.6ms)
689
+ Completed 200 OK in 181ms (Views: 11.1ms)
690
+
691
+
692
+ Connection closed
693
+ WebSocket connection open
694
+ Invalid JSON String
695
+ Connection closed
696
+ WebSocket connection open
697
+ Invalid JSON String
698
+ Connection closed
699
+ WebSocket connection open
700
+ Invalid JSON String
701
+ WebSocket connection open
702
+ Processing by ProductsController#index as HTML
703
+ Rendering products/index.html.erb within layouts/application
704
+ Rendered products/index.html.erb within layouts/application (2.7ms)
705
+ Completed 200 OK in 212ms (Views: 20.2ms)
706
+
707
+
708
+ Connection closed
709
+ Connection open
710
+ Processing by ProductsController#index as HTML
711
+ Rendering products/index.html.erb within layouts/application
712
+ Rendered products/index.html.erb within layouts/application (2.6ms)
713
+ Completed 200 OK in 198ms (Views: 19.2ms)
714
+
715
+
716
+ Connection open
717
+ Processing by Rails::WelcomeController#index as HTML
718
+ Rendering /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
719
+ Rendered /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (7.4ms)
720
+ Completed 200 OK in 169ms (Views: 13.0ms)
721
+
722
+
723
+ Connection closed
724
+ Connection open
725
+ Processing by Rails::WelcomeController#index as HTML
726
+ Rendering /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
727
+ Rendered /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (4.5ms)
728
+ Completed 200 OK in 128ms (Views: 9.2ms)
729
+
730
+
731
+ Connection closed
732
+ Connection open
733
+ Processing by Rails::WelcomeController#index as HTML
734
+ Rendering /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
735
+ Rendered /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (4.6ms)
736
+ Completed 200 OK in 143ms (Views: 10.2ms)
737
+
738
+
739
+ Connection closed
740
+ Connection open
741
+ Processing by Rails::WelcomeController#index as HTML
742
+ Rendering /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
743
+ Rendered /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (5.1ms)
744
+ Completed 200 OK in 285ms (Views: 10.8ms)
745
+
746
+
747
+ Connection closed
748
+ Connection open
749
+ Processing by Rails::WelcomeController#index as HTML
750
+ Rendering /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
751
+ Rendered /home/plebel/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (4.6ms)
752
+ Completed 200 OK in 96ms (Views: 10.2ms)
753
+
754
+
755
+ Connection closed
756
+ Connection open
757
+ Processing by ProductsController#index as HTML
758
+ Rendering products/index.html.erb within layouts/application
759
+ Rendered products/index.html.erb within layouts/application (1.1ms)
760
+ Completed 200 OK in 354ms (Views: 232.1ms)
761
+
762
+
763
+ Connection closed
764
+ Connection open
765
+ Processing by ProductsController#index as HTML
766
+ Rendering products/index.html.erb within layouts/application
767
+ Rendered products/index.html.erb within layouts/application (1.5ms)
768
+ Completed 200 OK in 307ms (Views: 186.9ms)
769
+
770
+
771
+ Connection closed
772
+ Connection open
773
+ Processing by ProductsController#index as HTML
774
+ Rendering products/index.html.erb within layouts/application
775
+ Rendered products/index.html.erb within layouts/application (1.6ms)
776
+ Completed 200 OK in 362ms (Views: 235.7ms)
777
+
778
+
779
+ Connection closed
780
+ Connection open
781
+ Processing by ProductsController#index as HTML
782
+ Rendering products/index.html.erb within layouts/application
783
+ Rendered products/index.html.erb within layouts/application (1.1ms)
784
+ Completed 200 OK in 316ms (Views: 229.7ms)
785
+
786
+
787
+ Connection closed
788
+ Connection open
789
+ Processing by ProductsController#index as HTML
790
+ Rendering products/index.html.erb within layouts/application
791
+ Rendered products/index.html.erb within layouts/application (1.8ms)
792
+ Completed 200 OK in 328ms (Views: 217.1ms)
793
+
794
+
795
+ Connection closed
796
+ Connection open
797
+ Processing by ProductsController#index as HTML
798
+ Rendering products/index.html.erb within layouts/application
799
+ Rendered products/index.html.erb within layouts/application (1.6ms)
800
+ Completed 200 OK in 357ms (Views: 214.4ms)
801
+
802
+
803
+ Connection closed
804
+ Connection open
805
+ Processing by ProductsController#index as HTML
806
+ Rendering products/index.html.erb within layouts/application
807
+ Rendered products/index.html.erb within layouts/application (2.2ms)
808
+ Completed 200 OK in 289ms (Views: 198.8ms)
809
+
810
+
811
+ Connection closed
812
+ Connection open
813
+ Processing by ProductsController#index as HTML
814
+ Rendering products/index.html.erb within layouts/application
815
+ Rendered products/index.html.erb within layouts/application (1.7ms)
816
+ Completed 200 OK in 192ms (Views: 12.9ms)
817
+
818
+
819
+ Connection closed