diff --git a/.env b/.env new file mode 100644 index 0000000..9b72598 --- /dev/null +++ b/.env @@ -0,0 +1,8 @@ +MPESA_CONSUMER_KEY: '8sPrVuOjH01sH5FUzGGaxhv5CdjHmxzA' +MPESA_CONSUMER_SECRET: 'm3wfaKluCOrD2B92' +MPESA_PASSKEY: 'bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919' +MPESA_SHORTCODE: '174379' +MPESA_INITIATOR_NAME: 'testapi' +MPESA_INITIATOR_PASSWORD: 'MTc0Mzc5YmZiMjc5ZjlhYTliZGJjZjE1OGU5N2RkNzFhNDY3Y2QyZTBjODkzMDU5YjEwZjc4ZTZiNzJhZGExZWQyYzkxOTIwMjMwMTEyMTIxMjAy' +CALLBACK_URL: 'https://84a0-197-232-128-93.in.ngrok.io' +REGISTER_URL: "https://sandbox.safaricom.co.ke/mpesa/c2b/v1/registerurl" diff --git a/Gemfile b/Gemfile index fe32a2d..05f13dd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.1" +ruby "3.0.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.4" @@ -12,6 +12,8 @@ gem "sprockets-rails" # Use sqlite3 as the database for Active Record gem "sqlite3", "~> 1.4" +gem "pg", "~> 1.2" + # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0" @@ -19,9 +21,6 @@ gem "puma", "~> 5.0" gem "jbuilder" -# Use Redis adapter to run Action Cable in production -# gem "redis", "~> 4.0" - # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" @@ -40,6 +39,7 @@ gem "bootsnap", require: false # Use jwt and Bcrypt to authenticate users gem "bcrypt", "~> 3.1.7" gem "jwt", "~> 2.2.3" +gem "rest-client", "~> 2.1.0" # cors gem "rack-cors", "~> 1.1.1" @@ -61,8 +61,6 @@ group :development do # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" - - gem "bcrypt", "~> 3.1.7" gem "active_model_serializers", "~> 0.10.12" end diff --git a/Gemfile.lock b/Gemfile.lock index db4c0c1..41b6164 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,9 +95,14 @@ GEM debug (1.7.1) irb (>= 1.5.0) reline (>= 0.3.1) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) erubi (1.12.0) globalid (1.0.0) activesupport (>= 5.0) + http-accept (1.7.0) + http-cookie (1.0.5) + domain_name (~> 0.5) i18n (1.12.0) concurrent-ruby (~> 1.0) io-console (0.6.0) @@ -120,6 +125,9 @@ GEM marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) + mime-types (3.4.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2022.0105) mini_mime (1.1.2) minitest (5.17.0) msgpack (1.6.0) @@ -132,9 +140,11 @@ GEM timeout net-smtp (0.3.3) net-protocol + netrc (0.11.0) nio4r (2.5.8) nokogiri (1.14.0-x86_64-linux) racc (~> 1.4) + pg (1.4.5) prettier_print (1.2.0) public_suffix (5.0.1) puma (5.6.5) @@ -175,6 +185,11 @@ GEM regexp_parser (2.6.1) reline (0.3.2) io-console (~> 0.5) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 4.0) + netrc (~> 0.8) rexml (3.2.5) ruby-lsp (0.3.8) language_server-protocol (~> 3.17.0) @@ -200,6 +215,9 @@ GEM timeout (0.3.1) tzinfo (2.0.5) concurrent-ruby (~> 1.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -228,9 +246,11 @@ DEPENDENCIES debug jbuilder jwt (~> 2.2.3) + pg (~> 1.2) puma (~> 5.0) rack-cors (~> 1.1.1) rails (~> 7.0.4) + rest-client (~> 2.1.0) ruby-lsp (~> 0.3.7) selenium-webdriver sprockets-rails diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..53d69a2 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: rake db:migrate && bin/rails server -b 0.0.0.0 -p ${PORT:-3000} diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 5c6bd65..1209baf 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,18 +1,21 @@ class ApplicationController < ActionController::Base - # skip_before_action :verify_authenticity_token + # skip_before_action :verify_authenticity_token - # include JWToken + # include JWToken - # def encode_token(payload) - # JWToken.encode(payload, 'my_s3cr3t') - # end + # def encode_token(payload) + # JWToken.encode(payload, 'my_s3cr3t') + # end - # skip_before_action :verify_authenticity_token + # skip_before_action :verify_authenticity_token + rescue_from ActiveRecord::RecordInvalid, + with: :render_unprocessable_entity_response - rescue_from ActiveRecord::RecordInvalid, with: :render_unprocessable_entity_response - - def render_unprocessable_entity_response(exception) - render json: {errors: exception.record.errors.full_messages}, status: :unprocessable_entity - end + def render_unprocessable_entity_response(exception) + render json: { + errors: exception.record.errors.full_messages + }, + status: :unprocessable_entity + end end diff --git a/app/controllers/authentication_controller.rb b/app/controllers/authentication_controller.rb index 02119ca..78641de 100644 --- a/app/controllers/authentication_controller.rb +++ b/app/controllers/authentication_controller.rb @@ -3,7 +3,16 @@ class AuthenticationController < ApplicationController def login user = User.find_by(phonenumber: params[:phonenumber]) if user && user.authenticate(params[:password_digest]) - render json: {user: user, token: encode_token({user_id: user.id})} + render json: {user: user} + else + render json: {error: "Invalid username or password"}, status: :unauthorized + end + end + + def admin + user = User.find_by(phonenumber: params[:phonenumber]) + if user && user.authenticate(params[:password_digest]) && user.isAdmin + render json: {user: user} else render json: {error: "Invalid username or password"}, status: :unauthorized end diff --git a/app/controllers/bookings_controller.rb b/app/controllers/bookings_controller.rb index 357bf1d..6c51b82 100644 --- a/app/controllers/bookings_controller.rb +++ b/app/controllers/bookings_controller.rb @@ -5,8 +5,33 @@ def index end def create - booking = Booking.create(booking_params) - render json: booking + from = Station.find_by(station_name: booking_params[:from]).fare + to = Station.find_by(station_name: booking_params[:to]).fare + + #find absolute difference + diff = (from - to).abs + + #find time now + diff*10 minutes + time = Time.now + diff * 10 * 60 + + + + new_booking = { + bus_id: booking_params[:bus_id], + user_id: params[:user_id], + from_id: Station.find_by(station_name: booking_params[:from]).id, + to_id: Station.find_by(station_name: booking_params[:to]).id, + fare: diff * 10, + isActive: false, + } + + booking = Booking.create(new_booking) + return render json: { + id: booking.id, + bus_name: booking.bus.bus_name, + fare: booking.fare, + time: time + } end def update @@ -30,8 +55,15 @@ def destroy def pay booking = find_booking + phonenumber = booking.user.phonenumber + fare = booking.fare + + booking.bus.update(passengers: booking.bus.passengers + 1) + booking.update(isActive: true) + + render json: {booking: booking, phonenumber: phonenumber, fare: fare} #call stk push #if stk push success @@ -47,6 +79,6 @@ def find_booking end def booking_params - params.require(:booking).permit(:user_id, :bus_id, :from_id, :to_id, :fare) + params.permit(:from,:to,:bus_id) end end diff --git a/app/controllers/buses_controller.rb b/app/controllers/buses_controller.rb index e38c8de..353d98e 100644 --- a/app/controllers/buses_controller.rb +++ b/app/controllers/buses_controller.rb @@ -17,7 +17,15 @@ def available ) #select buses where seats are greater than passengers - buses = buses.select { |bus| bus.seater > bus.passengers } + to_send_buses = [] + buses.each do |bus| + puts bus.seater > bus.passengers + + if bus.seater > bus.passengers + to_send_buses.push(bus) + end + end + fare_from = Station.find_by(station_name: params_for_available[:from]).fare fare_to = Station.find_by(station_name: params_for_available[:to]).fare @@ -28,7 +36,7 @@ def available #find time now + diff*10 minutes time = Time.now + diff * 10 * 60 - render json: { buses: buses, time: time , fare: diff*10 } + render json: to_send_buses end def show diff --git a/app/controllers/mpesas_controller.rb b/app/controllers/mpesas_controller.rb index 8640c7e..c8d092c 100644 --- a/app/controllers/mpesas_controller.rb +++ b/app/controllers/mpesas_controller.rb @@ -1,123 +1,127 @@ class MpesasController < ApplicationController - require 'rest-client' + require 'rest-client' - # stkpush - def stkpush - phoneNumber = params[:phoneNumber] - amount = params[:amount] - url = "https://sandbox.safaricom.co.ke/mpesa/stkpush/v1/processrequest" - timestamp = "#{Time.now.strftime "%Y%m%d%H%M%S"}" - business_short_code = ENV["MPESA_SHORTCODE"] - password = Base64.strict_encode64("#{business_short_code}#{ENV["MPESA_PASSKEY"]}#{timestamp}") - payload = { - 'BusinessShortCode': business_short_code, - 'Password': password, - 'Timestamp': timestamp, - 'TransactionType': "CustomerPayBillOnline", - 'Amount': amount, - 'PartyA': phoneNumber, - 'PartyB': business_short_code, - 'PhoneNumber': phoneNumber, - 'CallBackURL': "#{ENV["CALLBACK_URL"]}/callback_url", - 'AccountReference': 'Codearn', - 'TransactionDesc': "Payment for Codearn premium" - }.to_json + # stkpush + def stkpush + phoneNumber = params[:phoneNumber] + amount = params[:amount] + url = "https://sandbox.safaricom.co.ke/mpesa/stkpush/v1/processrequest" + timestamp = "#{Time.now.strftime "%Y%m%d%H%M%S"}" + business_short_code = ENV["MPESA_SHORTCODE"] + password = Base64.strict_encode64("#{business_short_code}#{ENV["MPESA_PASSKEY"]}#{timestamp}") + payload = { + 'BusinessShortCode': business_short_code, + 'Password': password, + 'Timestamp': timestamp, + 'TransactionType': "CustomerPayBillOnline", + 'Amount': amount, + 'PartyA': phoneNumber, + 'PartyB': business_short_code, + 'PhoneNumber': phoneNumber, + 'CallBackURL': "#{ENV["CALLBACK_URL"]}/callback_url", + 'AccountReference': 'Codearn', + 'TransactionDesc': "Payment for Codearn premium" + }.to_json - headers = { - Content_type: 'application/json', - Authorization: "Bearer #{get_access_token}" - } + headers = { + Content_type: 'application/json', + Authorization: "Bearer #{get_access_token}" + } - response = RestClient::Request.new({ - method: :post, - url: url, - payload: payload, - headers: headers - }).execute do |response, request| - case response.code - when 500 - [ :error, JSON.parse(response.to_str) ] - when 400 - [ :error, JSON.parse(response.to_str) ] - when 200 - [ :success, JSON.parse(response.to_str) ] - else - fail "Invalid response #{response.to_str} received." - end - end - render json: response - end + response = RestClient::Request.new({ + method: :post, + url: url, + payload: payload, + headers: headers + }).execute do |response, request| + case response.code + when 500 + [ :error, JSON.parse(response.to_str) ] + when 400 + [ :error, JSON.parse(response.to_str) ] + when 200 + [ :success, JSON.parse(response.to_str) ] + else + fail "Invalid response #{response.to_str} received." + end + end + render json: response + end - # stkquery + # stkquery - def stkquery - url = "https://sandbox.safaricom.co.ke/mpesa/stkpushquery/v1/query" - timestamp = "#{Time.now.strftime "%Y%m%d%H%M%S"}" - business_short_code = ENV["MPESA_SHORTCODE"] - password = Base64.strict_encode64("#{business_short_code}#{ENV["MPESA_PASSKEY"]}#{timestamp}") - payload = { - 'BusinessShortCode': business_short_code, - 'Password': password, - 'Timestamp': timestamp, - 'CheckoutRequestID': params[:checkoutRequestID] - }.to_json + def stkquery + url = "https://sandbox.safaricom.co.ke/mpesa/stkpushquery/v1/query" + timestamp = "#{Time.now.strftime "%Y%m%d%H%M%S"}" + business_short_code = ENV["MPESA_SHORTCODE"] + password = Base64.strict_encode64("#{business_short_code}#{ENV["MPESA_PASSKEY"]}#{timestamp}") + payload = { + 'BusinessShortCode': business_short_code, + 'Password': password, + 'Timestamp': timestamp, + 'CheckoutRequestID': params[:checkoutRequestID] + }.to_json - headers = { - Content_type: 'application/json', - Authorization: "Bearer #{ get_access_token }" - } + headers = { + Content_type: 'application/json', + Authorization: "Bearer #{ get_access_token }" + } - response = RestClient::Request.new({ - method: :post, - url: url, - payload: payload, - headers: headers - }).execute do |response, request| - case response.code - when 500 - [ :error, JSON.parse(response.to_str) ] - when 400 - [ :error, JSON.parse(response.to_str) ] - when 200 - [ :success, JSON.parse(response.to_str) ] - else - fail "Invalid response #{response.to_str} received." - end - end - render json: response - end + response = RestClient::Request.new({ + method: :post, + url: url, + payload: payload, + headers: headers + }).execute do |response, request| + case response.code + when 500 + [ :error, JSON.parse(response.to_str) ] + when 400 + [ :error, JSON.parse(response.to_str) ] + when 200 + [ :success, JSON.parse(response.to_str) ] + else + fail "Invalid response #{response.to_str} received." + end + end + render json: response + end - private + #generate and get access token from the authorized API - def generate_access_token_request - @url = "https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials" - @consumer_key = ENV['MPESA_CONSUMER_KEY'] - @consumer_secret = ENV['MPESA_CONSUMER_SECRET'] - @userpass = Base64::strict_encode64("#{@consumer_key}:#{@consumer_secret}") - headers = { - Authorization: "Bearer #{@userpass}" - } - res = RestClient::Request.execute( url: @url, method: :get, headers: { - Authorization: "Basic #{@userpass}" - }) - res - end + private - def get_access_token - res = generate_access_token_request() - if res.code != 200 - r = generate_access_token_request() - if res.code != 200 - raise MpesaError('Unable to generate access token') - end - end - body = JSON.parse(res, { symbolize_names: true }) - token = body[:access_token] - AccessToken.destroy_all() - AccessToken.create!(token: token) - token - end + def generate_access_token_request + @url = "https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials" + @consumer_key = ENV['MPESA_CONSUMER_KEY'] + @consumer_secret = ENV['MPESA_CONSUMER_SECRET'] + @userpass = Base64::strict_encode64("#{@consumer_key}:#{@consumer_secret}") + headers = { + Authorization: "Bearer #{@userpass}" + } + res = RestClient::Request.execute( url: @url, method: :get, headers: { + Authorization: "Basic #{@userpass}" + }) + res + end -end \ No newline at end of file + #Access token + def get_access_token + res = generate_access_token_request() + if res.code != 200 + r = generate_access_token_request() + if res.code != 200 + raise MpesaError('Unable to generate access token') + end + end + body = JSON.parse(res, { symbolize_names: true }) + token = body[:access_token] + AccessToken.destroy_all() + AccessToken.create!(token: token) + token + end + + +end diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb index 46df1ed..72fa68f 100644 --- a/app/controllers/sessions_controller.rb +++ b/app/controllers/sessions_controller.rb @@ -5,7 +5,7 @@ def create session[:user_id] = user.id render json:user, status: :created else - render json: {error: "invalid username or password"}, status: :unauthorized + render json: {error: "invalid fullname or password"}, status: :unauthorized end end diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 45f75f5..23d40e9 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,5 +1,9 @@ class UsersController < ApplicationController + protect_from_forgery with: :exception + skip_before_action :verify_authenticity_token + before_action :authorize, only: [:show, :edit, :update, :destroy] + def index users = User.all render json: users @@ -8,11 +12,15 @@ def index def create if params["password_digest"] == params["confirmpassword"] #encrypt password - user_params[:password_digest] = BCrypt::Password.create(params["password_digest"]) - user = User.create(user_params) + new_user = { + fullname: params["fullname"], + phonenumber: params["phonenumber"], + password_digest: BCrypt::Password.create(params["password_digest"]) + } + user = User.create(new_user) render json: user else - render json: {error: "Password does not match"} + render json: {error: "Password does not match" }, status: :not_found end end diff --git a/app/models/booking.rb b/app/models/booking.rb index 334dbd0..1c3c83e 100644 --- a/app/models/booking.rb +++ b/app/models/booking.rb @@ -1,2 +1,4 @@ class Booking < ApplicationRecord + belongs_to :user + belongs_to :bus end diff --git a/app/models/user.rb b/app/models/user.rb index 6662087..b3e5ad0 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,12 +1,10 @@ class User < ApplicationRecord - has_secure_password - - has_many :buses - has_many :buses, through: :bookings - - def authenticate - #use BCrypt to authenticate - self.password_digest == BCrypt::Password.create(self.password) - end + has_many :buses + has_many :buses, through: :bookings + validates :fullname, presence: true, uniqueness: true + def authenticate(pass) + #compare bcrypt password to the one in the database + BCrypt::Password.new(self.password_digest) == pass + end end diff --git a/app/serializers/booking_serializer.rb b/app/serializers/booking_serializer.rb deleted file mode 100644 index 8fe742d..0000000 --- a/app/serializers/booking_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -class BookingSerializer < ActiveModel::Serializer - attributes :id, :bus_id, :user_id, :isActive -end diff --git a/app/serializers/user_serializer.rb b/app/serializers/user_serializer.rb index ecb4bd1..2799fe2 100644 --- a/app/serializers/user_serializer.rb +++ b/app/serializers/user_serializer.rb @@ -1,3 +1,3 @@ class UserSerializer < ActiveModel::Serializer - attributes :id, :fullname, :phonenumber, :password_digest + attributes :id, :fullname, :phonenumber, :password_digest, :isAdmin end diff --git a/bin/rails b/bin/rails old mode 100644 new mode 100755 diff --git a/config/cable.yml b/config/cable.yml index 72bd053..ae5c0f0 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -1,10 +1,10 @@ development: - adapter: async + adapter: async test: - adapter: test + adapter: test production: - adapter: redis - url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> - channel_prefix: bus_transit_production + adapter: redis + url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> + channel_prefix: bus_transit_production diff --git a/config/database.yml b/config/database.yml index fcba57f..58df6ee 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,25 +1,64 @@ -# SQLite. Versions 3.8.0 and up are supported. -# gem install sqlite3 +# PostgreSQL. Versions 9.3 and up are supported. # -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem "sqlite3" +# Install the pg driver: +# gem install pg +# On macOS with Homebrew: +# gem install pg -- --with-pg-config=/usr/local/bin/pg_config +# On macOS with MacPorts: +# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config +# On Windows: +# gem install pg +# Choose the win32 build. +# Install PostgreSQL and put its /bin directory on your path. +# +# Configure Using Gemfile +# gem "pg" # default: &default - adapter: sqlite3 - pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> - timeout: 5000 + adapter: postgresql + encoding: unicode + # For details on connection pooling, see Rails configuration guide + # https://guides.rubyonrails.org/configuring.html#database-pooling + pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> development: - <<: *default - database: db/development.sqlite3 + <<: *default + # url: <%= ENV["DATABASE_URL"] %> + host: "containers-us-west-153.railway.app" + port: "6596" + database: "railway" + username: "postgres" + password: "WhH6Tjqunw0u2HlagZDi" + # The specified database role being used to connect to postgres. + # To create additional roles in postgres see `$ createuser --help`. + # When left blank, postgres will use the default role. This is + # the same name as the operating system user running Rails. + #username: ruby_rails_postgres + + # The password associated with the postgres role (username). + #password: + + # Connect on a TCP socket. Omitted by default since the client uses a + # domain socket that doesn't need configuration. Windows does not have + # domain sockets, so uncomment these lines. + #host: localhost + + # The TCP port the server listens on. Defaults to 5432. + # If your server runs on a different port number, change accordingly. + #port: 5432 + + # Schema search path. The server defaults to $user,public + #schema_search_path: myapp,sharedapp,public -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. + # Minimum log levels, in increasing order: + # debug5, debug4, debug3, debug2, debug1, + # log, notice, warning, error, fatal, and panic + # Defaults to warning. + #min_messages: notice test: - <<: *default - database: db/test.sqlite3 + <<: *default + url: <%= ENV["DATABASE_URL"] %> production: - <<: *default - database: db/production.sqlite3 + <<: *default + url: <%= ENV["DATABASE_URL"] %> diff --git a/config/environments/development.rb b/config/environments/development.rb index 8500f45..72ce18a 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -17,12 +17,16 @@ # Enable server timing config.server_timing = true + config.hosts << "f6ce-197-232-128-93.in.ngrok.io" + + + #configuring ngrok + config.hosts.clear + #config.hosts << /[a-z0-9]+\.ngrok\.io/ + # Enable/disable caching. By default caching is disabled. # Run rails dev:cache to toggle caching. if Rails.root.join("tmp/caching-dev.txt").exist? - config.action_controller.perform_caching = true - config.action_controller.enable_fragment_cache_logging = true - config.cache_store = :memory_store config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{2.days.to_i}" @@ -56,8 +60,6 @@ # Highlight code that triggered database queries in logs. config.active_record.verbose_query_logs = true - # Suppress logger output for asset requests. - config.assets.quiet = true # Raises error for missing translations. # config.i18n.raise_on_missing_translations = true diff --git a/config/initializers/cors.rb b/config/initializers/cors.rb index 39d72e1..567258d 100644 --- a/config/initializers/cors.rb +++ b/config/initializers/cors.rb @@ -1,23 +1,9 @@ -# Be sure to restart your server when you modify this file. - -# Avoid CORS issues when API is called from the frontend app. -# Handle Cross-Origin Resource Sharing (CORS) in order to accept cross-origin AJAX requests. - -# Read more: https://github.com/cyu/rack-cors - Rails.application.config.middleware.insert_before 0, Rack::Cors do - allow do - origins '*' - resource '*', headers: :any, methods: [:get, :post, :options] - end - end + allow do + origins "*" -# Rails.application.config.middleware.insert_before 0, Rack::Cors do -# allow do -# origins "example.com" -# -# resource "*", -# headers: :any, -# methods: [:get, :post, :put, :patch, :delete, :options, :head] -# end -# end + resource "*", + headers: :any, + methods: %i[get post put patch delete options head] + end +end diff --git a/config/local_env.yml b/config/local_env.yml index c6272f7..e3a9cc7 100644 --- a/config/local_env.yml +++ b/config/local_env.yml @@ -4,5 +4,5 @@ MPESA_PASSKEY: 'bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919 MPESA_SHORTCODE: '174379' MPESA_INITIATOR_NAME: 'testapi' MPESA_INITIATOR_PASSWORD: 'MTc0Mzc5YmZiMjc5ZjlhYTliZGJjZjE1OGU5N2RkNzFhNDY3Y2QyZTBjODkzMDU5YjEwZjc4ZTZiNzJhZGExZWQyYzkxOTIwMjMwMTEyMTIxMjAy' -CALLBACK_URL: 'https://718c-197-254-109-178.in.ngrok.io' -REGISTER_URL: "https://sandbox.safaricom.co.ke/mpesa/c2b/v1/registerurl" \ No newline at end of file +CALLBACK_URL: 'https://modern-burst-production.up.railway.app/' +REGISTER_URL: "https://sandbox.safaricom.co.ke/mpesa/c2b/v1/registerurl" diff --git a/config/locales/en.yml b/config/locales/en.yml index 8ca56fc..086d7c7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -30,4 +30,4 @@ # available at https://guides.rubyonrails.org/i18n.html. en: - hello: "Hello world" + hello: "Hello world" diff --git a/config/routes.rb b/config/routes.rb index 9b85f13..34c9041 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -10,6 +10,7 @@ get "/end", to: "stations#end" post "/auth/login", to: "authentication#login" + post "auth/admin", to: "authentication#admin" post "/signup", to: "users#create" get "/auth/verify", to: "authentication#verify" post "/pay" , to: "bookings#pay" @@ -18,8 +19,8 @@ # Defines the root path route ("/") # root "articles#index" - post "/stkpush", to: "mpesas#stkpush" - post "/stkquery", to: "mpesas#stkquery" + post "stkpush", to: "mpesas#stkpush" + post "stkquery", to: "mpesas#stkquery" end diff --git a/db/development.sqlite3 b/db/development.sqlite3 index cb29fa3..a20ab05 100644 Binary files a/db/development.sqlite3 and b/db/development.sqlite3 differ diff --git a/db/migrate/20230111200045_create_users.rb b/db/migrate/20230118092254_create_users.rb similarity index 83% rename from db/migrate/20230111200045_create_users.rb rename to db/migrate/20230118092254_create_users.rb index ec942cf..6ad466a 100644 --- a/db/migrate/20230111200045_create_users.rb +++ b/db/migrate/20230118092254_create_users.rb @@ -4,6 +4,7 @@ def change t.string :fullname t.string :phonenumber t.string :password_digest + t.boolean :isAdmin , default: false t.timestamps end diff --git a/db/schema.rb b/db/schema.rb index 8fcde07..84cbacd 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,11 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2023_01_17_104601) do +ActiveRecord::Schema[7.0].define(version: 2023_01_18_092254) do + # These are extensions that must be enabled in order to support this database + enable_extension "plpgsql" + enable_extension "timescaledb" + create_table "access_tokens", force: :cascade do |t| t.string "token" t.datetime "created_at", null: false @@ -71,6 +75,7 @@ t.string "fullname" t.string "phonenumber" t.string "password_digest" + t.boolean "isAdmin", default: false t.datetime "created_at", null: false t.datetime "updated_at", null: false end diff --git a/db/seeds.rb b/db/seeds.rb index 5a0a3e2..caa4d45 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -10,7 +10,7 @@ { bus_name: "Toxic", seater: 40, - passengers: 40, + passengers: 0, status: "Empty", from: "Juja", to: "Ruiru", @@ -19,7 +19,7 @@ { bus_name: "Batman", seater: 60, - passengers: 60, + passengers: 0, status: "Half-empty", from: "CBD", to: "Thika", @@ -28,7 +28,7 @@ { bus_name: "Kingkong", seater: 25, - passengers: 25, + passengers: 0, status: "2 seats", from: "KU", to: "Juja", @@ -37,20 +37,65 @@ { bus_name: "Mixtape", seater: 70, - passengers: 69, + passengers: 0, status: "Empty", - from: "Roysa", + from: "Roysambu", to: "CBD", time: "8:00pm" }, { bus_name: "Sugar", seater: 10, - passengers: 10, + passengers: 0, status: "Empty", from: "Juja", - to: "TRM", + to: "CBD", time: "9:00am" + }, + { + bus_name: "Mango", + seater: 30, + passengers: 0, + status: "Empty", + from: "Ruiru", + to: "Githurai", + time: "10:00am" + }, + { + bus_name: "Damager", + seater: 50, + passengers: 0, + status: "Empty", + from: "Githurai", + to: "CBD", + time: "11:00am" + }, + { + bus_name: "Mango", + seater: 30, + passengers: 0, + status: "Empty", + from: "Ruiru", + to: "Githurai", + time: "10:00am" + }, + { + bus_name: "Mario", + seater: 50, + passengers: 0, + status: "Empty", + from: "allssops", + to: "CBD", + time: "11:00am" + }, + { + bus_name: "Melon", + seater: 30, + passengers: 0, + status: "Empty", + from: "Ruiru", + to: "Githurai", + time: "10:00am" } ] @@ -61,7 +106,7 @@ stations = [ { station_name: "CBD", fare: 0 }, { station_name: "allssops", fare: 1 }, - { station_name: "Roysa", fare: 2 }, + { station_name: "Roysambu", fare: 2 }, { station_name: "Githurai", fare: 3 }, { station_name: "Ku", fare: 4 }, { station_name: "Ruiru-bypass", fare: 5 }, @@ -74,3 +119,29 @@ puts " ⚡ creating stations...." stations.each { |station| Station.create(station) } + +#users +# t.string :fullname +# t.string :phonenumber +# t.string :password_digest + +users = [ +# { +# "id": 3, +# "fullname": "lhjkgdhfx", +# "phonenumber": "0123456789", +# "password_digest": "$2a$12$AEuGaBoZGowIUk8W6NIDyOZOi8GCIwGaFdaXA3/8Ge3nG06vLvTHW", +# "isAdmin": false +# } +{ + fullname: "lhjkgdhfx", + phonenumber: "0123456789", + password_digest: "$2a$12$AEuGaBoZGowIUk8W6NIDyOZOi8GCIwGaFdaXA3/8Ge3nG06vLvTHW", + isAdmin: true +} +] + +puts " ⚡ creating users...." + +users.each { |user| User.create(user) } + diff --git a/log/development.log b/log/development.log index bd64e25..f020783 100644 --- a/log/development.log +++ b/log/development.log @@ -771,3 +771,32233 @@ Processing by BookingsController#create as */* Completed 200 OK in 29ms (Views: 3.7ms | ActiveRecord: 3.6ms | Allocations: 12794) + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Started GET "/ws" for ::1 at 2023-01-18 00:44:35 +0300 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + +ActionController::RoutingError (No route matches [GET] "/ws"): + +Started GET "/ws" for ::1 at 2023-01-18 00:44:44 +0300 + +ActionController::RoutingError (No route matches [GET] "/ws"): + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 16ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 5919) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 926) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (2.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 2.6ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:53 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.24ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:54 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:55 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 825) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.25ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:56 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.32ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.35ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 838) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.27ms) +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.35ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.57ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:44:59 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.25ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:00 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.33ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.8ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:01 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.22ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.32ms) +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:02 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.29ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 00:45:58 +0300 +Processing by StationsController#index as */* + Parameters: {"bus_id"=>4, "user_id"=>1, "from_id"=>2, "to_id"=>1, "fare"=>10, "station"=>{"fare"=>10}} + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.5ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:46:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms | Allocations: 836) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:46:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:46:59 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:46:59 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:46:59 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:46:59 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:00 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:01 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.34ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 834) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 832) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms | Allocations: 864) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 852) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms | Allocations: 1561) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.2ms | Allocations: 1948) + + + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.1ms | Allocations: 1312) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.7ms | Allocations: 3802) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.2ms | Allocations: 3521) + + + Station Load (0.2ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.2ms | Allocations: 3304) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.6ms | Allocations: 1928) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 982) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 873) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms | Allocations: 829) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 847) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (3.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 8ms (Views: 4.1ms | ActiveRecord: 3.0ms | Allocations: 1244) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 833) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms | Allocations: 849) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 877) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.4ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 932) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.5ms | Allocations: 858) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 1083) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms | Allocations: 835) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 827) + + +Processing by StationsController#start as */* +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms | Allocations: 1197) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms | Allocations: 2037) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 894) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.3ms | Allocations: 1205) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 850) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.2ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms | Allocations: 1634) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 1810) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms | Allocations: 1434) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.3ms | Allocations: 1319) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms | Allocations: 889) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.2ms | Allocations: 3594) + + + Station Load (0.2ms) SELECT "stations".* FROM "stations" + Station Load (0.1ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 20ms (Views: 19.7ms | ActiveRecord: 0.1ms | Allocations: 3649) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.2ms | Allocations: 3942) + + +Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.1ms | Allocations: 1498) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.3ms | Allocations: 932) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 825) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 832) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 846) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 857) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.44ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 1235) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 859) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 832) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 1276) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.2ms | Allocations: 1802) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.2ms | Allocations: 1561) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.25ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms | Allocations: 836) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 1151) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.4ms | Allocations: 1722) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 855) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms | Allocations: 843) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 846) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 1245) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 846) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 828) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 883) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 836) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 840) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.5ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 835) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 856) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 836) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 982) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 853) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 827) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 1248) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 1163) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 863) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 830) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.3ms | Allocations: 840) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 1617) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 855) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 839) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 1165) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 910) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 844) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms | Allocations: 859) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Processing by StationsController#start as */* +Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.2ms | Allocations: 834) + + + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 1056) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:05 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 832) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms | Allocations: 1173) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms | Allocations: 843) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 830) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 823) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 832) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 842) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 838) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 841) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 1264) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 844) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 834) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 852) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 1302) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 836) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 850) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 834) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 824) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 822) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:06 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms | Allocations: 829) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 835) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:25 +0300 +Processing by StationsController#start as */* + Parameters: {"bus_id"=>4, "user_id"=>1, "from_id"=>2, "to_id"=>1, "fare"=>10, "station"=>{"fare"=>10}} + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 822) + + + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-17 21:47:41.346900"], ["updated_at", "2023-01-17 21:47:41.346900"], ["station_id", nil]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-17 21:47:41.352527"], ["updated_at", "2023-01-17 21:47:41.352527"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-17 21:47:41.357999"], ["updated_at", "2023-01-17 21:47:41.357999"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-17 21:47:41.377773"], ["updated_at", "2023-01-17 21:47:41.377773"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-17 21:47:41.384040"], ["updated_at", "2023-01-17 21:47:41.384040"], ["station_id", nil]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-17 21:47:41.402551"], ["updated_at", "2023-01-17 21:47:41.402551"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-17 21:47:41.409356"], ["updated_at", "2023-01-17 21:47:41.409356"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-17 21:47:41.415124"], ["updated_at", "2023-01-17 21:47:41.415124"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.8ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-17 21:47:41.421164"], ["updated_at", "2023-01-17 21:47:41.421164"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-17 21:47:41.430543"], ["updated_at", "2023-01-17 21:47:41.430543"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-17 21:47:41.436108"], ["updated_at", "2023-01-17 21:47:41.436108"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-17 21:47:41.441864"], ["updated_at", "2023-01-17 21:47:41.441864"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-17 21:47:41.448823"], ["updated_at", "2023-01-17 21:47:41.448823"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-17 21:47:41.455711"], ["updated_at", "2023-01-17 21:47:41.455711"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-17 21:47:41.461192"], ["updated_at", "2023-01-17 21:47:41.461192"]] + TRANSACTION (2.5ms) commit transaction +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:47:50 +0300 +Processing by StationsController#start as */* + Parameters: {"bus_id"=>4, "user_id"=>1, "from_id"=>2, "to_id"=>1, "fare"=>10, "station"=>{"fare"=>10}} + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.42ms) +Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.5ms | Allocations: 7748) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:48:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.3ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 2145) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:48:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.08ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:48:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.35ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:48:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.58ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.5ms | Allocations: 3789) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 1008) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:09 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.47ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.3ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.35ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 908) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.44ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.41ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.37ms) +Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.3ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.35ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.25ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.5ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 907) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 916) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 926) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.25ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.5ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 971) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 1702) + + + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms | Allocations: 1429) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms | Allocations: 978) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 19ms (Views: 15.0ms | ActiveRecord: 0.2ms | Allocations: 3458) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms | Allocations: 2192) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms | Allocations: 3188) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 1711) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 917) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Processing by BusesController#index as */* +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.2ms | Allocations: 2691) + + +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms | Allocations: 2342) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms | Allocations: 1350) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 1395) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms | Allocations: 2040) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms | Allocations: 946) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 1158) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 928) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms | Allocations: 1592) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms | Allocations: 1482) + + + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms | Allocations: 1212) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 1372) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms | Allocations: 925) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 1326) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 931) + + +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 918) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 934) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 916) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms | Allocations: 932) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms | Allocations: 953) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms | Allocations: 1214) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:14 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms | Allocations: 1982) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.2ms | Allocations: 2022) + + + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.1ms | Allocations: 1145) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms | Allocations: 1164) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 925) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 910) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.2ms | Allocations: 1181) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms | Allocations: 2072) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 1421) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.2ms | Allocations: 3502) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 923) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 968) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 932) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 981) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 1473) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms | Allocations: 1694) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Processing by BusesController#index as */* + Bus Load (1.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 1.6ms | Allocations: 1251) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Processing by BusesController#index as */* +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms | Allocations: 2031) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 1361) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.3ms | Allocations: 906) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 1017) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms | Allocations: 1574) + + +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.2ms | Allocations: 1929) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms | Allocations: 1474) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 1177) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Processing by BusesController#index as */* +Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.1ms | Allocations: 1489) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 956) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.2ms | Allocations: 2843) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 1949) + + +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 907) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 928) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 918) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 1397) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms | Allocations: 943) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms | Allocations: 1225) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms | Allocations: 1074) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 935) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.1ms | Allocations: 1656) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 1003) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 922) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms | Allocations: 2997) + + + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.2ms | Allocations: 2388) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.1ms | Allocations: 4334) + + + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms | Allocations: 1596) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.1ms | Allocations: 1233) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.5ms | Allocations: 2172) + + +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.6ms | Allocations: 2376) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms | Allocations: 1583) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.2ms | Allocations: 1554) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 1370) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms | Allocations: 1722) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms | Allocations: 1980) + + + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.2ms | Allocations: 2078) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.2ms | Allocations: 4082) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.25ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms | Allocations: 1693) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms | Allocations: 1535) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 1201) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms | Allocations: 1152) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.21ms) +Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 941) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 1418) + + +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 980) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 1682) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 1203) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Processing by BusesController#index as */* + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) + ↳ app/controllers/buses_controller.rb:5:in `index' +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms | Allocations: 1750) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 1627) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 936) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 1102) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms | Allocations: 1567) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms | Allocations: 1599) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 1220) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 1104) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms | Allocations: 1122) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms | Allocations: 929) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 930) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (1.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 1.3ms | Allocations: 1163) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 1124) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 1476) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.3ms | Allocations: 2223) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Processing by BusesController#index as */* +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 1184) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Processing by BusesController#index as */* +Completed 200 OK in 29ms (Views: 15.5ms | ActiveRecord: 0.2ms | Allocations: 4395) + + + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms | Allocations: 1062) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 922) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 977) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.2ms | Allocations: 1462) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.6ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 925) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.4ms | Allocations: 1980) + + +Processing by BusesController#index as */* + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.2ms | Allocations: 3344) + + + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.3ms | Allocations: 3743) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms | Allocations: 4252) + + +Completed 200 OK in 21ms (Views: 17.7ms | ActiveRecord: 1.9ms | Allocations: 3473) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms | Allocations: 1382) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 1206) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms | Allocations: 1172) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 1182) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.1ms | Allocations: 2828) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms | Allocations: 4277) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.7ms | Allocations: 2650) + + +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms | Allocations: 1509) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 1221) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms | Allocations: 1728) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms | Allocations: 1874) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 962) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 930) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 913) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.3ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Processing by BusesController#index as */* + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms | Allocations: 1997) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms | Allocations: 1672) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:16 +0300 + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.2ms | Allocations: 1905) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms | Allocations: 1256) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + ↳ app/controllers/buses_controller.rb:5:in `index' + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.2ms | Allocations: 2027) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 1248) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms | Allocations: 1358) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms | Allocations: 1198) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.2ms | Allocations: 3029) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms | Allocations: 929) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.3ms | Allocations: 980) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 937) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.19ms) +Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 1444) + + +Processing by BusesController#index as */* +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + ↳ app/controllers/buses_controller.rb:5:in `index' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 1852) + + +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 1121) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 913) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 964) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 969) + + + ↳ app/controllers/buses_controller.rb:5:in `index' +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 1576) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms | Allocations: 1195) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 1148) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.15ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms | Allocations: 2988) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.32ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms | Allocations: 1877) + + +Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.2ms | Allocations: 3155) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.73ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 1333) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 946) + + +Processing by BusesController#index as */* +Processing by BusesController#index as */* +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.5ms | Allocations: 2088) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.73ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms | Allocations: 1942) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 1001) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.17ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 1192) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.13ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms | Allocations: 955) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 913) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) + ↳ app/controllers/buses_controller.rb:5:in `index' +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.2ms | Allocations: 2293) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms | Allocations: 1428) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/buses?from=[object%20Object]&to=[object%20Object]" for 127.0.0.1 at 2023-01-18 00:48:17 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 918) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"[object Object]", "to"=>"[object Object]"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "[object Object]"], ["to", "[object Object]"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 906) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:49:09 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.53ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 2069) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:49:09 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.18ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:49:09 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.9ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:49:09 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.07ms) +Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=allssops&to=Githurai" for 127.0.0.1 at 2023-01-18 00:49:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"Githurai"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Githurai"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms | Allocations: 904) + + +Started GET "/buses?from=allssops&to=Githurai" for 127.0.0.1 at 2023-01-18 00:49:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"Githurai"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Githurai"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms | Allocations: 904) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 00:49:28 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 1.5ms | Allocations: 8246) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 00:49:28 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.53ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 1256) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:03 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.7ms) +Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms | Allocations: 2044) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:03 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.73ms) +Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.5ms | Allocations: 2044) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.13ms) +Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:03 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.75ms) +Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=allssops&to=CBD" for 127.0.0.1 at 2023-01-18 00:50:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.08ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 904) + + +Started GET "/buses?from=allssops&to=CBD" for 127.0.0.1 at 2023-01-18 00:50:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms | Allocations: 904) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:24 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.26ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:24 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.26ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:24 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.71ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:50:24 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.25ms) +Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/buses?from=allssops&to=CBD" for 127.0.0.1 at 2023-01-18 00:50:44 +0300 +Started GET "/buses?from=allssops&to=CBD" for 127.0.0.1 at 2023-01-18 00:50:44 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 918) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms | Allocations: 904) + + +Started GET "/available" for 127.0.0.1 at 2023-01-18 00:51:07 +0300 +Processing by BusesController#available as */* + Parameters: {"bus_id"=>4, "user_id"=>1, "from_id"=>2, "to_id"=>1, "fare"=>10, "bus"=>{}} +Completed 400 Bad Request in 1ms (ActiveRecord: 0.0ms | Allocations: 570) + + + +ActionController::ParameterMissing (param is missing or the value is empty: from +Did you mean? from_id): + +app/controllers/buses_controller.rb:82:in `params_for_available' +app/controllers/buses_controller.rb:15:in `available' +Started GET "/available" for 127.0.0.1 at 2023-01-18 00:52:48 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"CBD", "bus"=>{"from"=>"allssops", "to"=>"CBD"}} +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"allssops", "to"=>"CBD"}} } +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"allssops", "to"=>"CBD"}} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:20:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"allssops", "to"=>"CBD"}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:22:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"allssops", "to"=>"CBD"}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:23:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.16ms) +Completed 200 OK in 20ms (Views: 10.2ms | ActiveRecord: 0.8ms | Allocations: 7049) + + +Started GET "/available" for 127.0.0.1 at 2023-01-18 00:53:12 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"TRM", "bus"=>{"from"=>"Juja", "to"=>"TRM"}} +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"TRM", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Juja", "to"=>"TRM"}} } +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"TRM", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Juja", "to"=>"TRM"}} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "TRM"]] + ↳ app/controllers/buses_controller.rb:20:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"TRM", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Juja", "to"=>"TRM"}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:22:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"TRM", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Juja", "to"=>"TRM"}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "TRM"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:23:in `available' +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.4ms | Allocations: 3581) + + + +NoMethodError (undefined method `fare' for nil:NilClass + + fare_to = Station.find_by(station_name: params_for_available[:to]).fare + ^^^^^): + +app/controllers/buses_controller.rb:23:in `available' +Started GET "/available" for 127.0.0.1 at 2023-01-18 00:55:14 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:20:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:22:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:23:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (2.11ms) +Completed 200 OK in 14ms (Views: 3.0ms | ActiveRecord: 0.8ms | Allocations: 2563) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:55:38 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:55:38 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.43ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 2077) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.69ms) +Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.3ms | Allocations: 2044) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:55:39 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:55:39 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.89ms) +Processing by StationsController#start as */* +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.3ms | Allocations: 2953) + + + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.16ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.7ms | Allocations: 2500) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 00:55:44 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 00:55:44 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.3ms | Allocations: 1158) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:56:51 +0300 +Processing by StationsController#start as */* +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:56:51 +0300 + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.73ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 2145) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.81ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:56:51 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.43ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 2067) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 00:56:51 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.76ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 00:57:01 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 00:57:01 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.27ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 1100) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.43ms) +Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:00:14 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:00:14 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.33ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.3ms | Allocations: 2104) + + +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.02ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.8ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:00:14 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.82ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:00:14 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.27ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:01:21 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:01:21 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.48ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 1110) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.56ms) +Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:03:37 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.09ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:03:37 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.37ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:03:37 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:03:37 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.04ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 2055) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.41ms) +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:04:13 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:04:13 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.33ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 1106) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.55ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:04:57 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:04:57 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.54ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms | Allocations: 2048) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.24ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:04:57 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:04:57 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.32ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms | Allocations: 2356) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.64ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:05:04 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:05:04 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.39ms) +Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 1102) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.87ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:07:26 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:07:26 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.26ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 2069) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.9ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:07:27 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:07:27 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.61ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms | Allocations: 2053) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.63ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:07:35 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:07:35 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 1108) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.44ms) +Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.3ms | Allocations: 1095) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:08:38 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:08:38 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.69ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.4ms | Allocations: 2143) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.77ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:08:38 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:08:38 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.4ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms | Allocations: 2051) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.77ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:09:45 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:09:45 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.67ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms | Allocations: 1114) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.71ms) +Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.3ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:10:33 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.5ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:10:33 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.81ms) +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:10:33 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.52ms) +Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:10:34 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.06ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:10:40 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:10:40 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.4ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:11:40 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:11:40 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.76ms) +Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.3ms | Allocations: 2159) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.19ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:11:40 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:11:40 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.45ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.2ms | Allocations: 2628) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.3ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:11:47 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.79ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 1156) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:11:47 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.95ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:09 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:09 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.51ms) +Processing by StationsController#start as */* +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms | Allocations: 2484) + + + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.5ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.9ms | Allocations: 2453) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:09 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:09 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.69ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.31ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.2ms | Allocations: 3829) + + +Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.3ms | Allocations: 4131) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:12:16 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:12:16 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.62ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.3ms | Allocations: 1144) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:54 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:54 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.61ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.4ms | Allocations: 2045) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.19ms) +Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:54 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:12:54 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.07ms) +Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms | Allocations: 2089) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.08ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:13:04 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:13:04 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.3ms | Allocations: 1112) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.47ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:13:48 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.37ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms | Allocations: 2089) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:13:48 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.48ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:13:48 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.11ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:13:48 +0300 +Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.3ms | Allocations: 2503) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.71ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 2044) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:13:59 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:13:59 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.49ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 1109) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.2ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:15:12 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:15:12 +0300 + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.62ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 2280) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.24ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:15:12 +0300 +Processing by StationsController#start as */* +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:15:12 +0300 + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.54ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms | Allocations: 2670) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.32ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:15:18 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:15:18 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 1104) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.64ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:24:11 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.51ms) +Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.9ms | Allocations: 2181) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:24:11 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.54ms) +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:24:11 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.17ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:24:11 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.59ms) +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=allssops&to=allssops" for 127.0.0.1 at 2023-01-18 01:24:18 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"allssops"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "allssops"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.3ms | Allocations: 953) + + +Started GET "/buses?from=allssops&to=allssops" for 127.0.0.1 at 2023-01-18 01:24:18 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"allssops"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "allssops"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.12ms) +Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 904) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:24:27 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.52ms) +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:24:27 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.49ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:25:01 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.48ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:25:01 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.57ms) +Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:25:01 +0300 +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.38ms) +Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.9ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:25:01 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.39ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:25:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:25:11 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:26:35 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.2ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.3ms | Allocations: 2178) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:26:36 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.58ms) +Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:26:36 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:26:36 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.53ms) +Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.2ms | Allocations: 2516) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.22ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:26:46 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:26:46 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.36ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.3ms | Allocations: 1116) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.9ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:30:09 +0300 +Processing by StationsController#start as */* + Station Load (2.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.95ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:30:09 +0300 +Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 2.1ms | Allocations: 2507) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.63ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:30:09 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:30:09 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.58ms) +Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.2ms | Allocations: 2133) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.98ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:31:02 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.65ms) +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 1110) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:31:02 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.47ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:34:29 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:34:29 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.06ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms | Allocations: 2055) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.9ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:34:29 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:34:29 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.8ms) +Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.4ms | Allocations: 2055) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.94ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:34:36 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:34:36 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.29ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 1100) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.3ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:04 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.9ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.53ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:04 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.76ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.82ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.8ms | Allocations: 2216) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:35:10 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:35:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms | Allocations: 1149) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.53ms) +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:37 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:37 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.36ms) +Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.3ms | Allocations: 2065) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.58ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:37 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.52ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:35:37 +0300 +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms | Allocations: 2174) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.03ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:35:43 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:35:43 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.36ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 1117) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.81ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:10 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.47ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:10 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.54ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:11 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.49ms) +Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 2067) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:11 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.53ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:36:15 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:36:15 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms | Allocations: 1102) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.66ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:49 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:49 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.35ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms | Allocations: 2063) + + +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.06ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.9ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:49 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.72ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2056) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:36:49 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.77ms) +Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:37:00 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:37:00 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.29ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 1126) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.6ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/available" for 127.0.0.1 at 2023-01-18 01:41:49 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:20:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:22:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:23:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.86ms) +Completed 200 OK in 18ms (Views: 1.8ms | ActiveRecord: 2.0ms | Allocations: 9950) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:43:57 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.68ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms | Allocations: 2716) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:43:57 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.35ms) +Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 2145) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:43:57 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.68ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:43:57 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.1ms) +Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:44:04 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.59ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 1572) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:44:04 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms | Allocations: 1256) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:44:17 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:44:17 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.67ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms | Allocations: 2068) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.33ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:44:17 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 01:44:17 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.07ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 2067) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.31ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:44:27 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 01:44:27 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.39ms) +Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms | Allocations: 1102) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.36ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:08:08 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.2ms) +Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 2.6ms | Allocations: 2214) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:08:08 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.17ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:08:08 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.47ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:08:08 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.23ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/buses?from=allssops&to=Roysa" for 127.0.0.1 at 2023-01-18 08:08:19 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"Roysa"} + Bus Load (4.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Roysa"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 4.6ms | Allocations: 953) + + +Started GET "/buses?from=allssops&to=Roysa" for 127.0.0.1 at 2023-01-18 08:08:19 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"allssops", "to"=>"Roysa"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Roysa"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms | Allocations: 904) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:08:44 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.44ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:08:44 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms | Allocations: 1095) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:11:59 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:11:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.24ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 2049) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.59ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:11:59 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:11:59 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.4ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.32ms) + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms | Allocations: 2933) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.65ms) +Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 1.4ms | Allocations: 4279) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:12:06 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:12:06 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.34ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms | Allocations: 1151) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.64ms) +Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:13:02 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:13:02 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.83ms) + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 24ms (Views: 16.8ms | ActiveRecord: 0.3ms | Allocations: 3302) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.77ms) +Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.2ms | Allocations: 4170) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:13:02 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:13:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.1ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 2067) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.64ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:13:10 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:13:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.33ms) +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms | Allocations: 1107) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.57ms) +Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:18:16 +0300 +Processing by StationsController#start as */* + Station Load (2.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.14ms) +Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 2.4ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.26ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.07ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.03ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:18:25 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.73ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms | Allocations: 1094) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:18:25 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:19:22 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:19:22 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.25ms) +Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.6ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:19:22 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:19:22 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.89ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.41ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:19:38 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:19:38 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.4ms) +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms | Allocations: 1104) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.8ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:22:49 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.4ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 2062) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:22:49 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.07ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:22:49 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.41ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 2058) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:22:49 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.13ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:00 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:00 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.07ms) +Completed 200 OK in 21ms (Views: 15.7ms | ActiveRecord: 0.9ms | Allocations: 7114) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.09ms) +Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 1.5ms | Allocations: 7589) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:01 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:01 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.28ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms | Allocations: 2142) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.44ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:24 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:24 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.71ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms | Allocations: 2053) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.67ms) +Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:24 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:24 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.54ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 2065) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.45ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:33 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:33 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.4ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.22ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.5ms | Allocations: 3190) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.62ms) +Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.4ms | Allocations: 3648) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:34 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:29:34 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.12ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.1ms | Allocations: 2053) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.85ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:39:37 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:39:37 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.76ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.89ms) +Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.5ms | Allocations: 7078) + + +Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.6ms | Allocations: 7259) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:39:38 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:39:38 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.12ms) +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.3ms | Allocations: 2709) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.44ms) +Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:39:38 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:39:38 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.08ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (17.42ms) +Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.2ms | Allocations: 5279) + + +Started POST "/create" for 127.0.0.1 at 2023-01-18 08:41:06 +0300 + +ActionController::RoutingError (No route matches [POST] "/create"): + +Started POST "/booking" for 127.0.0.1 at 2023-01-18 08:41:18 +0300 + +ActionController::RoutingError (No route matches [POST] "/booking"): + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:41:26 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Completed 500 Internal Server Error in 30ms (ActiveRecord: 2.6ms | Allocations: 7325) + + + +NameError (undefined local variable or method `current_user' for # + + user_id: current_user.id, + ^^^^^^^^^^^^): + +app/controllers/bookings_controller.rb:21:in `create' +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:41:46 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.0ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", nil], ["user_id", 0], ["isActive", 0], ["from_id", 2], ["to_id", 0], ["fare", 20], ["created_at", "2023-01-18 05:41:46.172392"], ["updated_at", "2023-01-18 05:41:46.172392"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 44ms (ActiveRecord: 7.0ms | Allocations: 15561) + + + +NoMethodError (undefined method `bus' for #): + +app/controllers/bookings_controller.rb:30:in `create' +Started POST "/available" for 127.0.0.1 at 2023-01-18 08:42:25 +0300 + +ActionController::RoutingError (No route matches [POST] "/available"): + +Started GET "/available" for 127.0.0.1 at 2023-01-18 08:42:38 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:20:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:22:in `available' +Unpermitted parameters: :from, :to, :bus. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available", "bus"=>{"from"=>"Roysa", "to"=>"CBD"}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:23:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.42ms) +Completed 200 OK in 18ms (Views: 1.6ms | ActiveRecord: 1.6ms | Allocations: 7388) + + +Started POST "/available" for 127.0.0.1 at 2023-01-18 08:42:43 +0300 + +ActionController::RoutingError (No route matches [POST] "/available"): + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:43:12 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 0], ["isActive", 0], ["from_id", 2], ["to_id", 0], ["fare", 20], ["created_at", "2023-01-18 05:43:12.434936"], ["updated_at", "2023-01-18 05:43:12.434936"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 24ms (ActiveRecord: 6.9ms | Allocations: 8407) + + + +NoMethodError (undefined method `bus' for #): + +app/controllers/bookings_controller.rb:30:in `create' + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:44:25 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 200 OK in 51ms (Views: 1.6ms | ActiveRecord: 3.0ms | Allocations: 22192) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:45:13 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:45:13 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.2ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.47ms) + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.2ms | Allocations: 3636) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.57ms) +Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.7ms | Allocations: 4909) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:45:13 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:45:13 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.72ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms | Allocations: 2153) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.94ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:45:20 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:45:20 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.57ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms | Allocations: 1376) + + +Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.4ms | Allocations: 3532) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:46:15 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.87ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 2199) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:46:15 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.67ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:46:15 +0300 +Processing by StationsController#start as */* +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:46:15 +0300 + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.65ms) + Station Load (0.3ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.5ms | Allocations: 2895) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.9ms) +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms | Allocations: 2394) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:46:22 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:46:22 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms | Allocations: 1108) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.78ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:46:26 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "booking"=>{}} +Unpermitted parameters: :bus, :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameters: :bus, :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameters: :bus, :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 18ms (ActiveRecord: 1.0ms | Allocations: 5097) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:30:in `create' +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:46:59 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.11ms) +Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 0.7ms | Allocations: 4803) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:47:29 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:47:29 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.95ms) +Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.8ms | Allocations: 2450) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (204.72ms) +Completed 200 OK in 214ms (Views: 212.6ms | ActiveRecord: 0.6ms | Allocations: 2212) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:47:30 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:47:30 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (87.91ms) +Completed 200 OK in 232ms (Views: 231.8ms | ActiveRecord: 0.3ms | Allocations: 2075) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.48ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:47:36 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:47:36 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.27ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms | Allocations: 1110) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.5ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:47:41 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "booking"=>{}} +Unpermitted parameters: :bus, :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameters: :bus, :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameters: :bus, :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.7ms | Allocations: 4936) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:30:in `create' +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:48:23 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:48:23 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.94ms) + Station Load (0.3ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.3ms | Allocations: 2739) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.09ms) +Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.3ms | Allocations: 3649) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:48:23 +0300 +Processing by StationsController#start as */* +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:48:23 +0300 + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.32ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms | Allocations: 2214) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.67ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:48:30 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:48:30 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.51ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 1102) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.09ms) +Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:48:34 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 200 OK in 18ms (Views: 0.5ms | ActiveRecord: 0.9ms | Allocations: 4747) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:49:27 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.2ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.3ms | Allocations: 2343) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:49:27 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.0ms) +Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:49:27 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:49:27 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.12ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 2047) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.31ms) +Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:49:37 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:49:37 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.46ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 1099) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.49ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:49:43 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.46ms) +Completed 200 OK in 15ms (Views: 1.0ms | ActiveRecord: 0.8ms | Allocations: 4746) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:50:36 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.53ms) +Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:50:36 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.91ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:50:36 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.98ms) +Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:50:36 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.26ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:50:50 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.63ms) +Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:50:50 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.35ms) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:50:54 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 200 OK in 22ms (Views: 0.5ms | ActiveRecord: 1.1ms | Allocations: 4750) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:06 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:06 +0300 +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.35ms) +Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 1.0ms | Allocations: 2269) + + +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.49ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms | Allocations: 2077) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:07 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:07 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.27ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 2051) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.8ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:51:12 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:51:12 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.29ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 1099) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.67ms) +Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:51:18 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.14ms) +Completed 200 OK in 15ms (Views: 0.7ms | ActiveRecord: 0.8ms | Allocations: 4745) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:32 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:32 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.55ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 2058) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.61ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:32 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:51:32 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.84ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms | Allocations: 2061) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.87ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:51:54 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:51:54 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.52ms) +Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 1118) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.57ms) +Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.5ms | Allocations: 1094) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:51:58 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.18ms) +Completed 200 OK in 15ms (Views: 0.7ms | ActiveRecord: 0.9ms | Allocations: 4745) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:53:27 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:53:27 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.07ms) +Completed 200 OK in 31ms (Views: 24.8ms | ActiveRecord: 3.0ms | Allocations: 5452) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.3ms) +Completed 200 OK in 30ms (Views: 24.6ms | ActiveRecord: 2.8ms | Allocations: 5431) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:53:28 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:53:28 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.44ms) + Station Load (0.7ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.6ms | Allocations: 2787) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.35ms) +Completed 200 OK in 29ms (Views: 25.1ms | ActiveRecord: 2.8ms | Allocations: 2563) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:53:33 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:53:33 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.28ms) +Completed 200 OK in 44ms (Views: 23.5ms | ActiveRecord: 3.2ms | Allocations: 5680) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.05ms) +Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms | Allocations: 1263) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:53:36 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.07ms) +Completed 200 OK in 82ms (Views: 6.4ms | ActiveRecord: 6.9ms | Allocations: 13650) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:54:30 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.8ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.2ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.34ms) +Completed 200 OK in 94ms (Views: 5.8ms | ActiveRecord: 9.9ms | Allocations: 20034) + + + ActiveRecord::SchemaMigration Pluck (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.4ms) begin transaction + Bus Create (1.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 05:57:40.982139"], ["updated_at", "2023-01-18 05:57:40.982139"], ["station_id", nil]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 05:57:41.001024"], ["updated_at", "2023-01-18 05:57:41.001024"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 05:57:41.046688"], ["updated_at", "2023-01-18 05:57:41.046688"], ["station_id", nil]] + TRANSACTION (3.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.6ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 05:57:41.061454"], ["updated_at", "2023-01-18 05:57:41.061454"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (1.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 05:57:41.073099"], ["updated_at", "2023-01-18 05:57:41.073099"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.9ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 05:57:41.100395"], ["updated_at", "2023-01-18 05:57:41.100395"]] + TRANSACTION (3.4ms) commit transaction + TRANSACTION (0.2ms) begin transaction + Station Create (0.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 05:57:41.116243"], ["updated_at", "2023-01-18 05:57:41.116243"]] + TRANSACTION (3.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 05:57:41.132983"], ["updated_at", "2023-01-18 05:57:41.132983"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (1.0ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 05:57:41.144886"], ["updated_at", "2023-01-18 05:57:41.144886"]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 05:57:41.158853"], ["updated_at", "2023-01-18 05:57:41.158853"]] + TRANSACTION (2.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 05:57:41.171030"], ["updated_at", "2023-01-18 05:57:41.171030"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 05:57:41.182514"], ["updated_at", "2023-01-18 05:57:41.182514"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.2ms) begin transaction + Station Create (0.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 05:57:41.193948"], ["updated_at", "2023-01-18 05:57:41.193948"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 05:57:41.205897"], ["updated_at", "2023-01-18 05:57:41.205897"]] + TRANSACTION (2.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 05:57:41.218209"], ["updated_at", "2023-01-18 05:57:41.218209"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.2ms) begin transaction + User Create (0.8ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", "John Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 05:57:41.251257"], ["updated_at", "2023-01-18 05:57:41.251257"]] + TRANSACTION (4.1ms) commit transaction + TRANSACTION (0.2ms) begin transaction + User Create (0.7ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", "Jane Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 05:57:41.267948"], ["updated_at", "2023-01-18 05:57:41.267948"]] + TRANSACTION (3.5ms) commit transaction +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:57:52 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:57:52 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.46ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.68ms) +Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 1.4ms | Allocations: 6916) + + +Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.5ms | Allocations: 7315) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:57:53 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 08:57:53 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.7ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (19.79ms) + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 60ms (Views: 58.2ms | ActiveRecord: 0.6ms | Allocations: 4651) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (23.94ms) +Completed 200 OK in 65ms (Views: 63.8ms | ActiveRecord: 0.7ms | Allocations: 6024) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:57:59 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 08:57:59 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.49ms) +Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.6ms | Allocations: 2087) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.18ms) +Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.6ms | Allocations: 1430) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 08:58:07 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.9ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.9ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.3ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.38ms) +Completed 200 OK in 42ms (Views: 1.8ms | ActiveRecord: 3.4ms | Allocations: 5162) + + + User Load (0.4ms) SELECT "users".* FROM "users" +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 09:00:04 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.8ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 0], ["to_id", 0], ["fare", 20], ["created_at", "2023-01-18 06:00:04.867352"], ["updated_at", "2023-01-18 06:00:04.867352"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (7.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.35ms) +Completed 200 OK in 131ms (Views: 20.0ms | ActiveRecord: 16.8ms | Allocations: 22995) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:04:36 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:04:36 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.55ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.61ms) +Completed 200 OK in 48ms (Views: 42.0ms | ActiveRecord: 2.7ms | Allocations: 10050) + + +Completed 200 OK in 47ms (Views: 40.0ms | ActiveRecord: 1.0ms | Allocations: 9869) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:04:37 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:04:37 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (19.82ms) +Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.7ms | Allocations: 3353) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.31ms) +Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 09:04:44 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 09:04:44 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.12ms) +Completed 200 OK in 55ms (Views: 40.6ms | ActiveRecord: 2.4ms | Allocations: 5894) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.61ms) +Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.6ms | Allocations: 1430) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 09:04:47 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + TRANSACTION (0.4ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 0], ["to_id", 0], ["fare", 20], ["created_at", "2023-01-18 06:04:47.423000"], ["updated_at", "2023-01-18 06:04:47.423000"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.38ms) +Completed 200 OK in 86ms (Views: 5.8ms | ActiveRecord: 9.9ms | Allocations: 15633) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:05:29 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking_id"=>6, "booking"=>{}} + Booking Load (1.1ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:72:in `find_booking' +Completed 500 Internal Server Error in 18ms (ActiveRecord: 1.1ms | Allocations: 2251) + + + +NoMethodError (undefined method `user' for nil:NilClass + + phonenumber = booking.user.phonenumber + ^^^^^): + +app/controllers/bookings_controller.rb:58:in `pay' + Booking Load (0.9ms) SELECT "bookings".* FROM "bookings" + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:08:15 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>6, "booking"=>{"id"=>6}} + Booking Load (0.8ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:72:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:58:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.24ms) +Completed 200 OK in 13ms (Views: 1.7ms | ActiveRecord: 1.2ms | Allocations: 1828) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:09:56 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>6, "booking"=>{"id"=>6}} + Booking Load (0.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:74:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.41ms) +Completed 200 OK in 52ms (Views: 9.0ms | ActiveRecord: 6.0ms | Allocations: 10411) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:12:19 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>6, "booking"=>{"id"=>6}} + Booking Load (0.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.5ms) +Completed 200 OK in 280ms (Views: 42.9ms | ActiveRecord: 6.2ms | Allocations: 10348) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:12:56 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>6, "booking"=>{"id"=>6}} + Booking Load (1.1ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:80:in `find_booking' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:65:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.39ms) +Completed 200 OK in 119ms (Views: 11.9ms | ActiveRecord: 10.6ms | Allocations: 15822) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:13:31 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>6, "booking"=>{"id"=>6}} + Booking Load (0.7ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.71ms) +Completed 200 OK in 62ms (Views: 10.2ms | ActiveRecord: 6.3ms | Allocations: 10341) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:13:44 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>6, "booking"=>{"id"=>6}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (2.02ms) +Completed 200 OK in 12ms (Views: 3.5ms | ActiveRecord: 0.6ms | Allocations: 1375) + + +[ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 0d8b-197-232-128-93.in.ngrok.io +[ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 0d8b-197-232-128-93.in.ngrok.io +Started POST "/login" for ::1 at 2023-01-18 09:39:10 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + +ActionController::RoutingError (No route matches [POST] "/login"): + +Started POST "/users" for ::1 at 2023-01-18 09:39:33 +0300 +Processing by UsersController#create as */* + Parameters: {"name"=>"uhgyg", "password_digest"=>"[FILTERED]", "email"=>"jackson.kahono@student.moringaschool.com", "user"=>{"password_digest"=>"[FILTERED]"}} +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.07ms) +Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms | Allocations: 4246) + + +Started GET "/public_letters?period=all" for ::1 at 2023-01-18 09:39:33 +0300 + +ActionController::RoutingError (No route matches [GET] "/public_letters"): + +Started GET "/public_letters?period=month" for ::1 at 2023-01-18 09:47:34 +0300 + +ActionController::RoutingError (No route matches [GET] "/public_letters"): + +Started POST "/private_letters" for ::1 at 2023-01-18 09:49:30 +0300 + +ActionController::RoutingError (No route matches [POST] "/private_letters"): + +Started GET "/public_letters?period=all" for ::1 at 2023-01-18 09:49:34 +0300 + +ActionController::RoutingError (No route matches [GET] "/public_letters"): + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.47ms) +Completed 200 OK in 37ms (Views: 32.4ms | ActiveRecord: 3.8ms | Allocations: 9521) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.48ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.2ms | Allocations: 3373) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.03ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.15ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.11ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.22ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.48ms) +Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.87ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.9ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.87ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.25ms) +Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.73ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:57 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.0ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.15ms) +Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.64ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.34ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.29ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.2ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.74ms) +Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.6ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.56ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.47ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.77ms) +Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.97ms) +Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.22ms) +Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.41ms) +Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.13ms) +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.91ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.08ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.23ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.91ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.99ms) +Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.84ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.88ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.3ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.02ms) +Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.05ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.85ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.9ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.68ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.37ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.34ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.18ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.08ms) +Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.18ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.29ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.23ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.83ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.06ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.5ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.18ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.54ms) +Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.9ms) +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.97ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.54ms) +Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.73ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:58 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.61ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.25ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.93ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.23ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.61ms) +Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.83ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.72ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.81ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.5ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.04ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.37ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.24ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.98ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.14ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.11ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.57ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.01ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.49ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.41ms) +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.94ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.93ms) +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.12ms) +Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.46ms) +Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.23ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.97ms) +Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.26ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.1ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.15ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.64ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.2ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.18ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.26ms) +Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.92ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.02ms) +Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.62ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.79ms) +Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.11ms) +Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.58ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.08ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.58ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.25ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.3ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.82ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.96ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.5ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.66ms) +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.4ms) +Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.9ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:50:59 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.58ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.57ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.15ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.4ms) +Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.4ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.95ms) +Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.4ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.06ms) +Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.66ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.43ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.08ms) +Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.98ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.1ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.52ms) +Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.55ms) +Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.05ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.32ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.54ms) +Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.84ms) +Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.69ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.75ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.97ms) +Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.4ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.74ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.24ms) +Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.7ms) +Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.47ms) +Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.01ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.53ms) +Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.4ms) +Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.61ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.27ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.7ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.37ms) +Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.59ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.38ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.12ms) +Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.94ms) +Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.26ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.34ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.41ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.14ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.84ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.11ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.76ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.8ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.47ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.14ms) +Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.49ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:00 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.89ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.85ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.43ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.04ms) +Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.56ms) +Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.5ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.79ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.07ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.39ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.56ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.0ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.78ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.23ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.95ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.75ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.42ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.66ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.8ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.81ms) +Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.87ms) +Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.46ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.1ms) +Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.28ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.8ms) +Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.45ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.5ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.58ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.82ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.19ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.42ms) +Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.9ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.54ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.74ms) +Completed 200 OK in 15ms (Views: 11.9ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.3ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.81ms) +Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.06ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.64ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.61ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.75ms) +Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.17ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.52ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.13ms) +Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.7ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.04ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.99ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.4ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.04ms) +Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.54ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.24ms) +Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.1ms) +Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.01ms) +Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:01 +0300 +Processing by StationsController#index as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.17ms) +Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.8ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.72ms) +Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.32ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.12ms) +Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.95ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.61ms) +Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.44ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.21ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.25ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.74ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.46ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.97ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.03ms) +Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.37ms) +Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.79ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.02ms) +Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.37ms) +Completed 200 OK in 15ms (Views: 15.0ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.53ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.05ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.57ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.08ms) +Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.04ms) +Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.6ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.16ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.8ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.27ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.62ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.23ms) +Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.59ms) +Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.64ms) +Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.34ms) +Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.5ms | Allocations: 3256) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.65ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.1ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.45ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.86ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.69ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.66ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.2ms) +Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.36ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.94ms) +Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.36ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.08ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.77ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.68ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.8ms) +Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.11ms) +Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.98ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.5ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.49ms) +Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.83ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:02 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.14ms) +Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.85ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.67ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.35ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.66ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.72ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.55ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.9ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.03ms) +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.84ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.85ms) +Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.86ms) +Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.32ms) +Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.95ms) +Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.67ms) +Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.57ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.61ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.01ms) +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.73ms) +Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.58ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.45ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.72ms) +Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.93ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.34ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.95ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.4ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.87ms) +Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.77ms) +Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.24ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.46ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.81ms) +Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.01ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.16ms) +Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.34ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.22ms) +Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.0ms) +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.8ms) +Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.48ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.73ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.77ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.07ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.63ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.22ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.29ms) +Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.02ms) +Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.53ms) +Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.79ms) +Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:03 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.99ms) +Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.94ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.66ms) +Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.25ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.59ms) +Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.02ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.52ms) +Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.7ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.19ms) +Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.66ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.85ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.05ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.95ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.74ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.69ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.23ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.84ms) +Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.81ms) +Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.79ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.18ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.25ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.87ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.18ms) +Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.91ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.29ms) +Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.53ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.84ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.89ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.56ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.85ms) +Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.73ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.3ms | Allocations: 3257) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.87ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.53ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.52ms) +Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.6ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.3ms) +Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.82ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.2ms) +Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.93ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.93ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.93ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.72ms) +Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.1ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.5ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.45ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.73ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.25ms) +Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.67ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.25ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.0ms) +Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:04 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.11ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.6ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.0ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.33ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.12ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.52ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.51ms) +Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.64ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.36ms) +Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.32ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.76ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.4ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.76ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.6ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.52ms) +Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.33ms) +Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.64ms) +Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.77ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.55ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.94ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.15ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.11ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.45ms) +Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.53ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.73ms) +Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.04ms) +Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.28ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.65ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.69ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.21ms) +Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.67ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.64ms) +Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.69ms) +Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.5ms) +Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.29ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.46ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.72ms) +Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.51ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.61ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.93ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (2.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.15ms) +Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 2.1ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.24ms) +Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.28ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.65ms) +Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/stations" for 127.0.0.1 at 2023-01-18 09:51:05 +0300 +Processing by StationsController#index as */* + Station Load (1.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.3ms) +Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 1.7ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.96ms) +Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms | Allocations: 3260) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.97ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.38ms) +Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.92ms) +Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.26ms) +Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.8ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.03ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.55ms) +Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.25ms) +Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.62ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.35ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.26ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:51:41 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.13ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:53:10 +0300 +Processing by StationsController#start as */* + Station Load (2.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.4ms) +Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 2.0ms | Allocations: 3269) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:53:10 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.07ms) +Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:53:10 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.6ms) +Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:53:10 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.49ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 09:53:20 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.49ms) +Completed 200 OK in 31ms (Views: 15.9ms | ActiveRecord: 2.0ms | Allocations: 9308) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 09:53:20 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.0ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms | Allocations: 1423) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 09:53:24 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.0ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 06:53:24.507591"], ["updated_at", "2023-01-18 06:53:24.507591"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.21ms) +Completed 200 OK in 62ms (Views: 1.0ms | ActiveRecord: 6.1ms | Allocations: 17981) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:53:46 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>7, "booking"=>{"id"=>7}} + Booking Load (0.8ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +No template found for BookingsController#pay, rendering head :no_content +Completed 204 No Content in 19ms (ActiveRecord: 1.1ms | Allocations: 2172) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:56:13 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>7, "booking"=>{"id"=>7}} + Booking Load (0.1ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.75ms) +Completed 200 OK in 20ms (Views: 2.8ms | ActiveRecord: 2.1ms | Allocations: 10395) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:58:43 +0300 +Processing by StationsController#start as */* + Station Load (1.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.65ms) +Completed 200 OK in 34ms (Views: 23.5ms | ActiveRecord: 3.9ms | Allocations: 6160) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:58:43 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.3ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.6ms | Allocations: 3355) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:58:43 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.82ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 09:58:43 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.88ms) +Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 09:58:50 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.84ms) +Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 1.3ms | Allocations: 5850) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 09:58:50 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.99ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 09:58:53 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "booking"=>{"bus_id"=>9}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.5ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 9], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 06:58:54.070242"], ["updated_at", "2023-01-18 06:58:54.070242"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.38ms) +Completed 200 OK in 76ms (Views: 1.3ms | ActiveRecord: 4.8ms | Allocations: 7951) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:58:55 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>8, "booking"=>{"id"=>8}} + Booking Load (0.4ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.78ms) +Completed 200 OK in 12ms (Views: 1.9ms | ActiveRecord: 0.8ms | Allocations: 1373) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 09:58:55 +0300 + +LoadError (cannot load such file -- rest-client): + +app/controllers/mpesas_controller.rb:3:in `' +app/controllers/mpesas_controller.rb:1:in `
' +Started POST "/pay" for 127.0.0.1 at 2023-01-18 09:59:57 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>8, "booking"=>{"id"=>8}} + Booking Load (0.1ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.35ms) +Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms | Allocations: 1581) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 09:59:57 +0300 + +LoadError (cannot load such file -- rest-client): + +app/controllers/mpesas_controller.rb:3:in `' +app/controllers/mpesas_controller.rb:1:in `
' +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:00:04 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>8, "booking"=>{"id"=>8}} + Booking Load (0.1ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.38ms) +Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms | Allocations: 1364) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:00:04 +0300 + +LoadError (cannot load such file -- rest-client): + +app/controllers/mpesas_controller.rb:3:in `' +app/controllers/mpesas_controller.rb:1:in `
' +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:00:34 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>8, "booking"=>{"id"=>8}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.59ms) +Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.5ms | Allocations: 1364) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:00:34 +0300 + +LoadError (cannot load such file -- rest-client): + +app/controllers/mpesas_controller.rb:3:in `' +app/controllers/mpesas_controller.rb:1:in `
' +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:00:40 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>8, "booking"=>{"id"=>8}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (4.75ms) +Completed 200 OK in 10ms (Views: 5.9ms | ActiveRecord: 0.3ms | Allocations: 1364) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:00:40 +0300 + +LoadError (cannot load such file -- rest-client): + +app/controllers/mpesas_controller.rb:3:in `' +app/controllers/mpesas_controller.rb:1:in `
' +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:01:19 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by BookingsController#pay as */* + Parameters: {"id"=>8, "booking"=>{"id"=>8}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.53ms) +Completed 200 OK in 33ms (Views: 2.9ms | ActiveRecord: 2.1ms | Allocations: 18681) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:01:19 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.9ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 5]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.8ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:01:20.561987"], ["updated_at", "2023-01-18 07:01:20.561987"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (3.7ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1932ms (ActiveRecord: 12.3ms | Allocations: 13038) + + + +RuntimeError (Invalid response { + "requestId":"32588-198578616-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:02:42 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.69ms) +Completed 200 OK in 41ms (Views: 34.8ms | ActiveRecord: 2.5ms | Allocations: 8050) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:02:42 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.4ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.3ms | Allocations: 3370) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:02:42 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.76ms) +Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:02:42 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.46ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:02:55 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.83ms) +Completed 200 OK in 54ms (Views: 47.8ms | ActiveRecord: 1.3ms | Allocations: 8342) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:02:55 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.02ms) +Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:02:59 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (1.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.7ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:02:59.288294"], ["updated_at", "2023-01-18 07:02:59.288294"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.23ms) +Completed 200 OK in 50ms (Views: 1.3ms | ActiveRecord: 7.4ms | Allocations: 8074) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:03:00 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>9, "booking"=>{"id"=>9}} + Booking Load (0.1ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.65ms) +Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 1371) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:03:00 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 6]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (7.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.8ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:03:01.508428"], ["updated_at", "2023-01-18 07:03:01.508428"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.4ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1308ms (ActiveRecord: 12.4ms | Allocations: 7023) + + + +RuntimeError (Invalid response { + "requestId":"25148-146761261-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:38:39 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.24ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.5ms | Allocations: 3445) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:38:39 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.41ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:38:39 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.82ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:38:40 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.89ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:38:47 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.85ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 1323) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:38:47 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.74ms) +Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms | Allocations: 1274) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:38:51 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:38:51.258049"], ["updated_at", "2023-01-18 07:38:51.258049"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.7ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.12ms) +Completed 200 OK in 43ms (Views: 0.6ms | ActiveRecord: 5.0ms | Allocations: 6232) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:38:52 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>10, "booking"=>{"id"=>10}} + Booking Load (0.8ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.83ms) +Completed 200 OK in 14ms (Views: 2.2ms | ActiveRecord: 1.2ms | Allocations: 1405) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:38:52 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 7]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (14.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.3ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:38:54.054072"], ["updated_at", "2023-01-18 07:38:54.054072"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1986ms (ActiveRecord: 18.0ms | Allocations: 6864) + + + +RuntimeError (Invalid response { + "requestId":"2276-188897591-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:40:14 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:40:14 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.59ms) +Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.14ms) +Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:40:14 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.56ms) +Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms | Allocations: 3344) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:40:14 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.27ms) +Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.8ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:40:21 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:40:21 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.96ms) +Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 1378) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.93ms) +Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms | Allocations: 1274) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:40:25 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:40:25.550723"], ["updated_at", "2023-01-18 07:40:25.550723"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.26ms) +Completed 200 OK in 41ms (Views: 1.5ms | ActiveRecord: 4.6ms | Allocations: 6130) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:41:04 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>11, "booking"=>{"id"=>11}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.45ms) +Completed 200 OK in 6ms (Views: 1.5ms | ActiveRecord: 0.4ms | Allocations: 1367) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:41:04 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 8]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (15.2ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:41:05.533812"], ["updated_at", "2023-01-18 07:41:05.533812"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.4ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1596ms (ActiveRecord: 18.8ms | Allocations: 6852) + + + +RuntimeError (Invalid response { + "requestId":"2278-188904256-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:42:04 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:42:04 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.68ms) + Station Load (0.7ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 39ms (Views: 37.0ms | ActiveRecord: 0.5ms | Allocations: 3658) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.91ms) +Completed 200 OK in 52ms (Views: 48.9ms | ActiveRecord: 1.9ms | Allocations: 6168) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:42:04 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:42:04 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.79ms) +Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.8ms | Allocations: 4845) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.84ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.4ms | Allocations: 3564) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:42:10 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:42:10 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.75ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 1275) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.78ms) +Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms | Allocations: 1274) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:42:14 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.8ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:42:14.456949"], ["updated_at", "2023-01-18 07:42:14.456949"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (16.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.75ms) +Completed 200 OK in 58ms (Views: 3.5ms | ActiveRecord: 19.0ms | Allocations: 6119) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:43:09 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:43:09.042761"], ["updated_at", "2023-01-18 07:43:09.042761"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.46ms) +Completed 200 OK in 37ms (Views: 2.0ms | ActiveRecord: 4.3ms | Allocations: 6119) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:43:10 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>13, "booking"=>{"id"=>13}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.38ms) +Completed 200 OK in 8ms (Views: 3.0ms | ActiveRecord: 0.4ms | Allocations: 1364) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:43:11 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 9]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (15.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.0ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:43:11.895393"], ["updated_at", "2023-01-18 07:43:11.895393"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1561ms (ActiveRecord: 19.4ms | Allocations: 6844) + + + +RuntimeError (Invalid response { + "requestId":"12419-195824599-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:43 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.99ms) +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:43 +0300 +Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.3ms | Allocations: 3713) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.73ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:43 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:43 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.5ms) +Processing by StationsController#start as */* +Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.2ms | Allocations: 3728) + + + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.13ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.2ms | Allocations: 3491) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:52 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:52 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.5ms) +Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.3ms | Allocations: 3498) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.43ms) +Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.5ms | Allocations: 3287) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:52 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.8ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:44:52 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.84ms) +Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:45:06 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:45:06 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.25ms) +Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.7ms | Allocations: 1347) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.2ms) +Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.3ms | Allocations: 1274) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:45:10 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.9ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:45:10.949564"], ["updated_at", "2023-01-18 07:45:10.949564"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (14.6ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.15ms) +Completed 200 OK in 50ms (Views: 0.8ms | ActiveRecord: 17.2ms | Allocations: 6221) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:45:13 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>14, "booking"=>{"id"=>14}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:75:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.54ms) +Completed 200 OK in 6ms (Views: 1.5ms | ActiveRecord: 0.5ms | Allocations: 1405) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:45:13 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.6ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 10]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (14.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.9ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:45:14.877120"], ["updated_at", "2023-01-18 07:45:14.877120"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1517ms (ActiveRecord: 19.1ms | Allocations: 6867) + + + +RuntimeError (Invalid response { + "requestId":"5474-191929371-2", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:46:30 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:46:30 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (17.2ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.2ms) +Completed 200 OK in 49ms (Views: 45.2ms | ActiveRecord: 2.2ms | Allocations: 10021) + + +Completed 200 OK in 49ms (Views: 45.1ms | ActiveRecord: 1.3ms | Allocations: 9981) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:46:30 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:46:30 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.3ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.25ms) + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.5ms | Allocations: 4376) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.73ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.3ms | Allocations: 5997) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:46:36 +0300 +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 10:46:36 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.66ms) +Completed 200 OK in 30ms (Views: 15.4ms | ActiveRecord: 1.6ms | Allocations: 5910) + + +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.01ms) +Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms | Allocations: 1430) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 10:46:39 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.1ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 07:46:39.585957"], ["updated_at", "2023-01-18 07:46:39.585957"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.14ms) +Completed 200 OK in 55ms (Views: 2.2ms | ActiveRecord: 7.5ms | Allocations: 16465) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 10:46:41 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>15, "booking"=>{"id"=>15}} + Booking Load (0.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.4ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 07:46:41.122481"], ["id", 4]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (15.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.5ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 07:46:41.144965"], ["id", 15]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.84ms) +Completed 200 OK in 52ms (Views: 1.9ms | ActiveRecord: 19.8ms | Allocations: 6685) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 10:46:41 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 11]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.6ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 07:46:41.918408"], ["updated_at", "2023-01-18 07:46:41.918408"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.7ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1328ms (ActiveRecord: 8.0ms | Allocations: 9262) + + + +RuntimeError (Invalid response { + "requestId":"2502-16027395-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:51:14 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:51:14 +0300 +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.5ms) +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 1.0ms | Allocations: 3552) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.96ms) +Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.4ms | Allocations: 3557) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:51:14 +0300 +Processing by StationsController#start as */* +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:51:14 +0300 + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.68ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.8ms | Allocations: 3354) + + +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.72ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 1.0ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:53:30 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.47ms) +Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:53:30 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.36ms) +Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:53:30 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.86ms) +Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:53:30 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.96ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:54:33 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (42.92ms) +Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:54:33 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.0ms) +Completed 200 OK in 93ms (Views: 92.2ms | ActiveRecord: 0.5ms | Allocations: 3254) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:54:33 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.96ms) +Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:54:33 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.37ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:58:10 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.13ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:58:10 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.4ms) +Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:58:10 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.53ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 3254) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 10:58:10 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.04ms) +Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:16:02 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.07ms) +Completed 200 OK in 32ms (Views: 20.2ms | ActiveRecord: 1.1ms | Allocations: 11978) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:16:02 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.99ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms | Allocations: 3430) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:16:02 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.29ms) +Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:16:02 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.42ms) +Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:16:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 20ms (Views: 14.3ms | ActiveRecord: 1.3ms | Allocations: 9334) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:16:14 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.74ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 1423) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 11:16:19 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 08:16:19.443496"], ["updated_at", "2023-01-18 08:16:19.443496"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.13ms) +Completed 200 OK in 105ms (Views: 2.7ms | ActiveRecord: 9.1ms | Allocations: 21751) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:17:44 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.94ms) +Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 2.1ms | Allocations: 6682) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:17:44 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.38ms) +Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.3ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:17:44 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.74ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:17:44 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.4ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:17:52 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.58ms) +Completed 200 OK in 13ms (Views: 9.0ms | ActiveRecord: 0.8ms | Allocations: 5875) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:17:52 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.9ms) +Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:18:49 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.0ms) +Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 2.3ms | Allocations: 6591) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:18:49 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.53ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:18:49 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.62ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:18:49 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.52ms) +Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:18:54 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.93ms) +Completed 200 OK in 12ms (Views: 8.3ms | ActiveRecord: 1.0ms | Allocations: 5847) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:18:55 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.66ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:19:19 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.52ms) +Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 3.3ms | Allocations: 6590) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:19:20 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.27ms) +Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.3ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:19:20 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.92ms) +Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:19:20 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.88ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.3ms | Allocations: 3254) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:19:27 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.59ms) +Completed 200 OK in 13ms (Views: 8.6ms | ActiveRecord: 0.8ms | Allocations: 5874) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:19:27 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.78ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:20:18 +0300 + ActiveRecord::SchemaMigration Pluck (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.99ms) +Completed 200 OK in 36ms (Views: 24.2ms | ActiveRecord: 1.4ms | Allocations: 11988) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:20:18 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.05ms) +Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.4ms | Allocations: 3430) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:20:19 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.12ms) +Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:20:19 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.16ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:20:23 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.07ms) +Completed 200 OK in 34ms (Views: 26.5ms | ActiveRecord: 1.7ms | Allocations: 9336) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:20:23 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.73ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:21:16 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.79ms) +Completed 200 OK in 24ms (Views: 20.2ms | ActiveRecord: 1.6ms | Allocations: 6642) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:21:17 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.44ms) +Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.4ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:21:17 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.27ms) +Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.7ms | Allocations: 3254) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:21:17 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.33ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:21:21 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.83ms) +Completed 200 OK in 24ms (Views: 16.2ms | ActiveRecord: 2.2ms | Allocations: 5871) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:21:21 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.35ms) +Completed 200 OK in 11ms (Views: 8.2ms | ActiveRecord: 0.6ms | Allocations: 1423) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:22:15 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.92ms) +Completed 200 OK in 50ms (Views: 43.1ms | ActiveRecord: 4.3ms | Allocations: 6616) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:22:15 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.99ms) +Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.4ms | Allocations: 3359) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:22:15 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.29ms) +Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:22:15 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.62ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:22:20 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.18ms) +Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 1.6ms | Allocations: 5872) + + +Started GET "/buses?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:22:20 +0300 +Processing by BusesController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.24ms) +Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms | Allocations: 1423) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 11:22:24 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "booking"=>{"bus_id"=>9}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 9], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 08:22:24.707239"], ["updated_at", "2023-01-18 08:22:24.707239"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.15ms) +Completed 200 OK in 83ms (Views: 2.4ms | ActiveRecord: 11.3ms | Allocations: 21748) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:24:40 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.7ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms | Allocations: 3399) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:24:40 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.36ms) +Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:24:40 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.99ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:24:40 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.92ms) +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:24:50 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.9ms) +Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.6ms | Allocations: 2457) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:24:50 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.64ms) +Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.5ms | Allocations: 2308) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:25:11 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.71ms) +Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.7ms | Allocations: 2312) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:25:11 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.77ms) +Completed 200 OK in 15ms (Views: 1.6ms | ActiveRecord: 1.0ms | Allocations: 2308) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:19 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.36ms) +Completed 200 OK in 38ms (Views: 32.2ms | ActiveRecord: 4.7ms | Allocations: 6594) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:19 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.55ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.5ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:19 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.5ms) +Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:19 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.33ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:26:25 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Symbol (0.16ms) +Completed 200 OK in 29ms (Views: 3.9ms | ActiveRecord: 2.0ms | Allocations: 8683) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:26:25 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Symbol (0.08ms) +Completed 200 OK in 13ms (Views: 0.7ms | ActiveRecord: 0.9ms | Allocations: 2142) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:51 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.8ms) +Completed 200 OK in 31ms (Views: 27.0ms | ActiveRecord: 2.7ms | Allocations: 6657) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:51 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.09ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.5ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:51 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.46ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:26:51 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.94ms) +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.6ms | Allocations: 3254) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:27:01 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.92ms) +Completed 200 OK in 32ms (Views: 3.4ms | ActiveRecord: 2.6ms | Allocations: 7075) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 11:27:01 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.67ms) +Completed 200 OK in 16ms (Views: 1.7ms | ActiveRecord: 0.9ms | Allocations: 2489) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 11:27:05 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "booking"=>{"bus_id"=>9}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 9], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 08:27:05.456810"], ["updated_at", "2023-01-18 08:27:05.456810"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (15.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.16ms) +Completed 200 OK in 82ms (Views: 2.5ms | ActiveRecord: 20.3ms | Allocations: 16250) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 11:27:06 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>18, "booking"=>{"id"=>18}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.9ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 08:27:06.859205"], ["id", 9]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (15.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.5ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 08:27:06.885289"], ["id", 18]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (8.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.7ms) +Completed 200 OK in 56ms (Views: 1.9ms | ActiveRecord: 25.7ms | Allocations: 6700) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 11:27:06 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0712345678", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0712345678", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.7ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 12]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (4.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.2ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 08:27:08.176019"], ["updated_at", "2023-01-18 08:27:08.176019"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.4ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 2022ms (ActiveRecord: 11.8ms | Allocations: 11202) + + + +RuntimeError (Invalid response { + "requestId":"12411-195959840-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/users" for 127.0.0.1 at 2023-01-18 11:27:40 +0300 +Processing by UsersController#create as */* + Parameters: {"username"=>"hgchvyig", "phonenumber"=>"57654356", "password"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"phonenumber"=>"57654356"}} +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.43ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms | Allocations: 359) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:27:40 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.51ms) +Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.7ms | Allocations: 3347) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:27:40 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.13ms) +Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:27:40 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.26ms) +Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.8ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:27:40 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.59ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms | Allocations: 3257) + + +Started POST "/users" for 127.0.0.1 at 2023-01-18 11:29:35 +0300 +Processing by UsersController#create as */* + Parameters: {"username"=>"lvghjjjj", "phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"lvghjjjj", "phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} } +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"lvghjjjj", "phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:12:in `create' + User Create (0.4ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", nil], ["phonenumber", "57654356"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 08:29:35.498024"], ["updated_at", "2023-01-18 08:29:35.498024"]] + ↳ app/controllers/users_controller.rb:12:in `create' + TRANSACTION (6.7ms) commit transaction + ↳ app/controllers/users_controller.rb:12:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.52ms) +Completed 200 OK in 312ms (Views: 13.2ms | ActiveRecord: 7.2ms | Allocations: 5555) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:29:35 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.25ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3370) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:29:35 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.17ms) +Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:29:35 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.36ms) +Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:29:35 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.53ms) +Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started POST "/users" for 127.0.0.1 at 2023-01-18 11:31:17 +0300 +Processing by UsersController#create as */* + Parameters: {"username"=>"kljbhgvcfg", "phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"kljbhgvcfg", "phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} } +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"kljbhgvcfg", "phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:12:in `create' + User Create (0.9ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", nil], ["phonenumber", "57654356"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 08:31:18.277831"], ["updated_at", "2023-01-18 08:31:18.277831"]] + ↳ app/controllers/users_controller.rb:12:in `create' + TRANSACTION (6.8ms) commit transaction + ↳ app/controllers/users_controller.rb:12:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.49ms) +Completed 200 OK in 269ms (Views: 3.2ms | ActiveRecord: 8.7ms | Allocations: 4708) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:31:18 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.34ms) +Completed 200 OK in 35ms (Views: 26.2ms | ActiveRecord: 2.1ms | Allocations: 6162) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:31:18 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.69ms) +Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.4ms | Allocations: 3355) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:31:18 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.01ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 11:31:18 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.58ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/users" for 127.0.0.1 at 2023-01-18 12:00:24 +0300 +Processing by UsersController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "user"=>{}} + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/controllers/users_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.86ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.7ms | Allocations: 1663) + + +Started POST "/login" for 127.0.0.1 at 2023-01-18 12:01:55 +0300 + +ActionController::RoutingError (No route matches [POST] "/login"): + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:02:27 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phoneNumber"=>"", "password"=>"[FILTERED]", "authentication"=>{"phoneNumber"=>"", "password"=>"[FILTERED]"}} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 401 Unauthorized in 10ms (Views: 2.8ms | ActiveRecord: 0.6ms | Allocations: 3247) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:03:26 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phoneNumber"=>"57654356", "password"=>"[FILTERED]", "authentication"=>{"phoneNumber"=>"57654356", "password"=>"[FILTERED]"}} + User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.12ms) +Completed 401 Unauthorized in 5ms (Views: 0.9ms | ActiveRecord: 1.2ms | Allocations: 776) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:04:42 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phoneNumber"=>"57654356", "password_digest"=>"[FILTERED]", "authentication"=>{"phoneNumber"=>"57654356", "password_digest"=>"[FILTERED]"}} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.15ms) +Completed 401 Unauthorized in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms | Allocations: 776) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:05:21 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "57654356"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.3ms | Allocations: 1048) + + + +ArgumentError (wrong number of arguments (given 1, expected 0)): + +app/models/user.rb:7:in `authenticate' +app/controllers/authentication_controller.rb:5:in `login' +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:05:21 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.06ms) +Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.4ms | Allocations: 3297) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:05:21 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.16ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:05:21 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.81ms) +Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:05:21 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.39ms) +Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:06:27 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"57654356", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "57654356"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.22ms) +Completed 401 Unauthorized in 284ms (Views: 18.4ms | ActiveRecord: 2.3ms | Allocations: 6582) + + +Started POST "/users" for 127.0.0.1 at 2023-01-18 12:08:31 +0300 +Processing by UsersController#create as */* + Parameters: {"username"=>"yurtyrytr", "phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"yurtyrytr", "phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} } +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"yurtyrytr", "phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} } + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:12:in `create' + User Create (0.3ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", nil], ["phonenumber", "0000000000"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 09:08:32.112443"], ["updated_at", "2023-01-18 09:08:32.112443"]] + ↳ app/controllers/users_controller.rb:12:in `create' + TRANSACTION (2.4ms) commit transaction + ↳ app/controllers/users_controller.rb:12:in `create' +Unpermitted parameters: :username, :confirmpassword, :user. Context: { controller: UsersController, action: create, request: #, params: {"username"=>"yurtyrytr", "phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "controller"=>"users", "action"=>"create", "user"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} } +[active_model_serializers] Rendered ActiveModel::Serializer::Null with ActionController::Parameters (0.13ms) +Completed 200 OK in 275ms (Views: 2.6ms | ActiveRecord: 4.0ms | Allocations: 6529) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:08:32 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.69ms) +Completed 200 OK in 35ms (Views: 25.7ms | ActiveRecord: 1.9ms | Allocations: 6161) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:08:32 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.07ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms | Allocations: 3355) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:08:32 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.88ms) +Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:08:32 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.9ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started POST "/users" for 127.0.0.1 at 2023-01-18 12:10:13 +0300 +Processing by UsersController#create as */* + Parameters: {"username"=>"jkfgddhzfgxcgh", "phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/users_controller.rb:16:in `create' + User Create (0.4ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", nil], ["phonenumber", "0000000000"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 09:10:14.302958"], ["updated_at", "2023-01-18 09:10:14.302958"]] + ↳ app/controllers/users_controller.rb:16:in `create' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/users_controller.rb:16:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.62ms) +Completed 200 OK in 273ms (Views: 3.0ms | ActiveRecord: 3.9ms | Allocations: 4396) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:10:14 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.77ms) +Completed 200 OK in 26ms (Views: 18.4ms | ActiveRecord: 1.2ms | Allocations: 6159) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:10:14 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.77ms) +Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.6ms | Allocations: 3355) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:10:14 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.07ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:10:14 +0300 +Processing by StationsController#start as */* + Station Load (1.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.25ms) +Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 1.4ms | Allocations: 3253) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:10:34 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0000000000"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.06ms) +Completed 401 Unauthorized in 284ms (Views: 1.1ms | ActiveRecord: 0.4ms | Allocations: 3352) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:11:16 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:16 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0000000000"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.59ms) +Completed 200 OK in 21ms (Views: 3.7ms | ActiveRecord: 1.9ms | Allocations: 6672) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.71ms) +Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 1.7ms | Allocations: 6595) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:17 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.85ms) +Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.4ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:17 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.86ms) +Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.7ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:17 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.74ms) +Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started POST "/users" for 127.0.0.1 at 2023-01-18 12:11:58 +0300 +Processing by UsersController#create as */* + Parameters: {"username"=>"udtshdjhg", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/users_controller.rb:16:in `create' + User Create (0.4ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["fullname", nil], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["created_at", "2023-01-18 09:11:58.330104"], ["updated_at", "2023-01-18 09:11:58.330104"]] + ↳ app/controllers/users_controller.rb:16:in `create' + TRANSACTION (6.2ms) commit transaction + ↳ app/controllers/users_controller.rb:16:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.7ms) +Completed 200 OK in 286ms (Views: 3.8ms | ActiveRecord: 7.6ms | Allocations: 4385) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:58 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.12ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.4ms | Allocations: 3373) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:58 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.13ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:58 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.13ms) +Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:11:58 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.09ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:12:46 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.53ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:12:46 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.09ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:12:46 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.19ms) +Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:12:46 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.32ms) +Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:13:10 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.5ms) +Completed 200 OK in 12ms (Views: 4.8ms | ActiveRecord: 0.6ms | Allocations: 3445) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:13:53 +0300 +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:13:53 +0300 + +SyntaxError (/home/kahono/school/Bus-Transit-Service/app/controllers/authentication_controller.rb:6: syntax error, unexpected local variable or method, expecting ')' + render json: {user: user} + ^~~~~~ +/home/kahono/school/Bus-Transit-Service/app/controllers/authentication_controller.rb:7: else without rescue is useless + else + ^~~~ +/home/kahono/school/Bus-Transit-Service/app/controllers/authentication_controller.rb:20: syntax error, unexpected `end', expecting end-of-input): + +app/controllers/authentication_controller.rb:6: syntax error, unexpected local variable or method, expecting ')' +app/controllers/authentication_controller.rb:7: else without rescue is useless +app/controllers/authentication_controller.rb:20: syntax error, unexpected `end', expecting end-of-input +app/controllers/authentication_controller.rb:6: syntax error, unexpected local variable or method, expecting ')' +app/controllers/authentication_controller.rb:7: else without rescue is useless +app/controllers/authentication_controller.rb:20: syntax error, unexpected `end', expecting end-of-input +app/controllers/authentication_controller.rb:6: syntax error, unexpected local variable or method, expecting ')' +app/controllers/authentication_controller.rb:7: else without rescue is useless +app/controllers/authentication_controller.rb:20: syntax error, unexpected `end', expecting end-of-input +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.72ms) +Completed 200 OK in 18ms (Views: 14.6ms | ActiveRecord: 2.0ms | Allocations: 6660) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:13:53 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.39ms) +Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.3ms | Allocations: 3358) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:13:53 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.94ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:13:53 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.18ms) +Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:14:47 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0000000000", "password_digest"=>"[FILTERED]"}} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0000000000"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.06ms) +Completed 401 Unauthorized in 271ms (Views: 1.3ms | ActiveRecord: 1.7ms | Allocations: 6551) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:15:05 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.14ms) +Completed 401 Unauthorized in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms | Allocations: 647) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:15:05 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.77ms) +Completed 200 OK in 37ms (Views: 29.4ms | ActiveRecord: 3.3ms | Allocations: 6158) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:15:05 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.05ms) +Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.3ms | Allocations: 3356) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:15:05 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.11ms) +Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:15:05 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.11ms) +Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:16:17 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.27ms) +Completed 200 OK in 266ms (Views: 1.3ms | ActiveRecord: 1.5ms | Allocations: 6730) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:18:08 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:08 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.12ms) +Completed 200 OK in 49ms (Views: 39.7ms | ActiveRecord: 4.5ms | Allocations: 6308) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:08 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.67ms) +Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.4ms | Allocations: 3356) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:08 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.92ms) +Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:08 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.13ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.63ms) +Completed 200 OK in 577ms (Views: 1.4ms | ActiveRecord: 2.3ms | Allocations: 25104) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.17ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.5ms | Allocations: 3281) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.48ms) +Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.5ms | Allocations: 3254) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.62ms) +Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:16 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.31ms) +Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started POST "/auth/login" for 127.0.0.1 at 2023-01-18 12:18:24 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.22ms) +Completed 200 OK in 296ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 803) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:24 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.84ms) +Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:24 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.36ms) +Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.6ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:25 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.99ms) +Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.4ms | Allocations: 3253) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:18:25 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.02ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.5ms | Allocations: 3253) + + +Started POST "/login" for 127.0.0.1 at 2023-01-18 12:19:15 +0300 + +ActionController::RoutingError (No route matches [POST] "/login"): + +  (4.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (3.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (3.7ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (3.9ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (3.2ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (2.7ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (3.7ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.1ms) begin transaction +  (0.7ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.3ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.1ms) begin transaction +  (0.5ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (2.2ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.1ms) begin transaction + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.1ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (2.4ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (2.5ms) 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]] + TRANSACTION (0.0ms) begin transaction + ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-18 09:23:01.701493"], ["updated_at", "2023-01-18 09:23:01.701493"]] + TRANSACTION (2.1ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:23:08.384907"], ["updated_at", "2023-01-18 09:23:08.384907"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:23:08.393706"], ["updated_at", "2023-01-18 09:23:08.393706"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:23:08.399370"], ["updated_at", "2023-01-18 09:23:08.399370"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:23:08.404366"], ["updated_at", "2023-01-18 09:23:08.404366"], ["station_id", nil]] + TRANSACTION (3.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:23:08.410756"], ["updated_at", "2023-01-18 09:23:08.410756"], ["station_id", nil]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:23:08.421132"], ["updated_at", "2023-01-18 09:23:08.421132"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:23:08.427401"], ["updated_at", "2023-01-18 09:23:08.427401"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:23:08.434061"], ["updated_at", "2023-01-18 09:23:08.434061"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:23:08.439419"], ["updated_at", "2023-01-18 09:23:08.439419"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:23:08.444182"], ["updated_at", "2023-01-18 09:23:08.444182"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:23:08.450794"], ["updated_at", "2023-01-18 09:23:08.450794"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:23:08.456021"], ["updated_at", "2023-01-18 09:23:08.456021"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:23:08.461776"], ["updated_at", "2023-01-18 09:23:08.461776"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:23:08.467397"], ["updated_at", "2023-01-18 09:23:08.467397"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:23:08.473313"], ["updated_at", "2023-01-18 09:23:08.473313"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "John Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", nil], ["created_at", "2023-01-18 09:23:08.485909"], ["updated_at", "2023-01-18 09:23:08.485909"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.3ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "Jane Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", nil], ["created_at", "2023-01-18 09:23:08.491691"], ["updated_at", "2023-01-18 09:23:08.491691"]] + TRANSACTION (2.3ms) commit transaction +Started GET "/users" for 127.0.0.1 at 2023-01-18 12:23:16 +0300 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by UsersController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "user"=>{}} + User Load (0.1ms) SELECT "users".* FROM "users" + ↳ app/controllers/users_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.06ms) +Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 1.6ms | Allocations: 4014) + + +Started GET "/users" for 127.0.0.1 at 2023-01-18 12:23:47 +0300 +Processing by UsersController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "user"=>{}} + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/controllers/users_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.59ms) +Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 1.7ms | Allocations: 3450) + + + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:24:07.900606"], ["updated_at", "2023-01-18 09:24:07.900606"], ["station_id", nil]] + TRANSACTION (6.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:24:07.911109"], ["updated_at", "2023-01-18 09:24:07.911109"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:24:07.916173"], ["updated_at", "2023-01-18 09:24:07.916173"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:24:07.922068"], ["updated_at", "2023-01-18 09:24:07.922068"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:24:07.927477"], ["updated_at", "2023-01-18 09:24:07.927477"], ["station_id", nil]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:24:07.937825"], ["updated_at", "2023-01-18 09:24:07.937825"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:24:07.943691"], ["updated_at", "2023-01-18 09:24:07.943691"]] + TRANSACTION (3.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:24:07.949859"], ["updated_at", "2023-01-18 09:24:07.949859"]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:24:07.955730"], ["updated_at", "2023-01-18 09:24:07.955730"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:24:07.960570"], ["updated_at", "2023-01-18 09:24:07.960570"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:24:07.965559"], ["updated_at", "2023-01-18 09:24:07.965559"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:24:07.970569"], ["updated_at", "2023-01-18 09:24:07.970569"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:24:07.977249"], ["updated_at", "2023-01-18 09:24:07.977249"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:24:07.982634"], ["updated_at", "2023-01-18 09:24:07.982634"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:24:07.987920"], ["updated_at", "2023-01-18 09:24:07.987920"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Create (0.3ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "John Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", nil], ["created_at", "2023-01-18 09:24:07.999434"], ["updated_at", "2023-01-18 09:24:07.999434"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.3ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "Jane Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", nil], ["created_at", "2023-01-18 09:24:08.005217"], ["updated_at", "2023-01-18 09:24:08.005217"]] + TRANSACTION (2.3ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:24:13.667534"], ["updated_at", "2023-01-18 09:24:13.667534"], ["station_id", nil]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:24:13.673766"], ["updated_at", "2023-01-18 09:24:13.673766"], ["station_id", nil]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:24:13.679210"], ["updated_at", "2023-01-18 09:24:13.679210"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:24:13.684907"], ["updated_at", "2023-01-18 09:24:13.684907"], ["station_id", nil]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:24:13.690375"], ["updated_at", "2023-01-18 09:24:13.690375"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:24:13.700546"], ["updated_at", "2023-01-18 09:24:13.700546"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:24:13.705716"], ["updated_at", "2023-01-18 09:24:13.705716"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:24:13.711039"], ["updated_at", "2023-01-18 09:24:13.711039"]] + TRANSACTION (1.8ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:24:13.715663"], ["updated_at", "2023-01-18 09:24:13.715663"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:24:13.720334"], ["updated_at", "2023-01-18 09:24:13.720334"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:24:13.726252"], ["updated_at", "2023-01-18 09:24:13.726252"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:24:13.731889"], ["updated_at", "2023-01-18 09:24:13.731889"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:24:13.739224"], ["updated_at", "2023-01-18 09:24:13.739224"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:24:13.744719"], ["updated_at", "2023-01-18 09:24:13.744719"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:24:13.749978"], ["updated_at", "2023-01-18 09:24:13.749978"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "John Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", nil], ["created_at", "2023-01-18 09:24:13.761531"], ["updated_at", "2023-01-18 09:24:13.761531"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.4ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "Jane Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", nil], ["created_at", "2023-01-18 09:24:13.767387"], ["updated_at", "2023-01-18 09:24:13.767387"]] + TRANSACTION (2.2ms) commit transaction +  (8.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (3.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (2.6ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.0ms) begin transaction +  (0.4ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (2.8ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (3.2ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (2.5ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (3.1ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.1ms) begin transaction +  (0.7ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.4ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.0ms) begin transaction +  (0.4ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (2.3ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.0ms) begin transaction + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.1ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (3.0ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean DEFAULT 0, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (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]] + TRANSACTION (0.0ms) begin transaction + ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-18 09:24:28.029407"], ["updated_at", "2023-01-18 09:24:28.029407"]] + TRANSACTION (2.1ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:24:30.838426"], ["updated_at", "2023-01-18 09:24:30.838426"], ["station_id", nil]] + TRANSACTION (16.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:24:30.860653"], ["updated_at", "2023-01-18 09:24:30.860653"], ["station_id", nil]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:24:30.870108"], ["updated_at", "2023-01-18 09:24:30.870108"], ["station_id", nil]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:24:30.877890"], ["updated_at", "2023-01-18 09:24:30.877890"], ["station_id", nil]] + TRANSACTION (2.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:24:30.884335"], ["updated_at", "2023-01-18 09:24:30.884335"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:24:30.895213"], ["updated_at", "2023-01-18 09:24:30.895213"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:24:30.900937"], ["updated_at", "2023-01-18 09:24:30.900937"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:24:30.907390"], ["updated_at", "2023-01-18 09:24:30.907390"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:24:30.914462"], ["updated_at", "2023-01-18 09:24:30.914462"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:24:30.920915"], ["updated_at", "2023-01-18 09:24:30.920915"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:24:30.926620"], ["updated_at", "2023-01-18 09:24:30.926620"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:24:30.932256"], ["updated_at", "2023-01-18 09:24:30.932256"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:24:30.938062"], ["updated_at", "2023-01-18 09:24:30.938062"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:24:30.946581"], ["updated_at", "2023-01-18 09:24:30.946581"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:24:30.955304"], ["updated_at", "2023-01-18 09:24:30.955304"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "John Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 09:24:30.967598"], ["updated_at", "2023-01-18 09:24:30.967598"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "Jane Doe"], ["phonenumber", "0712345678"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 09:24:30.972880"], ["updated_at", "2023-01-18 09:24:30.972880"]] + TRANSACTION (2.0ms) commit transaction +Started GET "/users" for 127.0.0.1 at 2023-01-18 12:24:36 +0300 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by UsersController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "user"=>{}} + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/controllers/users_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.87ms) +Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 1.6ms | Allocations: 3431) + + +Started POST "/users" for 127.0.0.1 at 2023-01-18 12:25:15 +0300 +Processing by UsersController#create as */* + Parameters: {"fullname"=>"lhjkgdhfx", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"fullname"=>"lhjkgdhfx", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:16:in `create' + User Create (0.5ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 09:25:15.351993"], ["updated_at", "2023-01-18 09:25:15.351993"]] + ↳ app/controllers/users_controller.rb:16:in `create' + TRANSACTION (6.5ms) commit transaction + ↳ app/controllers/users_controller.rb:16:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.65ms) +Completed 200 OK in 295ms (Views: 1.8ms | ActiveRecord: 7.1ms | Allocations: 2396) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:25:15 +0300 +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.4ms) +Completed 200 OK in 26ms (Views: 17.6ms | ActiveRecord: 3.0ms | Allocations: 4978) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:25:15 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.95ms) +Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms | Allocations: 2145) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:25:15 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.64ms) +Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:25:15 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.04ms) +Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +  (3.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (2.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (3.7ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (3.5ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (3.5ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (3.8ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (2.7ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.1ms) begin transaction +  (0.5ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.1ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.0ms) begin transaction +  (0.3ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (2.0ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.0ms) begin transaction + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.5ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (2.9ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean DEFAULT 0, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (2.7ms) 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]] + TRANSACTION (0.0ms) begin transaction + ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-18 09:26:50.393249"], ["updated_at", "2023-01-18 09:26:50.393249"]] + TRANSACTION (2.3ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:26:53.034041"], ["updated_at", "2023-01-18 09:26:53.034041"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:26:53.040442"], ["updated_at", "2023-01-18 09:26:53.040442"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:26:53.047774"], ["updated_at", "2023-01-18 09:26:53.047774"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:26:53.054877"], ["updated_at", "2023-01-18 09:26:53.054877"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:26:53.060405"], ["updated_at", "2023-01-18 09:26:53.060405"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:26:53.073641"], ["updated_at", "2023-01-18 09:26:53.073641"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:26:53.080490"], ["updated_at", "2023-01-18 09:26:53.080490"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:26:53.086560"], ["updated_at", "2023-01-18 09:26:53.086560"]] + TRANSACTION (1.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:26:53.092003"], ["updated_at", "2023-01-18 09:26:53.092003"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:26:53.099822"], ["updated_at", "2023-01-18 09:26:53.099822"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:26:53.106124"], ["updated_at", "2023-01-18 09:26:53.106124"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:26:53.112070"], ["updated_at", "2023-01-18 09:26:53.112070"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:26:53.117995"], ["updated_at", "2023-01-18 09:26:53.117995"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:26:53.124085"], ["updated_at", "2023-01-18 09:26:53.124085"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:26:53.129655"], ["updated_at", "2023-01-18 09:26:53.129655"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 1], ["created_at", "2023-01-18 09:26:53.140425"], ["updated_at", "2023-01-18 09:26:53.140425"]] + TRANSACTION (2.6ms) commit transaction +Started GET "/users" for 127.0.0.1 at 2023-01-18 12:26:58 +0300 +Processing by UsersController#index as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "user"=>{}} + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/controllers/users_controller.rb:5:in `index' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.57ms) +Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 1.2ms | Allocations: 3273) + + +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:27:05 +0300 + +ActionController::RoutingError (No route matches [POST] "/auth/admin"): + +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:28:15 +0300 + +SyntaxError (/home/kahono/school/Bus-Transit-Service/config/routes.rb:14: syntax error, unexpected string literal, expecting `do' or '{' or '(' + post "/signup", to: "users#create" + ^ +/home/kahono/school/Bus-Transit-Service/config/routes.rb:14: syntax error, unexpected local variable or method, expecting `end' + post "/signup", to: "users#create" + ^~~~~ +/home/kahono/school/Bus-Transit-Service/config/routes.rb:26: syntax error, unexpected `end', expecting end-of-input): + +config/routes.rb:14: syntax error, unexpected string literal, expecting `do' or '{' or '(' +config/routes.rb:14: syntax error, unexpected local variable or method, expecting `end' +config/routes.rb:26: syntax error, unexpected `end', expecting end-of-input +config/routes.rb:14: syntax error, unexpected string literal, expecting `do' or '{' or '(' +config/routes.rb:14: syntax error, unexpected local variable or method, expecting `end' +config/routes.rb:26: syntax error, unexpected `end', expecting end-of-input +config/routes.rb:14: syntax error, unexpected string literal, expecting `do' or '{' or '(' +config/routes.rb:14: syntax error, unexpected local variable or method, expecting `end' +config/routes.rb:26: syntax error, unexpected `end', expecting end-of-input +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:29:20 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phoneNumber"=>"", "password"=>"[FILTERED]", "authentication"=>{"phoneNumber"=>"", "password"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.07ms) +Completed 401 Unauthorized in 8ms (Views: 1.7ms | ActiveRecord: 1.0ms | Allocations: 4446) + + +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:30:17 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"", "password_digest"=>"[FILTERED]"}} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", ""], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.22ms) +Completed 401 Unauthorized in 7ms (Views: 1.5ms | ActiveRecord: 0.5ms | Allocations: 803) + + +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:30:53 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.9ms | Allocations: 7021) + + + +NoMethodError (undefined method `authenticate' for #): + +app/controllers/authentication_controller.rb:14:in `admin' +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:32:47 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +Completed 500 Internal Server Error in 39ms (ActiveRecord: 1.3ms | Allocations: 9082) + + + +NoMethodError (undefined method `authenticate' for #): + +app/controllers/authentication_controller.rb:14:in `admin' +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:33:17 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.9ms | Allocations: 14821) + + + +NoMethodError (undefined method `authenticate' for #): + +app/controllers/authentication_controller.rb:14:in `admin' + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:34:23 +0300 + ActiveRecord::SchemaMigration Pluck (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +Completed 500 Internal Server Error in 34ms (ActiveRecord: 1.8ms | Allocations: 14822) + + + +NoMethodError (undefined method `authenticate' for #): + +app/controllers/authentication_controller.rb:14:in `admin' +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:35:19 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.29ms) +Completed 200 OK in 265ms (Views: 6.3ms | ActiveRecord: 1.8ms | Allocations: 7455) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:35:20 +0300 +Processing by StationsController#start as */* + Station Load (1.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.27ms) +Completed 200 OK in 31ms (Views: 25.1ms | ActiveRecord: 2.7ms | Allocations: 7091) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:35:20 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.99ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms | Allocations: 2160) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:35:20 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.2ms) +Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:35:20 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.47ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:38:22 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.25ms) +Completed 200 OK in 279ms (Views: 0.7ms | ActiveRecord: 0.4ms | Allocations: 863) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:38:23 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.48ms) +Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:38:23 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.91ms) +Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:38:23 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.3ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:38:23 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.06ms) +Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms | Allocations: 2044) + + + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:49:06.760018"], ["updated_at", "2023-01-18 09:49:06.760018"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.6ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:49:06.766940"], ["updated_at", "2023-01-18 09:49:06.766940"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:49:06.776092"], ["updated_at", "2023-01-18 09:49:06.776092"], ["station_id", nil]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:49:06.782183"], ["updated_at", "2023-01-18 09:49:06.782183"], ["station_id", nil]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:49:06.788179"], ["updated_at", "2023-01-18 09:49:06.788179"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:49:06.805746"], ["updated_at", "2023-01-18 09:49:06.805746"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:49:06.811747"], ["updated_at", "2023-01-18 09:49:06.811747"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.2ms) begin transaction + Station Create (0.9ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:49:06.818501"], ["updated_at", "2023-01-18 09:49:06.818501"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:49:06.828087"], ["updated_at", "2023-01-18 09:49:06.828087"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:49:06.833542"], ["updated_at", "2023-01-18 09:49:06.833542"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:49:06.840047"], ["updated_at", "2023-01-18 09:49:06.840047"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:49:06.847676"], ["updated_at", "2023-01-18 09:49:06.847676"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:49:06.854524"], ["updated_at", "2023-01-18 09:49:06.854524"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:49:06.860071"], ["updated_at", "2023-01-18 09:49:06.860071"]] + TRANSACTION (8.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:49:06.874001"], ["updated_at", "2023-01-18 09:49:06.874001"]] + TRANSACTION (3.2ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 09:50:34.946912"], ["updated_at", "2023-01-18 09:50:34.946912"], ["station_id", nil]] + TRANSACTION (15.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.6ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 09:50:34.970764"], ["updated_at", "2023-01-18 09:50:34.970764"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 09:50:34.980011"], ["updated_at", "2023-01-18 09:50:34.980011"], ["station_id", nil]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 09:50:34.985778"], ["updated_at", "2023-01-18 09:50:34.985778"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 09:50:34.991351"], ["updated_at", "2023-01-18 09:50:34.991351"], ["station_id", nil]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 09:50:35.002876"], ["updated_at", "2023-01-18 09:50:35.002876"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 09:50:35.010183"], ["updated_at", "2023-01-18 09:50:35.010183"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 09:50:35.016883"], ["updated_at", "2023-01-18 09:50:35.016883"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 09:50:35.022113"], ["updated_at", "2023-01-18 09:50:35.022113"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 09:50:35.028246"], ["updated_at", "2023-01-18 09:50:35.028246"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 09:50:35.036235"], ["updated_at", "2023-01-18 09:50:35.036235"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 09:50:35.041896"], ["updated_at", "2023-01-18 09:50:35.041896"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 09:50:35.047183"], ["updated_at", "2023-01-18 09:50:35.047183"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 09:50:35.052489"], ["updated_at", "2023-01-18 09:50:35.052489"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 09:50:35.059946"], ["updated_at", "2023-01-18 09:50:35.059946"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + TRANSACTION (0.1ms) rollback transaction +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:51:17 +0300 + ActiveRecord::SchemaMigration Pluck (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.36ms) +Completed 200 OK in 269ms (Views: 6.3ms | ActiveRecord: 1.1ms | Allocations: 14031) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:18 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.26ms) +Completed 200 OK in 53ms (Views: 46.1ms | ActiveRecord: 1.8ms | Allocations: 10378) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:18 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.4ms) +Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.4ms | Allocations: 4580) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:18 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.69ms) +Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms | Allocations: 4463) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:18 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.07ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 4463) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 12:51:28 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.54ms) +Completed 200 OK in 30ms (Views: 4.3ms | ActiveRecord: 2.1ms | Allocations: 9955) + + +Started GET "/available?from=Roysa&to=CBD" for 127.0.0.1 at 2023-01-18 12:51:28 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.11ms) +Completed 200 OK in 16ms (Views: 2.2ms | ActiveRecord: 1.2ms | Allocations: 2822) + + +Started POST "/bookings" for 127.0.0.1 at 2023-01-18 12:51:32 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 09:51:32.440224"], ["updated_at", "2023-01-18 09:51:32.440224"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.17ms) +Completed 200 OK in 49ms (Views: 1.1ms | ActiveRecord: 5.8ms | Allocations: 16021) + + +Started POST "/pay" for 127.0.0.1 at 2023-01-18 12:51:33 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>1, "booking"=>{"id"=>1}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (1.0ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 09:51:33.910877"], ["id", 4]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.3ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 09:51:33.933754"], ["id", 1]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.46ms) +Completed 200 OK in 41ms (Views: 1.0ms | ActiveRecord: 19.2ms | Allocations: 6735) + + +Started POST "/stkpush" for 127.0.0.1 at 2023-01-18 12:51:33 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 09:51:35.068092"], ["updated_at", "2023-01-18 09:51:35.068092"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (11.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1817ms (ActiveRecord: 13.9ms | Allocations: 10630) + + + +RuntimeError (Invalid response { + "requestId":"5478-192302764-2", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/auth/admin" for 127.0.0.1 at 2023-01-18 12:51:46 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.25ms) +Completed 200 OK in 283ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 993) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:46 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.9ms) +Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.4ms | Allocations: 4515) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:46 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.42ms) +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.4ms | Allocations: 4463) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:46 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.34ms) +Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms | Allocations: 4463) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 12:51:46 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.36ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.4ms | Allocations: 4463) + + +<<<<<<< HEAD +Started GET "/start" for 127.0.0.1 at 2023-01-18 13:01:48 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (20.46ms) +Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 1.5ms | Allocations: 4645) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 13:01:48 +0300 +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.95ms) +Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.9ms | Allocations: 4463) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 13:01:48 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (15.94ms) +Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.4ms | Allocations: 4463) + + +Started GET "/start" for 127.0.0.1 at 2023-01-18 13:01:48 +0300 +Processing by StationsController#start as */* + Station Load (1.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.78ms) +Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 1.1ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:06:05 +0300 +Processing by StationsController#start as */* + Station Load (1.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.18ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 1.2ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:06:05 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.72ms) +Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.5ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:06:05 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.55ms) +Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.3ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:06:05 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.93ms) +Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.4ms | Allocations: 4463) + + +Started POST "/users" for ::1 at 2023-01-18 13:07:12 +0300 +Processing by UsersController#create as */* + Parameters: {"fullname"=>"ljhkgjhfdg", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"fullname"=>"ljhkgjhfdg", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.4ms) begin transaction + ↳ app/controllers/users_controller.rb:20:in `create' + User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "ljhkgjhfdg"], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:20:in `create' + User Create (0.5ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "ljhkgjhfdg"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 10:07:13.066930"], ["updated_at", "2023-01-18 10:07:13.066930"]] + ↳ app/controllers/users_controller.rb:20:in `create' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/users_controller.rb:20:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (1.3ms) +Completed 200 OK in 309ms (Views: 8.6ms | ActiveRecord: 3.4ms | Allocations: 4531) + + +Started GET "/start" for ::1 at 2023-01-18 13:07:13 +0300 +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (13.22ms) +Completed 200 OK in 28ms (Views: 23.7ms | ActiveRecord: 1.0ms | Allocations: 4580) + + +Started GET "/start" for ::1 at 2023-01-18 13:07:13 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.77ms) +Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.4ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:07:13 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.01ms) +Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.5ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:07:13 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.0ms) +Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.5ms | Allocations: 4467) + + +Started POST "/users" for ::1 at 2023-01-18 13:07:36 +0300 +Processing by UsersController#create as */* + Parameters: {"fullname"=>"klgkdhkgjhfgh", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"fullname"=>"klgkdhkgjhfgh", "phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:20:in `create' + User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "klgkdhkgjhfgh"], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:20:in `create' + User Create (0.3ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "klgkdhkgjhfgh"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 10:07:36.754803"], ["updated_at", "2023-01-18 10:07:36.754803"]] + ↳ app/controllers/users_controller.rb:20:in `create' + TRANSACTION (2.4ms) commit transaction + ↳ app/controllers/users_controller.rb:20:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.39ms) +Completed 200 OK in 425ms (Views: 1.5ms | ActiveRecord: 3.0ms | Allocations: 3109) + + +Started GET "/start" for ::1 at 2023-01-18 13:07:36 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:07:36 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.29ms) +Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.4ms | Allocations: 4483) + + +Processing by StationsController#start as */* + Station Load (2.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.84ms) +Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 2.4ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:07:36 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:07:36 +0300 +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.46ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 1.0ms | Allocations: 4501) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.96ms) +Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.6ms | Allocations: 4463) + + +Started GET "/available?from=Roysa&to=CBD" for ::1 at 2023-01-18 13:07:44 +0300 +Started GET "/available?from=Roysa&to=CBD" for ::1 at 2023-01-18 13:07:44 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] +Processing by BusesController#available as */* + ↳ app/controllers/buses_controller.rb:31:in `available' + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.09ms) +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Completed 200 OK in 26ms (Views: 4.2ms | ActiveRecord: 1.1ms | Allocations: 3114) + + +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.18ms) +Completed 200 OK in 19ms (Views: 2.5ms | ActiveRecord: 1.7ms | Allocations: 3059) + + +Started POST "/bookings" for ::1 at 2023-01-18 13:07:48 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "booking"=>{"bus_id"=>9}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.6ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 9], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 10:07:48.257238"], ["updated_at", "2023-01-18 10:07:48.257238"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.5ms) +Completed 200 OK in 73ms (Views: 1.8ms | ActiveRecord: 9.5ms | Allocations: 6240) + + +Started POST "/pay" for ::1 at 2023-01-18 13:07:49 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>2, "booking"=>{"id"=>2}} + Booking Load (0.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.7ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 10:07:49.876951"], ["id", 9]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.5ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 10:07:49.892455"], ["id", 2]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.49ms) +Completed 200 OK in 49ms (Views: 2.9ms | ActiveRecord: 8.0ms | Allocations: 5673) + + +Started POST "/stkpush" for ::1 at 2023-01-18 13:07:49 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.8ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 1]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.6ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 10:07:50.977269"], ["updated_at", "2023-01-18 10:07:50.977269"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 2052ms (ActiveRecord: 7.6ms | Allocations: 7129) + + + +RuntimeError (Invalid response { + "requestId":"12410-196263427-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-18 13:08:50 +0300 +Processing by StationsController#start as */* +Started GET "/start" for ::1 at 2023-01-18 13:08:50 +0300 + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (18.1ms) +Completed 200 OK in 42ms (Views: 40.7ms | ActiveRecord: 0.6ms | Allocations: 5178) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (15.75ms) +Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.3ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:08:50 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.96ms) +Started GET "/start" for ::1 at 2023-01-18 13:08:50 +0300 +Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.4ms | Allocations: 4474) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (20.0ms) +Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.6ms | Allocations: 4509) + + +Started GET "/start" for ::1 at 2023-01-18 13:09:22 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:09:22 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.72ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.4ms | Allocations: 4492) + + +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.78ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.3ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:09:22 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:09:22 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.9ms) + Station Load (17.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.4ms | Allocations: 5193) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.53ms) +Completed 200 OK in 40ms (Views: 20.9ms | ActiveRecord: 17.5ms | Allocations: 8385) + + +Started GET "/start" for ::1 at 2023-01-18 13:09:54 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:09:54 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (13.18ms) +Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.5ms | Allocations: 4987) + + + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.33ms) +Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.6ms | Allocations: 4815) + + +Started GET "/start" for ::1 at 2023-01-18 13:09:54 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.43ms) +Started GET "/start" for ::1 at 2023-01-18 13:09:54 +0300 +Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.4ms | Allocations: 4635) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.62ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.4ms | Allocations: 4463) + + +Started GET "/start" for ::1 at 2023-01-18 13:10:35 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:10:35 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (15.35ms) + Station Load (0.6ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.6ms | Allocations: 4881) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.04ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.6ms | Allocations: 4818) + + +Started GET "/start" for ::1 at 2023-01-18 13:10:35 +0300 +Started GET "/start" for ::1 at 2023-01-18 13:10:35 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.46ms) +Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.3ms | Allocations: 4503) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.38ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.6ms | Allocations: 4496) + + +Started GET "/start" for ::1 at 2023-01-18 13:18:26 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.81ms) +Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.7ms | Allocations: 4601) + + +Started GET "/start" for ::1 at 2023-01-18 13:18:26 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.27ms) +Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 4464) + + +Started GET "/available?from=Roysa&to=CBD" for ::1 at 2023-01-18 13:18:35 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.8ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.81ms) +Completed 200 OK in 18ms (Views: 2.6ms | ActiveRecord: 1.6ms | Allocations: 2399) + + +Started POST "/bookings" for ::1 at 2023-01-18 13:18:37 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>14, "booking"=>{"bus_id"=>14}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>14, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>14}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>14, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>14}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>14, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>14}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>14, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>14}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>14, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>14}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.9ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 14], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 10:18:37.975484"], ["updated_at", "2023-01-18 10:18:37.975484"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (15.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.3ms) +Completed 200 OK in 51ms (Views: 1.6ms | ActiveRecord: 18.0ms | Allocations: 6203) + + +Started POST "/pay" for ::1 at 2023-01-18 13:18:39 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>3, "booking"=>{"id"=>3}} + Booking Load (0.6ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.9ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 10:18:39.416043"], ["id", 14]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.4ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 10:18:39.428001"], ["id", 3]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.38ms) +Completed 200 OK in 32ms (Views: 0.9ms | ActiveRecord: 7.3ms | Allocations: 5645) + + +Started POST "/stkpush" for ::1 at 2023-01-18 13:18:39 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 2]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (15.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.2ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 10:18:40.496590"], ["updated_at", "2023-01-18 10:18:40.496590"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1836ms (ActiveRecord: 19.9ms | Allocations: 6871) + + + +RuntimeError (Invalid response { + "requestId":"5480-192388389-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-18 13:25:09 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.78ms) +Completed 200 OK in 48ms (Views: 33.6ms | ActiveRecord: 1.6ms | Allocations: 13188) + + +Started GET "/start" for ::1 at 2023-01-18 13:25:09 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.09ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.3ms | Allocations: 4640) + + +Started GET "/available?from=Roysa&to=allssops" for ::1 at 2023-01-18 13:25:25 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"allssops"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"allssops", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"allssops", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "allssops"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"allssops", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"allssops", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.11ms) +Completed 200 OK in 17ms (Views: 1.0ms | ActiveRecord: 1.4ms | Allocations: 5621) + + +  (8.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (3.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (3.5ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.2ms) begin transaction +  (1.0ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (2.5ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (4.7ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.2ms) begin transaction +  (0.5ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (3.2ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (7.3ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.2ms) begin transaction +  (0.7ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.0ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.1ms) begin transaction +  (1.0ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (5.9ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.1ms) begin transaction + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.3ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.2ms) begin transaction +  (1.1ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (6.5ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean DEFAULT 0, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (3.1ms) 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]] + TRANSACTION (0.1ms) begin transaction + ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-18 10:25:51.438674"], ["updated_at", "2023-01-18 10:25:51.438674"]] + TRANSACTION (2.5ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 10:25:56.610096"], ["updated_at", "2023-01-18 10:25:56.610096"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 10:25:56.617055"], ["updated_at", "2023-01-18 10:25:56.617055"], ["station_id", nil]] + TRANSACTION (2.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 10:25:56.623611"], ["updated_at", "2023-01-18 10:25:56.623611"], ["station_id", nil]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysa"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 10:25:56.629791"], ["updated_at", "2023-01-18 10:25:56.629791"], ["station_id", nil]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "TRM"], ["time", "9:00am"], ["created_at", "2023-01-18 10:25:56.635440"], ["updated_at", "2023-01-18 10:25:56.635440"], ["station_id", nil]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 10:25:56.647574"], ["updated_at", "2023-01-18 10:25:56.647574"]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 10:25:56.656910"], ["updated_at", "2023-01-18 10:25:56.656910"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysa"], ["fare", 2], ["created_at", "2023-01-18 10:25:56.662946"], ["updated_at", "2023-01-18 10:25:56.662946"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 10:25:56.667806"], ["updated_at", "2023-01-18 10:25:56.667806"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 10:25:56.673704"], ["updated_at", "2023-01-18 10:25:56.673704"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 10:25:56.683483"], ["updated_at", "2023-01-18 10:25:56.683483"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 10:25:56.689290"], ["updated_at", "2023-01-18 10:25:56.689290"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 10:25:56.695759"], ["updated_at", "2023-01-18 10:25:56.695759"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.9ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 10:25:56.701602"], ["updated_at", "2023-01-18 10:25:56.701602"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 10:25:56.709169"], ["updated_at", "2023-01-18 10:25:56.709169"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 1], ["created_at", "2023-01-18 10:25:56.725600"], ["updated_at", "2023-01-18 10:25:56.725600"]] + TRANSACTION (2.1ms) commit transaction +Started GET "/start" for ::1 at 2023-01-18 13:27:30 +0300 + ActiveRecord::SchemaMigration Pluck (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.92ms) +Completed 200 OK in 31ms (Views: 21.5ms | ActiveRecord: 1.4ms | Allocations: 10777) + + +Started GET "/start" for ::1 at 2023-01-18 13:27:31 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.04ms) +Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms | Allocations: 2221) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-18 13:27:38 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.16ms) +Completed 200 OK in 22ms (Views: 1.1ms | ActiveRecord: 1.1ms | Allocations: 5622) + + +Started GET "/available?from=Roysa&to=CBD" for ::1 at 2023-01-18 13:28:03 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.48ms) +Completed 200 OK in 42ms (Views: 13.6ms | ActiveRecord: 1.8ms | Allocations: 9499) + + +Started POST "/bookings" for ::1 at 2023-01-18 13:28:06 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.5ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 10:28:06.478239"], ["updated_at", "2023-01-18 10:28:06.478239"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.18ms) +Completed 200 OK in 113ms (Views: 30.6ms | ActiveRecord: 5.8ms | Allocations: 21529) + + +Started POST "/pay" for ::1 at 2023-01-18 13:28:07 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>1, "booking"=>{"id"=>1}} + Booking Load (0.4ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (2.6ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 10:28:07.698325"], ["id", 4]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (15.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.2ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 10:28:07.728746"], ["id", 1]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.44ms) +Completed 200 OK in 67ms (Views: 1.0ms | ActiveRecord: 21.4ms | Allocations: 6990) + + +Started POST "/stkpush" for ::1 at 2023-01-18 13:28:07 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.4ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 10:28:08.706923"], ["updated_at", "2023-01-18 10:28:08.706923"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (5.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1846ms (ActiveRecord: 9.9ms | Allocations: 9592) + + + +RuntimeError (Invalid response { + "requestId":"32582-199209440-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-18 13:30:55 +0300 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.49ms) +Completed 200 OK in 40ms (Views: 22.6ms | ActiveRecord: 1.8ms | Allocations: 10777) + + +Started GET "/start" for ::1 at 2023-01-18 13:30:55 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.94ms) +Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms | Allocations: 2220) + + +Started GET "/available?from=Roysa&to=CBD" for ::1 at 2023-01-18 13:31:15 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysa"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 29ms (Views: 1.6ms | ActiveRecord: 1.4ms | Allocations: 10342) + + +Started POST "/bookings" for ::1 at 2023-01-18 13:31:18 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysa", "to"=>"CBD", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysa"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysa", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 62ms (ActiveRecord: 4.7ms | Allocations: 17402) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/pay" for ::1 at 2023-01-18 13:31:20 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms | Allocations: 2422) + + + +NoMethodError (undefined method `user' for nil:NilClass + + phonenumber = booking.user.phonenumber + ^^^^^): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-18 13:31:20 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.9ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 1]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (3.4ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.4ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 10:31:21.737587"], ["updated_at", "2023-01-18 10:31:21.737587"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (3.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1700ms (ActiveRecord: 11.9ms | Allocations: 11963) + + + +RuntimeError (Invalid response { + "requestId":"2339-189410851-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +  (15.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (3.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.3ms) begin transaction +  (0.6ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (3.6ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (2.5ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.2ms) begin transaction +  (0.7ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (2.9ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (2.4ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (2.6ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.1ms) begin transaction +  (0.6ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.2ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.2ms) begin transaction +  (1.2ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (2.6ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.1ms) begin transaction + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.7ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.3ms) begin transaction +  (0.7ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (3.0ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean DEFAULT 0, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (3.0ms) commit transaction + ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + TRANSACTION (0.0ms) begin transaction + ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-18 10:31:57.946504"], ["updated_at", "2023-01-18 10:31:57.946504"]] + TRANSACTION (2.0ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 10:32:01.582282"], ["updated_at", "2023-01-18 10:32:01.582282"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 10:32:01.588625"], ["updated_at", "2023-01-18 10:32:01.588625"], ["station_id", nil]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.8ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 10:32:01.594154"], ["updated_at", "2023-01-18 10:32:01.594154"], ["station_id", nil]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysambu"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 10:32:01.602568"], ["updated_at", "2023-01-18 10:32:01.602568"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "CBD"], ["time", "9:00am"], ["created_at", "2023-01-18 10:32:01.608727"], ["updated_at", "2023-01-18 10:32:01.608727"], ["station_id", nil]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 10:32:01.618891"], ["updated_at", "2023-01-18 10:32:01.618891"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 10:32:01.625861"], ["updated_at", "2023-01-18 10:32:01.625861"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysambu"], ["fare", 2], ["created_at", "2023-01-18 10:32:01.635186"], ["updated_at", "2023-01-18 10:32:01.635186"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 10:32:01.640874"], ["updated_at", "2023-01-18 10:32:01.640874"]] + TRANSACTION (1.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 10:32:01.647561"], ["updated_at", "2023-01-18 10:32:01.647561"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 10:32:01.656549"], ["updated_at", "2023-01-18 10:32:01.656549"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 10:32:01.662819"], ["updated_at", "2023-01-18 10:32:01.662819"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 10:32:01.668136"], ["updated_at", "2023-01-18 10:32:01.668136"]] + TRANSACTION (1.8ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 10:32:01.672755"], ["updated_at", "2023-01-18 10:32:01.672755"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 10:32:01.678913"], ["updated_at", "2023-01-18 10:32:01.678913"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.2ms) begin transaction + User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + User Create (0.4ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 1], ["created_at", "2023-01-18 10:32:01.697463"], ["updated_at", "2023-01-18 10:32:01.697463"]] + TRANSACTION (2.3ms) commit transaction +Started GET "/start" for ::1 at 2023-01-18 13:32:16 +0300 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.89ms) +Completed 200 OK in 37ms (Views: 26.8ms | ActiveRecord: 2.3ms | Allocations: 10777) + + +Started GET "/start" for ::1 at 2023-01-18 13:32:16 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.01ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms | Allocations: 2220) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 13:32:22 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.76ms) +Completed 200 OK in 42ms (Views: 3.3ms | ActiveRecord: 2.1ms | Allocations: 10946) + + +Started POST "/bookings" for ::1 at 2023-01-18 13:32:24 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 10:32:24.852892"], ["updated_at", "2023-01-18 10:32:24.852892"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.13ms) +Completed 200 OK in 64ms (Views: 2.7ms | ActiveRecord: 6.4ms | Allocations: 21529) + + +Started POST "/pay" for ::1 at 2023-01-18 13:32:30 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>1, "booking"=>{"id"=>1}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 10:32:30.161723"], ["id", 4]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.4ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 10:32:30.222497"], ["id", 1]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.3ms) +Completed 200 OK in 148ms (Views: 1.2ms | ActiveRecord: 18.9ms | Allocations: 7001) + + +Started POST "/stkpush" for ::1 at 2023-01-18 13:32:30 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.3ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 10:32:31.139471"], ["updated_at", "2023-01-18 10:32:31.139471"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (15.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1379ms (ActiveRecord: 19.6ms | Allocations: 9598) + + + +RuntimeError (Invalid response { + "requestId":"321-29203276-2", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-18 14:41:39 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.27ms) +Completed 200 OK in 31ms (Views: 18.2ms | ActiveRecord: 0.8ms | Allocations: 10778) + + +Started GET "/start" for ::1 at 2023-01-18 14:41:39 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.9ms) +Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms | Allocations: 2220) + + +Started GET "/start" for ::1 at 2023-01-18 14:41:40 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.26ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:41:40 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.93ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started POST "/users" for ::1 at 2023-01-18 14:42:58 +0300 +Processing by UsersController#create as */* + Parameters: {"fullname"=>"jhfdewhfjk", "phonenumber"=>"0123777456", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"fullname"=>"jhfdewhfjk", "phonenumber"=>"0123777456", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:20:in `create' + User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "jhfdewhfjk"], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:20:in `create' + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "jhfdewhfjk"], ["phonenumber", "0123777456"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 11:42:58.403412"], ["updated_at", "2023-01-18 11:42:58.403412"]] + ↳ app/controllers/users_controller.rb:20:in `create' + TRANSACTION (2.3ms) commit transaction + ↳ app/controllers/users_controller.rb:20:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.27ms) +Completed 200 OK in 359ms (Views: 1.8ms | ActiveRecord: 3.7ms | Allocations: 9702) + + +Started GET "/start" for ::1 at 2023-01-18 14:42:58 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.05ms) +Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.5ms | Allocations: 2163) + + +Started GET "/start" for ::1 at 2023-01-18 14:42:58 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.57ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:42:58 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.82ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:42:58 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.52ms) +Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started POST "/auth/login" for ::1 at 2023-01-18 14:43:13 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (6.09ms) +Completed 200 OK in 387ms (Views: 39.0ms | ActiveRecord: 0.6ms | Allocations: 3793) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:13 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.63ms) +Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.1ms | Allocations: 2183) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:13 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.14ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:13 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.28ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:13 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.64ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started POST "/auth/admin" for ::1 at 2023-01-18 14:43:21 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.52ms) +Completed 200 OK in 358ms (Views: 1.1ms | ActiveRecord: 0.4ms | Allocations: 834) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:32 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.15ms) +Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:32 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.66ms) +Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:32 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.57ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-18 14:43:32 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.78ms) +Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 14:43:38 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 18ms (Views: 0.5ms | ActiveRecord: 0.9ms | Allocations: 9061) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 14:43:38 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.05ms) +Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 2137) + + +Started GET "/available?from=Juja&to=Ruiru" for ::1 at 2023-01-18 14:44:14 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"Ruiru"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "Ruiru"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ruiru"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.07ms) +Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.6ms | Allocations: 2134) + + +Started GET "/available?from=Juja&to=Ruiru" for ::1 at 2023-01-18 14:44:14 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"Ruiru"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "Ruiru"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"Ruiru", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ruiru"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 0.5ms | Allocations: 2127) + + +  (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (2.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.2ms) begin transaction +  (0.4ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (2.9ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.1ms) begin transaction +  (0.7ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (2.6ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (3.7ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (2.5ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.1ms) begin transaction +  (0.7ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (3.7ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.2ms) begin transaction +  (0.7ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.3ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.1ms) begin transaction +  (2.5ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (1.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (2.1ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.1ms) begin transaction + ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.4ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.3ms) begin transaction +  (0.6ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (2.9ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean DEFAULT 0, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (3.0ms) commit transaction + ActiveRecord::InternalMetadata Load (1.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + TRANSACTION (0.1ms) begin transaction + ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-18 11:44:34.904094"], ["updated_at", "2023-01-18 11:44:34.904094"]] + TRANSACTION (2.2ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (0.6ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 11:44:40.307104"], ["updated_at", "2023-01-18 11:44:40.307104"], ["station_id", nil]] + TRANSACTION (3.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 11:44:40.318068"], ["updated_at", "2023-01-18 11:44:40.318068"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 11:44:40.324040"], ["updated_at", "2023-01-18 11:44:40.324040"], ["station_id", nil]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysambu"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 11:44:40.329972"], ["updated_at", "2023-01-18 11:44:40.329972"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "CBD"], ["time", "9:00am"], ["created_at", "2023-01-18 11:44:40.338157"], ["updated_at", "2023-01-18 11:44:40.338157"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 11:44:40.351253"], ["updated_at", "2023-01-18 11:44:40.351253"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.9ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 11:44:40.359481"], ["updated_at", "2023-01-18 11:44:40.359481"]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysambu"], ["fare", 2], ["created_at", "2023-01-18 11:44:40.369880"], ["updated_at", "2023-01-18 11:44:40.369880"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 11:44:40.377390"], ["updated_at", "2023-01-18 11:44:40.377390"]] + TRANSACTION (2.7ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 11:44:40.386787"], ["updated_at", "2023-01-18 11:44:40.386787"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 11:44:40.395035"], ["updated_at", "2023-01-18 11:44:40.395035"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 11:44:40.400843"], ["updated_at", "2023-01-18 11:44:40.400843"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 11:44:40.409709"], ["updated_at", "2023-01-18 11:44:40.409709"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 11:44:40.416899"], ["updated_at", "2023-01-18 11:44:40.416899"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 11:44:40.423570"], ["updated_at", "2023-01-18 11:44:40.423570"]] + TRANSACTION (2.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Exists? (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 1], ["created_at", "2023-01-18 11:44:40.445723"], ["updated_at", "2023-01-18 11:44:40.445723"]] + TRANSACTION (2.0ms) commit transaction +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 14:44:46 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.34ms) +Completed 200 OK in 39ms (Views: 5.8ms | ActiveRecord: 3.1ms | Allocations: 9880) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 14:44:46 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.67ms) +Completed 200 OK in 9ms (Views: 1.7ms | ActiveRecord: 0.5ms | Allocations: 2476) + + +Started POST "/bookings" for ::1 at 2023-01-18 14:44:49 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "booking"=>{"bus_id"=>4}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>4, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>4}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 4], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 11:44:49.314403"], ["updated_at", "2023-01-18 11:44:49.314403"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.16ms) +Completed 200 OK in 36ms (Views: 1.4ms | ActiveRecord: 5.0ms | Allocations: 19000) + + +Started POST "/pay" for ::1 at 2023-01-18 14:44:50 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>1, "booking"=>{"id"=>1}} + Booking Load (0.7ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 11:44:50.659046"], ["id", 4]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.2ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 11:44:50.667015"], ["id", 1]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.31ms) +Completed 200 OK in 29ms (Views: 0.7ms | ActiveRecord: 6.0ms | Allocations: 6699) + + +Started POST "/stkpush" for ::1 at 2023-01-18 14:44:50 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.4ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 11:44:51.525381"], ["updated_at", "2023-01-18 11:44:51.525381"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1407ms (ActiveRecord: 5.0ms | Allocations: 9565) + + + +RuntimeError (Invalid response { + "requestId":"2338-189635604-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-18 14:45:12 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.93ms) +Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.4ms | Allocations: 2719) + + +Started GET "/start" for ::1 at 2023-01-18 14:45:12 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.64ms) +Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms | Allocations: 2145) + + +Started GET "/start" for ::1 at 2023-01-18 14:45:12 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.55ms) +Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-18 14:45:12 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.91ms) +Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms | Allocations: 2043) + + + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.2ms) begin transaction + Bus Create (0.8ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 40], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-18 11:45:38.460102"], ["updated_at", "2023-01-18 11:45:38.460102"], ["station_id", nil]] + TRANSACTION (14.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 60], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-18 11:45:38.484271"], ["updated_at", "2023-01-18 11:45:38.484271"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 25], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-18 11:45:38.491044"], ["updated_at", "2023-01-18 11:45:38.491044"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 69], ["status", "Empty"], ["from", "Roysambu"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-18 11:45:38.497496"], ["updated_at", "2023-01-18 11:45:38.497496"], ["station_id", nil]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Bus Create (0.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 10], ["status", "Empty"], ["from", "Juja"], ["to", "CBD"], ["time", "9:00am"], ["created_at", "2023-01-18 11:45:38.503587"], ["updated_at", "2023-01-18 11:45:38.503587"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-18 11:45:38.522214"], ["updated_at", "2023-01-18 11:45:38.522214"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-18 11:45:38.531181"], ["updated_at", "2023-01-18 11:45:38.531181"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysambu"], ["fare", 2], ["created_at", "2023-01-18 11:45:38.539346"], ["updated_at", "2023-01-18 11:45:38.539346"]] + TRANSACTION (3.6ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-18 11:45:38.552412"], ["updated_at", "2023-01-18 11:45:38.552412"]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-18 11:45:38.559829"], ["updated_at", "2023-01-18 11:45:38.559829"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-18 11:45:38.567843"], ["updated_at", "2023-01-18 11:45:38.567843"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-18 11:45:38.577666"], ["updated_at", "2023-01-18 11:45:38.577666"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-18 11:45:38.585336"], ["updated_at", "2023-01-18 11:45:38.585336"]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-18 11:45:38.594608"], ["updated_at", "2023-01-18 11:45:38.594608"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-18 11:45:38.603920"], ["updated_at", "2023-01-18 11:45:38.603920"]] + TRANSACTION (1.9ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + TRANSACTION (0.1ms) rollback transaction +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 14:45:45 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.47ms) +Completed 200 OK in 20ms (Views: 1.6ms | ActiveRecord: 2.1ms | Allocations: 9946) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-18 14:45:45 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.62ms) +Completed 200 OK in 9ms (Views: 1.5ms | ActiveRecord: 0.8ms | Allocations: 2490) + + +Started POST "/bookings" for ::1 at 2023-01-18 14:45:49 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>9, "booking"=>{"bus_id"=>9}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "bus_id"=>9, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>9}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 9], ["user_id", 1], ["isActive", 0], ["from_id", 3], ["to_id", 1], ["fare", 20], ["created_at", "2023-01-18 11:45:49.367234"], ["updated_at", "2023-01-18 11:45:49.367234"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.17ms) +Completed 200 OK in 56ms (Views: 1.9ms | ActiveRecord: 10.1ms | Allocations: 16422) + + +Started POST "/pay" for ::1 at 2023-01-18 14:45:50 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>2, "booking"=>{"id"=>2}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.7ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 70], ["updated_at", "2023-01-18 11:45:50.683270"], ["id", 9]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.6ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.7ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-18 11:45:50.706702"], ["id", 2]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.29ms) +Completed 200 OK in 43ms (Views: 0.9ms | ActiveRecord: 19.1ms | Allocations: 6543) + + +Started POST "/stkpush" for ::1 at 2023-01-18 14:45:50 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>20, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>20}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.5ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 1]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (6.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.4ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 11:45:51.529222"], ["updated_at", "2023-01-18 11:45:51.529222"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.2ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1493ms (ActiveRecord: 13.2ms | Allocations: 9322) + + + +RuntimeError (Invalid response { + "requestId":"10751-130575741-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-19 09:53:25 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.73ms) +Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 1.0ms | Allocations: 4069) + + +Started GET "/start" for ::1 at 2023-01-19 09:53:25 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.73ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.4ms | Allocations: 3358) + + +Started GET "/start" for ::1 at 2023-01-19 09:53:25 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.41ms) +Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/start" for ::1 at 2023-01-19 09:53:25 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.54ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-19 09:53:59 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.8ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.1ms) +Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 1.3ms | Allocations: 2285) + + +Started GET "/available?from=Roysambu&to=CBD" for ::1 at 2023-01-19 09:53:59 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.5ms | Allocations: 2141) + + +Started POST "/bookings" for ::1 at 2023-01-19 09:54:21 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysambu", "to"=>"CBD", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"CBD", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.3ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 45ms (ActiveRecord: 1.8ms | Allocations: 6257) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/pay" for ::1 at 2023-01-19 09:54:28 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (0.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.5ms | Allocations: 2152) + + + +NoMethodError (undefined method `user' for nil:NilClass + + phonenumber = booking.user.phonenumber + ^^^^^): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-19 09:54:28 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (1.0ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 2]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (3.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (1.1ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 06:54:29.383354"], ["updated_at", "2023-01-19 06:54:29.383354"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (5.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1888ms (ActiveRecord: 11.6ms | Allocations: 7091) + + + +RuntimeError (Invalid response { + "requestId":"74588-32244696-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started GET "/start" for ::1 at 2023-01-19 09:54:54 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.36ms) +Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for ::1 at 2023-01-19 09:54:54 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.85ms) +Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for ::1 at 2023-01-19 09:54:54 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.49ms) +Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 3253) + + +Started GET "/start" for ::1 at 2023-01-19 09:54:54 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.9ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.2ms | Allocations: 3253) + + +Started GET "/available?from=Roysambu&to=Ku" for ::1 at 2023-01-19 09:55:01 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 16ms (Views: 1.1ms | ActiveRecord: 1.0ms | Allocations: 2106) + + +Started GET "/available?from=Roysambu&to=Ku" for ::1 at 2023-01-19 09:55:01 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Roysambu", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Roysambu"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.5ms | Allocations: 2106) + + +Started POST "/bookings" for ::1 at 2023-01-19 09:55:03 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Roysambu", "to"=>"Ku", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Roysambu", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +======= +Started GET "/start" for ::1 at 2023-01-18 15:18:35 +0300 +Started GET "/start" for ::1 at 2023-01-18 15:18:35 +0300 +Started GET "/start" for ::1 at 2023-01-18 15:18:35 +0300 +Started GET "/start" for ::1 at 2023-01-18 15:18:35 +0300 + ActiveRecord::SchemaMigration Pluck (12.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* +Processing by StationsController#start as */* +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (34.3ms) SELECT "stations".* FROM "stations" + Station Load (12.6ms) SELECT "stations".* FROM "stations" + Station Load (16.9ms) SELECT "stations".* FROM "stations" + Station Load (14.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (32.33ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (109.47ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (224.3ms) +Completed 200 OK in 6012ms (Views: 3627.7ms | ActiveRecord: 177.4ms | Allocations: 45279) + + +Completed 200 OK in 5771ms (Views: 3586.7ms | ActiveRecord: 49.8ms | Allocations: 44370) + + +Completed 200 OK in 5899ms (Views: 3516.2ms | ActiveRecord: 157.5ms | Allocations: 44753) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (356.11ms) +Completed 200 OK in 6083ms (Views: 3923.6ms | ActiveRecord: 64.8ms | Allocations: 45410) + + +Started GET "/start" for ::1 at 2023-01-18 15:21:02 +0300 +Processing by StationsController#start as */* + Station Load (3.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (19.11ms) +Completed 200 OK in 42ms (Views: 36.5ms | ActiveRecord: 3.7ms | Allocations: 4446) + + +Started GET "/start" for ::1 at 2023-01-18 15:21:03 +0300 +Processing by StationsController#start as */* + Station Load (7.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.98ms) +Completed 200 OK in 90ms (Views: 81.0ms | ActiveRecord: 7.9ms | Allocations: 4433) + + +Started GET "/start" for ::1 at 2023-01-18 15:21:03 +0300 +Processing by StationsController#start as */* + Station Load (4.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (64.89ms) +Completed 200 OK in 2091ms (Views: 2084.1ms | ActiveRecord: 4.9ms | Allocations: 4438) + + +Started GET "/start" for ::1 at 2023-01-18 15:21:06 +0300 +Processing by StationsController#start as */* + Station Load (3.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.47ms) +Completed 200 OK in 27ms (Views: 21.9ms | ActiveRecord: 3.4ms | Allocations: 4433) + + +Started GET "/available?from=allssops&to=Ku" for ::1 at 2023-01-18 15:21:23 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (77.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (43.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (5.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.18ms) +Completed 200 OK in 1465ms (Views: 43.6ms | ActiveRecord: 135.5ms | Allocations: 7097) + + +Started GET "/available?from=allssops&to=Ku" for ::1 at 2023-01-18 15:21:26 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (7.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (3.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (2.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.11ms) +Completed 200 OK in 36ms (Views: 3.9ms | ActiveRecord: 13.6ms | Allocations: 2085) + + +Started POST "/bookings" for ::1 at 2023-01-18 15:21:29 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"allssops", "to"=>"Ku", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (5.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (5.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (32.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.7ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 1241ms (ActiveRecord: 70.0ms | Allocations: 43942) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/pay" for ::1 at 2023-01-18 15:21:33 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (5.7ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 21ms (ActiveRecord: 5.7ms | Allocations: 1553) + + + +NoMethodError (undefined method `user' for nil:NilClass): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-18 15:21:34 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} +Started POST "/pay" for ::1 at 2023-01-18 15:21:36 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (3.4ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 12ms (ActiveRecord: 3.4ms | Allocations: 1441) + + + +NoMethodError (undefined method `user' for nil:NilClass): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-18 15:21:36 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (46.2ms) SELECT "access_tokens".* FROM "access_tokens" + AccessToken Load (6.2ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (386.4ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 1]] + AccessToken Destroy (5396.7ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 1]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (581.1ms) commit transaction + TRANSACTION (0.4ms) rollback transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.3ms) begin transaction +Completed 500 Internal Server Error in 11564ms (ActiveRecord: 5478.3ms | Allocations: 45526) + + + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + +ActiveRecord::StatementInvalid (SQLite3::BusyException: database is locked): + +app/controllers/mpesas_controller.rb:117:in `get_access_token' +app/controllers/mpesas_controller.rb:29:in `stkpush' + AccessToken Create (41.7ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 12:21:47.085722"], ["updated_at", "2023-01-18 12:21:47.085722"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (280.9ms) commit transaction +Started POST "/pay" for ::1 at 2023-01-18 15:21:47 +0300 + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Started POST "/pay" for ::1 at 2023-01-18 15:21:47 +0300 +Started GET "/available?from=allssops&to=Ku" for ::1 at 2023-01-18 15:21:48 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (4.9ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 19ms (ActiveRecord: 4.9ms | Allocations: 1416) + + + +NoMethodError (undefined method `user' for nil:NilClass): + +app/controllers/bookings_controller.rb:59:in `pay' +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (4.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 25ms (ActiveRecord: 4.2ms | Allocations: 1409) + + + +NoMethodError (undefined method `user' for nil:NilClass): + +app/controllers/bookings_controller.rb:59:in `pay' +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (8.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (7.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (4.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.2ms) +Completed 200 OK in 54ms (Views: 2.5ms | ActiveRecord: 19.8ms | Allocations: 2101) + + +Started GET "/available?from=allssops&to=Ku" for ::1 at 2023-01-18 15:21:48 +0300 +Completed 500 Internal Server Error in 11910ms (ActiveRecord: 1296.9ms | Allocations: 100926) + + + +RuntimeError (Invalid response { + "requestId":"2508-16867668-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (6.9ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (4.8ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (4.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 56ms (Views: 3.5ms | ActiveRecord: 16.1ms | Allocations: 2159) + + +Started POST "/stkpush" for ::1 at 2023-01-18 15:21:53 +0300 +Started POST "/stkpush" for ::1 at 2023-01-18 15:21:53 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (5.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.6ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (28.9ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 2]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (503.2ms) commit transaction + AccessToken Load (11.0ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (1.0ms) begin transaction + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (16.0ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 12:21:55.522784"], ["updated_at", "2023-01-18 12:21:55.522784"]] + AccessToken Create (5337.7ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 12:21:55.529959"], ["updated_at", "2023-01-18 12:21:55.529959"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (485.4ms) commit transaction + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 7601ms (ActiveRecord: 5349.1ms | Allocations: 10311) + + + +ActiveRecord::StatementInvalid (SQLite3::BusyException: database is locked): + +app/controllers/mpesas_controller.rb:118:in `get_access_token' +app/controllers/mpesas_controller.rb:29:in `stkpush' +Completed 500 Internal Server Error in 8693ms (ActiveRecord: 1040.7ms | Allocations: 51961) + + + +RuntimeError (Invalid response { + "requestId":"25142-147743037-2", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/users" for ::1 at 2023-01-18 15:23:33 +0300 +Processing by UsersController#create as */* + Parameters: {"fullname"=>"DevShee", "phonenumber"=>"254742258845", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"fullname"=>"DevShee", "phonenumber"=>"254742258845", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.6ms) begin transaction + ↳ app/controllers/users_controller.rb:20:in `create' + User Exists? (5.4ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "DevShee"], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:20:in `create' + User Create (19.7ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "DevShee"], ["phonenumber", "254742258845"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-18 12:23:36.130598"], ["updated_at", "2023-01-18 12:23:36.130598"]] + ↳ app/controllers/users_controller.rb:20:in `create' + TRANSACTION (265.9ms) commit transaction + ↳ app/controllers/users_controller.rb:20:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (1.67ms) +Completed 200 OK in 2119ms (Views: 152.0ms | ActiveRecord: 291.6ms | Allocations: 4163) + + +Started GET "/start" for ::1 at 2023-01-18 15:23:38 +0300 +Processing by StationsController#start as */* + Station Load (8.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.66ms) +Completed 200 OK in 88ms (Views: 78.0ms | ActiveRecord: 8.7ms | Allocations: 4434) + + +Started GET "/start" for ::1 at 2023-01-18 15:23:39 +0300 +Processing by StationsController#start as */* + Station Load (5.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.13ms) +Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 5.4ms | Allocations: 4433) + + +Started GET "/start" for ::1 at 2023-01-18 15:23:39 +0300 +Processing by StationsController#start as */* + Station Load (10.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.21ms) +Completed 200 OK in 62ms (Views: 51.1ms | ActiveRecord: 10.0ms | Allocations: 4433) + + +Started GET "/start" for ::1 at 2023-01-18 15:23:40 +0300 +Processing by StationsController#start as */* + Station Load (5.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (20.06ms) +Completed 200 OK in 46ms (Views: 39.4ms | ActiveRecord: 5.3ms | Allocations: 4433) + + +Started GET "/available?from=allssops&to=Ku" for ::1 at 2023-01-18 15:23:50 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (5.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (4.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (42.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 79ms (Views: 3.3ms | ActiveRecord: 51.7ms | Allocations: 2085) + + +Started GET "/available?from=allssops&to=Ku" for ::1 at 2023-01-18 15:23:50 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ku"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Bus Load (4.8ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ku"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (3.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"buses", "action"=>"available"} } + Station Load (6.9ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 49ms (Views: 2.9ms | ActiveRecord: 15.2ms | Allocations: 2085) + + +Started POST "/bookings" for ::1 at 2023-01-18 15:23:52 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"allssops", "to"=>"Ku", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (5.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (37.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ku", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +>>>>>>> a37e901378d2d3b2ca85a8fba5cb72207220ae57 + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ku"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +<<<<<<< HEAD + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.2ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.6ms | Allocations: 6012) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/pay" for ::1 at 2023-01-19 09:55:08 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms | Allocations: 2073) + + + +NoMethodError (undefined method `user' for nil:NilClass + + phonenumber = booking.user.phonenumber + ^^^^^): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-19 09:55:08 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.5ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 3]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (2.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.3ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 06:55:08.769893"], ["updated_at", "2023-01-19 06:55:08.769893"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (3.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1301ms (ActiveRecord: 6.8ms | Allocations: 6844) +======= + User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.7ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 126ms (ActiveRecord: 47.4ms | Allocations: 5307) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/pay" for ::1 at 2023-01-18 15:23:53 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (4.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 18ms (ActiveRecord: 4.5ms | Allocations: 1395) + + + +NoMethodError (undefined method `user' for nil:NilClass): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-18 15:23:54 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (5.2ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (2.7ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (19.2ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 3]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (182.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (45.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-18 12:23:56.508729"], ["updated_at", "2023-01-18 12:23:56.508729"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (197.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 2953ms (ActiveRecord: 452.8ms | Allocations: 7578) +>>>>>>> a37e901378d2d3b2ca85a8fba5cb72207220ae57 + + + +RuntimeError (Invalid response { +<<<<<<< HEAD + "requestId":"5475-195107700-1", +======= + "requestId":"32582-199571435-2", +>>>>>>> a37e901378d2d3b2ca85a8fba5cb72207220ae57 + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +<<<<<<< HEAD +Started GET "/" for 197.232.128.93 at 2023-01-19 10:18:36 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Rails::WelcomeController#index as HTML + Rendering /home/kahono/.rvm/gems/ruby-3.1.1/gems/railties-7.0.4.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/kahono/.rvm/gems/ruby-3.1.1/gems/railties-7.0.4.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 2.8ms | Allocations: 585) +Completed 200 OK in 21ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 4218) + + +Started POST "/" for 197.232.128.93 at 2023-01-19 10:31:52 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + +ActionController::RoutingError (No route matches [POST] "/"): + +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 10:32:10 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 +Processing by MpesasController#stkpush as */* + Parameters: {"{phoneNumber:254111694419,amount:20}"=>nil} + AccessToken Load (0.2ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 4]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (2.7ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 07:32:11.681690"], ["updated_at", "2023-01-19 07:32:11.681690"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1641ms (ActiveRecord: 7.0ms | Allocations: 16117) + + + +RuntimeError (Invalid response { + "requestId":"5477-195209015-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 10:33:44 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by MpesasController#stkpush as */* + Parameters: {"{phoneNumber:254111694419,amount:20}"=>nil} + AccessToken Load (0.7ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.7ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 5]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (8.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.6ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 07:33:44.960487"], ["updated_at", "2023-01-19 07:33:44.960487"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 1558ms (ActiveRecord: 15.9ms | Allocations: 16145) + + + +RuntimeError (Invalid response { + "requestId":"12415-199174442-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 10:42:53 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 +Processing by MpesasController#stkpush as */* + Parameters: {"{phoneNumber:254111694419,amount:20}"=>nil} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (0.7ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 6]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (3.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (0.8ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 07:42:54.773160"], ["updated_at", "2023-01-19 07:42:54.773160"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 2318ms (ActiveRecord: 9.2ms | Allocations: 9415) + + + +RuntimeError (Invalid response { + "requestId":"12421-199200381-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 10:43:51 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 +Processing by MpesasController#stkpush as */* + Parameters: {"{phoneNumber:254111694419,amount:20}"=>nil} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Destroy (0.5ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 7]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (15.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:119:in `get_access_token' + AccessToken Create (0.4ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 07:43:57.892039"], ["updated_at", "2023-01-19 07:43:57.892039"]] + ↳ app/controllers/mpesas_controller.rb:119:in `get_access_token' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:119:in `get_access_token' +Completed 500 Internal Server Error in 7633ms (ActiveRecord: 22.0ms | Allocations: 9789) + + + +RuntimeError (Invalid response { + "requestId":"2491-19386358-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 10:45:04 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 +Processing by MpesasController#stkpush as */* + Parameters: {"{phoneNumber:254111694419,amount:20}"=>nil} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + AccessToken Destroy (0.8ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 8]] + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (7.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' + AccessToken Create (0.9ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 07:45:05.841718"], ["updated_at", "2023-01-19 07:45:05.841718"]] + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' + TRANSACTION (3.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' +Completed 500 Internal Server Error in 1495ms (ActiveRecord: 14.9ms | Allocations: 9725) + + + +RuntimeError (Invalid response { + "requestId":"12419-199206482-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" +  (3.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (3.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Pluck (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mpesas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneNumber" varchar, "amount" varchar, "checkoutRequestID" varchar, "merchantRequestID" varchar, "mpesaReceiptNumber" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184527"]] + TRANSACTION (2.9ms) commit transaction +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (0.1ms) begin transaction +  (0.8ms) CREATE TABLE "access_tokens" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111184914"]] + TRANSACTION (3.5ms) commit transaction +Migrating to CreateBuses (20230111195814) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "buses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_name" varchar, "seater" integer, "passengers" integer, "status" varchar, "from" varchar, "to" varchar, "time" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111195814"]] + TRANSACTION (2.8ms) commit transaction +Migrating to CreateStations (20230111200310) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "stations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "station_name" varchar, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200310"]] + TRANSACTION (3.0ms) commit transaction +Migrating to CreatePayments (20230111200431) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "payments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "amount" integer, "transaction_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230111200431"]] + TRANSACTION (2.4ms) commit transaction +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (0.1ms) begin transaction +  (0.6ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112074156"]] + TRANSACTION (2.4ms) commit transaction +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (0.1ms) begin transaction +  (1.1ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230112130902"]] + TRANSACTION (2.3ms) commit transaction +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (0.1ms) begin transaction + ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230116083850"]] + TRANSACTION (2.1ms) commit transaction +Migrating to CreateBookings (20230117104601) + TRANSACTION (0.2ms) begin transaction +  (0.7ms) CREATE TABLE "bookings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT 0, "from_id" integer, "to_id" integer, "fare" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230117104601"]] + TRANSACTION (2.9ms) commit transaction +Migrating to CreateUsers (20230118092254) + TRANSACTION (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "fullname" varchar, "phonenumber" varchar, "password_digest" varchar, "isAdmin" boolean DEFAULT 0, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20230118092254"]] + TRANSACTION (3.7ms) commit transaction + ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + TRANSACTION (0.1ms) begin transaction + ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2023-01-19 10:13:07.331529"], ["updated_at", "2023-01-19 10:13:07.331529"]] + TRANSACTION (2.1ms) commit transaction + ActiveRecord::SchemaMigration Pluck (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (0.1ms) begin transaction + Bus Create (1.0ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Toxic"], ["seater", 40], ["passengers", 0], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-19 10:13:13.375529"], ["updated_at", "2023-01-19 10:13:13.375529"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Batman"], ["seater", 60], ["passengers", 0], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-19 10:13:13.387032"], ["updated_at", "2023-01-19 10:13:13.387032"], ["station_id", nil]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 0], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-19 10:13:13.394489"], ["updated_at", "2023-01-19 10:13:13.394489"], ["station_id", nil]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 0], ["status", "Empty"], ["from", "Roysambu"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-19 10:13:13.402103"], ["updated_at", "2023-01-19 10:13:13.402103"], ["station_id", nil]] + TRANSACTION (2.5ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Bus Create (0.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bus_name", "Sugar"], ["seater", 10], ["passengers", 0], ["status", "Empty"], ["from", "Juja"], ["to", "CBD"], ["time", "9:00am"], ["created_at", "2023-01-19 10:13:13.411694"], ["updated_at", "2023-01-19 10:13:13.411694"], ["station_id", nil]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-19 10:13:13.431327"], ["updated_at", "2023-01-19 10:13:13.431327"]] + TRANSACTION (2.4ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-19 10:13:13.441980"], ["updated_at", "2023-01-19 10:13:13.441980"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Roysambu"], ["fare", 2], ["created_at", "2023-01-19 10:13:13.448556"], ["updated_at", "2023-01-19 10:13:13.448556"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.8ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-19 10:13:13.455538"], ["updated_at", "2023-01-19 10:13:13.455538"]] + TRANSACTION (2.2ms) commit transaction + TRANSACTION (0.0ms) begin transaction + Station Create (0.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-19 10:13:13.465264"], ["updated_at", "2023-01-19 10:13:13.465264"]] + TRANSACTION (2.3ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-19 10:13:13.471696"], ["updated_at", "2023-01-19 10:13:13.471696"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-19 10:13:13.479727"], ["updated_at", "2023-01-19 10:13:13.479727"]] + TRANSACTION (2.8ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-19 10:13:13.489631"], ["updated_at", "2023-01-19 10:13:13.489631"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-19 10:13:13.496035"], ["updated_at", "2023-01-19 10:13:13.496035"]] + TRANSACTION (2.0ms) commit transaction + TRANSACTION (0.1ms) begin transaction + Station Create (0.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-19 10:13:13.503785"], ["updated_at", "2023-01-19 10:13:13.503785"]] + TRANSACTION (2.1ms) commit transaction + TRANSACTION (0.1ms) begin transaction + User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + User Create (0.6ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", 1], ["created_at", "2023-01-19 10:13:13.529359"], ["updated_at", "2023-01-19 10:13:13.529359"]] + TRANSACTION (2.0ms) commit transaction +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 13:26:51 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"254112159579", "amount"=>40, "mpesa"=>{"phoneNumber"=>"254112159579", "amount"=>40}} + AccessToken Load (0.9ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' + AccessToken Create (2.0ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 10:26:52.859636"], ["updated_at", "2023-01-19 10:26:52.859636"]] + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' + TRANSACTION (5.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' +Completed 500 Internal Server Error in 1688ms (ActiveRecord: 11.1ms | Allocations: 13333) + + + +RuntimeError (Invalid response { + "requestId":"2274-192641516-1", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 13:32:19 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + +SyntaxError (/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +... "requestId":"2274-192641516-1", +... ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +..."requestId":"2274-192641516-1", +... ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +... "errorCode": "404.001.03", +... ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' + } + ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:51: else without rescue is useless + else + ^~~~ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input + end + ^~~ +): + +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' +app/controllers/mpesas_controller.rb:51: else without rescue is useless +app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' +app/controllers/mpesas_controller.rb:51: else without rescue is useless +app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' +app/controllers/mpesas_controller.rb:51: else without rescue is useless +app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 13:34:32 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + +SyntaxError (/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +... "requestId":"2274-192641516-1", +... ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +..."requestId":"2274-192641516-1", +... ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +... "errorCode": "404.001.03", +... ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' + } + ^ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:51: else without rescue is useless + else + ^~~~ +/home/kahono/school/Bus-Transit-Service/app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input + end + ^~~ +): + +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' +app/controllers/mpesas_controller.rb:51: else without rescue is useless +app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' +app/controllers/mpesas_controller.rb:51: else without rescue is useless +app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ':', expecting '}' +app/controllers/mpesas_controller.rb:44: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:45: syntax error, unexpected ',', expecting `end' +app/controllers/mpesas_controller.rb:47: syntax error, unexpected '}', expecting `end' +app/controllers/mpesas_controller.rb:51: else without rescue is useless +app/controllers/mpesas_controller.rb:56: syntax error, unexpected `end', expecting end-of-input +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 13:43:11 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"254112159579", "amount"=>40, "mpesa"=>{"phoneNumber"=>"254112159579", "amount"=>40}} + AccessToken Load (0.7ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.6ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (1.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 1]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (4.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (1.1ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 10:43:13.083912"], ["updated_at", "2023-01-19 10:43:13.083912"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (3.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :success +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.71ms) +Completed 200 OK in 2777ms (Views: 13.4ms | ActiveRecord: 15.3ms | Allocations: 18455) + + +Started GET "/start" for ::1 at 2023-01-19 14:00:41 +0300 + ActiveRecord::SchemaMigration Pluck (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.38ms) +Completed 200 OK in 82ms (Views: 55.9ms | ActiveRecord: 3.0ms | Allocations: 10768) + + +Started GET "/start" for ::1 at 2023-01-19 14:00:41 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.91ms) +Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.4ms | Allocations: 2220) + + +Started GET "/start" for ::1 at 2023-01-19 14:00:41 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.48ms) +Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:00:41 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.34ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/available?from=allssops&to=Roysambu" for ::1 at 2023-01-19 14:01:02 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Roysambu"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Roysambu"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.23ms) +Completed 200 OK in 35ms (Views: 1.6ms | ActiveRecord: 2.3ms | Allocations: 5620) + + +Started GET "/available?from=allssops&to=Roysambu" for ::1 at 2023-01-19 14:01:03 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Roysambu"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Roysambu"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Roysambu", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Roysambu"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.26ms) +Completed 200 OK in 19ms (Views: 1.6ms | ActiveRecord: 1.1ms | Allocations: 2122) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:01:18 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.24ms) +Completed 200 OK in 64ms (Views: 25.7ms | ActiveRecord: 2.1ms | Allocations: 9473) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:01:18 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.13ms) +Completed 200 OK in 24ms (Views: 3.1ms | ActiveRecord: 1.4ms | Allocations: 2475) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:01:21 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.4ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (2.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:01:22.338822"], ["updated_at", "2023-01-19 11:01:22.338822"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.55ms) +Completed 200 OK in 362ms (Views: 9.2ms | ActiveRecord: 15.1ms | Allocations: 21555) + + +Started POST "/pay" for ::1 at 2023-01-19 14:01:23 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>1, "booking"=>{"id"=>1}} + Booking Load (0.8ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (1.4ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 1], ["updated_at", "2023-01-19 11:01:23.792123"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (7.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (1.3ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 11:01:23.821667"], ["id", 1]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (3.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.11ms) +Completed 200 OK in 76ms (Views: 2.9ms | ActiveRecord: 16.4ms | Allocations: 6986) + + +Started POST "/stkpush" for ::1 at 2023-01-19 14:01:23 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.9ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.8ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 2]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (15.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (1.1ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 11:01:24.929352"], ["updated_at", "2023-01-19 11:01:24.929352"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (3.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.9ms) +Completed 200 OK in 1829ms (Views: 3.4ms | ActiveRecord: 25.0ms | Allocations: 11918) + + +Started GET "/start" for ::1 at 2023-01-19 14:04:51 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.94ms) +Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.7ms | Allocations: 2089) + + +Started GET "/start" for ::1 at 2023-01-19 14:04:51 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.79ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:04:51 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.37ms) +Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 0.8ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:04:51 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.9ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/available?from=allssops&to=CBD" for ::1 at 2023-01-19 14:05:02 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.24ms) +Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.9ms | Allocations: 2144) + + +Started GET "/available?from=allssops&to=CBD" for ::1 at 2023-01-19 14:05:02 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.32ms) +Completed 200 OK in 21ms (Views: 2.5ms | ActiveRecord: 1.4ms | Allocations: 2106) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:05:10 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.44ms) +Completed 200 OK in 21ms (Views: 3.0ms | ActiveRecord: 1.2ms | Allocations: 2296) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:05:10 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (1.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.95ms) +Completed 200 OK in 26ms (Views: 2.9ms | ActiveRecord: 2.1ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:05:12 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.1ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:05:12.955760"], ["updated_at", "2023-01-19 11:05:12.955760"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (4.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.49ms) +Completed 200 OK in 67ms (Views: 2.1ms | ActiveRecord: 7.1ms | Allocations: 6156) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:06 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.79ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:06 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.31ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:06 +0300 +Processing by StationsController#start as */* + Station Load (1.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.89ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 1.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:06 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.18ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:11 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.6ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:11 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.59ms) +Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:11 +0300 +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.45ms) +Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 0.9ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-19 14:06:11 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.51ms) +Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:06:19 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.12ms) +Completed 200 OK in 19ms (Views: 2.5ms | ActiveRecord: 1.4ms | Allocations: 2297) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:06:19 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.2ms) +Completed 200 OK in 26ms (Views: 4.2ms | ActiveRecord: 1.5ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:06:22 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.8ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:06:22.725296"], ["updated_at", "2023-01-19 11:06:22.725296"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (4.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.6ms) +Completed 200 OK in 65ms (Views: 2.3ms | ActiveRecord: 7.2ms | Allocations: 6124) + + +Started GET "/start" for ::1 at 2023-01-19 14:07:27 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.71ms) +Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:07:27 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.27ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:07:28 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.51ms) +Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:07:28 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.44ms) +Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:07:42 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.85ms) +Completed 200 OK in 18ms (Views: 2.7ms | ActiveRecord: 1.3ms | Allocations: 2298) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:07:42 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.43ms) +Completed 200 OK in 26ms (Views: 3.0ms | ActiveRecord: 1.6ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:07:46 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.0ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:07:46.757371"], ["updated_at", "2023-01-19 11:07:46.757371"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.59ms) +Completed 200 OK in 62ms (Views: 2.1ms | ActiveRecord: 6.8ms | Allocations: 6127) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:09:09 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.0ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:09:09.876451"], ["updated_at", "2023-01-19 11:09:09.876451"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (16.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.51ms) +Completed 200 OK in 74ms (Views: 2.2ms | ActiveRecord: 19.1ms | Allocations: 6118) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:23 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.12ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:23 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.18ms) +Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:24 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.88ms) +Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:24 +0300 +Processing by StationsController#start as */* + Station Load (1.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.74ms) +Completed 200 OK in 32ms (Views: 28.7ms | ActiveRecord: 1.1ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:09:32 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.06ms) +Completed 200 OK in 21ms (Views: 2.4ms | ActiveRecord: 1.2ms | Allocations: 2296) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:09:32 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.2ms) +Completed 200 OK in 32ms (Views: 3.7ms | ActiveRecord: 1.5ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:09:35 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.9ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:09:35.663292"], ["updated_at", "2023-01-19 11:09:35.663292"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.41ms) +Completed 200 OK in 93ms (Views: 2.2ms | ActiveRecord: 6.4ms | Allocations: 6120) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:53 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.82ms) +Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.4ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:53 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.03ms) +Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.8ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:53 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.28ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.5ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-19 14:09:53 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.52ms) +Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:10:03 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.37ms) +Completed 200 OK in 31ms (Views: 3.7ms | ActiveRecord: 1.2ms | Allocations: 2296) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:10:03 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.25ms) +Completed 200 OK in 26ms (Views: 2.9ms | ActiveRecord: 1.6ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:10:07 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.8ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:10:07.201342"], ["updated_at", "2023-01-19 11:10:07.201342"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (3.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.39ms) +Completed 200 OK in 59ms (Views: 1.6ms | ActiveRecord: 6.2ms | Allocations: 6118) + + +Started POST "/pay" for ::1 at 2023-01-19 14:10:53 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>7, "booking"=>{"id"=>7}} + Booking Load (0.4ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (1.0ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 2], ["updated_at", "2023-01-19 11:10:53.690716"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (2.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (1.5ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 11:10:53.712684"], ["id", 7]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (3.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.42ms) +Completed 200 OK in 61ms (Views: 3.2ms | ActiveRecord: 10.7ms | Allocations: 5625) + + +Started POST "/stkpush" for ::1 at 2023-01-19 14:10:53 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.7ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 3]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (7.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.4ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.9ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 11:10:55.340950"], ["updated_at", "2023-01-19 11:10:55.340950"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (3.5ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.34ms) +Completed 200 OK in 2562ms (Views: 1.6ms | ActiveRecord: 13.1ms | Allocations: 6763) + + +Started GET "/start" for ::1 at 2023-01-19 14:13:04 +0300 +Processing by StationsController#start as */* + Station Load (5.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (13.3ms) +Completed 200 OK in 35ms (Views: 29.1ms | ActiveRecord: 5.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:13:04 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.49ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:13:04 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.49ms) +Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:13:04 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.39ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:13:23 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.09ms) +Completed 200 OK in 28ms (Views: 5.0ms | ActiveRecord: 1.3ms | Allocations: 2297) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:13:23 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.05ms) +Completed 200 OK in 32ms (Views: 2.9ms | ActiveRecord: 1.4ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:13:25 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:13:25.725674"], ["updated_at", "2023-01-19 11:13:25.725674"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (8.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.57ms) +Completed 200 OK in 73ms (Views: 3.1ms | ActiveRecord: 11.8ms | Allocations: 6118) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:13:37 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.0ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:13:37.587315"], ["updated_at", "2023-01-19 11:13:37.587315"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (9.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.66ms) +Completed 200 OK in 90ms (Views: 2.8ms | ActiveRecord: 12.5ms | Allocations: 6118) + + +Started POST "/auth/admin" for ::1 at 2023-01-19 14:14:01 +0300 +Processing by AuthenticationController#admin as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:13:in `admin' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.72ms) +Completed 200 OK in 828ms (Views: 1.7ms | ActiveRecord: 1.2ms | Allocations: 1320) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:19 +0300 +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.27ms) +Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 1.0ms | Allocations: 2065) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:19 +0300 +Processing by StationsController#start as */* + Station Load (1.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.9ms) +Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 1.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:19 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.86ms) +Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:19 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.94ms) +Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:14:27 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.48ms) +Completed 200 OK in 28ms (Views: 4.3ms | ActiveRecord: 1.5ms | Allocations: 2307) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:14:27 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (1.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.77ms) +Completed 200 OK in 27ms (Views: 4.3ms | ActiveRecord: 2.7ms | Allocations: 2297) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:14:30 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (1.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.5ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:14:30.105935"], ["updated_at", "2023-01-19 11:14:30.105935"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (7.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.4ms) +Completed 200 OK in 80ms (Views: 2.3ms | ActiveRecord: 12.4ms | Allocations: 6192) + + +Started POST "/auth/login" for ::1 at 2023-01-19 14:14:33 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.68ms) +Completed 200 OK in 861ms (Views: 1.6ms | ActiveRecord: 0.4ms | Allocations: 783) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:34 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.41ms) +Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:34 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.1ms) +Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:34 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.38ms) +Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:14:34 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.43ms) +Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:25:21 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.46ms) +Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 4.1ms | Allocations: 2222) + + +Started GET "/start" for ::1 at 2023-01-19 14:25:22 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.03ms) +Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:25:22 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.95ms) +Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:25:22 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.57ms) +Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.8ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:26:26 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:26:26 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.2ms) +Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Processing by StationsController#start as */* + Station Load (3.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.44ms) +Completed 200 OK in 28ms (Views: 21.9ms | ActiveRecord: 5.2ms | Allocations: 2217) + + +Started GET "/start" for ::1 at 2023-01-19 14:26:26 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.71ms) +Started GET "/start" for ::1 at 2023-01-19 14:26:26 +0300 +Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.5ms | Allocations: 2288) + + +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.68ms) +Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 1.0ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:26:35 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:26:35 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (1.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.9ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] +Processing by BusesController#available as */* + ↳ app/controllers/buses_controller.rb:31:in `available' + Parameters: {"from"=>"Juja", "to"=>"CBD"} +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.08ms) +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Completed 200 OK in 58ms (Views: 6.9ms | ActiveRecord: 2.7ms | Allocations: 2935) + + +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (1.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.91ms) +Completed 200 OK in 39ms (Views: 4.7ms | ActiveRecord: 2.4ms | Allocations: 2727) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:26:38 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.4ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (1.0ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.6ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:26:38.703727"], ["updated_at", "2023-01-19 11:26:38.703727"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (8.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.52ms) +Completed 200 OK in 87ms (Views: 6.0ms | ActiveRecord: 13.2ms | Allocations: 6202) + + +Started POST "/auth/login" for ::1 at 2023-01-19 14:26:41 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.7ms) +Completed 200 OK in 861ms (Views: 1.7ms | ActiveRecord: 0.6ms | Allocations: 829) + + +Started GET "/start" for ::1 at 2023-01-19 14:27:19 +0300 +Processing by StationsController#start as */* +Started GET "/start" for ::1 at 2023-01-19 14:27:19 +0300 + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.24ms) +Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.5ms | Allocations: 2724) + + +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.79ms) +Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:27:19 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:27:19 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.2ms) +Completed 200 OK in 37ms (Views: 35.7ms | ActiveRecord: 0.5ms | Allocations: 4043) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.04ms) +Completed 200 OK in 42ms (Views: 39.4ms | ActiveRecord: 0.5ms | Allocations: 4141) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:27:26 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:27:26 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.49ms) +Completed 200 OK in 34ms (Views: 4.1ms | ActiveRecord: 1.8ms | Allocations: 2445) + + +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.63ms) +Completed 200 OK in 33ms (Views: 5.9ms | ActiveRecord: 1.6ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:27:29 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.5ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:27:29.879770"], ["updated_at", "2023-01-19 11:27:29.879770"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (4.7ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.61ms) +Completed 200 OK in 79ms (Views: 2.3ms | ActiveRecord: 8.7ms | Allocations: 6118) + + +Started POST "/auth/login" for ::1 at 2023-01-19 14:27:32 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.68ms) +Completed 200 OK in 855ms (Views: 1.7ms | ActiveRecord: 0.4ms | Allocations: 780) + + +Started GET "/start" for ::1 at 2023-01-19 14:27:33 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:27:33 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.28ms) +Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.7ms | Allocations: 2061) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.44ms) +Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:27:33 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:27:33 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.64ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.3ms | Allocations: 2067) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.14ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:28:24 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:28:24 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +Processing by BusesController#available as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.45ms) + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.8ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] +Completed 200 OK in 55ms (Views: 8.2ms | ActiveRecord: 1.4ms | Allocations: 2804) + + + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.8ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.46ms) +Completed 200 OK in 41ms (Views: 6.3ms | ActiveRecord: 2.2ms | Allocations: 2586) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:28:27 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.1ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:28:27.631224"], ["updated_at", "2023-01-19 11:28:27.631224"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (4.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.64ms) +Completed 200 OK in 75ms (Views: 2.7ms | ActiveRecord: 8.3ms | Allocations: 6200) + + +Started POST "/auth/login" for ::1 at 2023-01-19 14:28:29 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.67ms) +Completed 200 OK in 917ms (Views: 1.6ms | ActiveRecord: 0.6ms | Allocations: 816) + + +Started GET "/start" for ::1 at 2023-01-19 14:28:30 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:28:30 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.93ms) +Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.6ms | Allocations: 2055) + + +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.99ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.8ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:28:30 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:28:30 +0300 +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.41ms) +Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.9ms | Allocations: 2052) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (7.55ms) +Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:29:48 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:29:48 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.8ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Processing by BusesController#available as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + Parameters: {"from"=>"Juja", "to"=>"CBD"} + ↳ app/controllers/buses_controller.rb:31:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.8ms) +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Completed 200 OK in 42ms (Views: 5.7ms | ActiveRecord: 2.1ms | Allocations: 2946) + + + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.87ms) +Completed 200 OK in 39ms (Views: 5.2ms | ActiveRecord: 1.8ms | Allocations: 2955) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:29:51 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.0ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:29:51.146644"], ["updated_at", "2023-01-19 11:29:51.146644"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (7.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.54ms) +Completed 200 OK in 75ms (Views: 2.1ms | ActiveRecord: 11.0ms | Allocations: 6124) + + +Started POST "/auth/login" for ::1 at 2023-01-19 14:29:52 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.67ms) +Completed 200 OK in 907ms (Views: 1.7ms | ActiveRecord: 0.8ms | Allocations: 780) + + +Started GET "/start" for ::1 at 2023-01-19 14:29:53 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Started GET "/start" for ::1 at 2023-01-19 14:29:53 +0300 +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.75ms) +Processing by StationsController#start as */* +Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.5ms | Allocations: 3061) + + + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.06ms) +Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.6ms | Allocations: 2328) + + +Started GET "/start" for ::1 at 2023-01-19 14:29:53 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:29:53 +0300 +Processing by StationsController#start as */* +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.98ms) +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.33ms) +Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.5ms | Allocations: 4209) + + +Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.6ms | Allocations: 3887) + + +Started GET "/start" for ::1 at 2023-01-19 14:30:21 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:30:21 +0300 +Processing by StationsController#start as */* + Station Load (0.8ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.63ms) +Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.8ms | Allocations: 2060) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.13ms) +Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:30:46 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:30:46 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.89ms) +Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.6ms | Allocations: 2051) + + +Processing by StationsController#start as */* + Station Load (0.9ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.04ms) +Completed 200 OK in 29ms (Views: 25.4ms | ActiveRecord: 0.9ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:30:56 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:30:56 +0300 +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.57ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.6ms | Allocations: 2201) + + +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.96ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.5ms | Allocations: 2077) + + +Started GET "/start" for ::1 at 2023-01-19 14:30:56 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:30:56 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (10.38ms) +Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.7ms | Allocations: 2469) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.77ms) +Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.6ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:31:38 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (5.84ms) +Started GET "/start" for ::1 at 2023-01-19 14:31:38 +0300 +Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.5ms | Allocations: 2345) + + +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.1ms) +Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 1.0ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:31:38 +0300 +Started GET "/start" for ::1 at 2023-01-19 14:31:38 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +Processing by StationsController#start as */* +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.54ms) + Station Load (1.1ms) SELECT "stations".* FROM "stations" +Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.5ms | Allocations: 2275) + + + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.34ms) +Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 1.1ms | Allocations: 2395) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:32:18 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:32:18 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Processing by BusesController#available as */* + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.7ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.35ms) +Completed 200 OK in 66ms (Views: 3.1ms | ActiveRecord: 1.8ms | Allocations: 3629) + + + Station Load (0.8ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.62ms) +Completed 200 OK in 68ms (Views: 3.6ms | ActiveRecord: 2.3ms | Allocations: 4065) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:32:21 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (1.1ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:32:21.567979"], ["updated_at", "2023-01-19 11:32:21.567979"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (16.6ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.69ms) +Completed 200 OK in 93ms (Views: 3.0ms | ActiveRecord: 19.9ms | Allocations: 6120) + + +Started POST "/auth/login" for ::1 at 2023-01-19 14:32:23 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.61ms) +Completed 200 OK in 853ms (Views: 1.5ms | ActiveRecord: 0.3ms | Allocations: 782) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:24 +0300 +Processing by StationsController#start as */* + Station Load (1.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (8.33ms) +Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 1.6ms | Allocations: 2505) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:24 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.37ms) +Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:24 +0300 +Processing by StationsController#start as */* +Started GET "/start" for ::1 at 2023-01-19 14:32:24 +0300 + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (13.2ms) +Processing by StationsController#start as */* +Completed 200 OK in 45ms (Views: 43.7ms | ActiveRecord: 0.5ms | Allocations: 2724) + + + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.92ms) +Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.5ms | Allocations: 2328) + + +Started GET "/available?from=CBD&to=Juja" for ::1 at 2023-01-19 14:32:40 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"CBD", "to"=>"Juja"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.5ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "CBD"], ["to", "Juja"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 21ms (Views: 1.8ms | ActiveRecord: 1.7ms | Allocations: 2106) + + +Started GET "/available?from=CBD&to=Juja" for ::1 at 2023-01-19 14:32:40 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"CBD", "to"=>"Juja"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.6ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "CBD"], ["to", "Juja"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } + Station Load (0.6ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"buses", "action"=>"available"} } + Station Load (0.7ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 27ms (Views: 2.5ms | ActiveRecord: 1.8ms | Allocations: 2106) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:32:52 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"CBD", "to"=>"Juja", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Juja", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.3ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.2ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 64ms (ActiveRecord: 2.1ms | Allocations: 6180) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/auth/login" for ::1 at 2023-01-19 14:32:54 +0300 +Processing by AuthenticationController#login as */* + Parameters: {"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]", "authentication"=>{"phonenumber"=>"0123456789", "password_digest"=>"[FILTERED]"}} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."phonenumber" = ? LIMIT ? [["phonenumber", "0123456789"], ["LIMIT", 1]] + ↳ app/controllers/authentication_controller.rb:4:in `login' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.23ms) +Completed 200 OK in 879ms (Views: 2.8ms | ActiveRecord: 0.4ms | Allocations: 971) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:55 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.03ms) +Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.5ms | Allocations: 2091) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:55 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (9.76ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:55 +0300 +Processing by StationsController#start as */* + Station Load (1.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.1ms) +Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 1.0ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:32:55 +0300 +Processing by StationsController#start as */* + Station Load (0.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (6.97ms) +Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.7ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:37:59 +0300 + ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.38ms) +Completed 200 OK in 24ms (Views: 16.5ms | ActiveRecord: 0.9ms | Allocations: 10768) + + +Started GET "/start" for ::1 at 2023-01-19 14:37:59 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.8ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms | Allocations: 2220) + + +Started GET "/start" for ::1 at 2023-01-19 14:37:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.02ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:37:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.57ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:39:31 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.17ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms | Allocations: 2063) + + +Started GET "/start" for ::1 at 2023-01-19 14:39:31 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.01ms) +Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:39:31 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.22ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:39:31 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.72ms) +Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/" for ::1 at 2023-01-19 14:43:53 +0300 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/kahono/.rvm/gems/ruby-3.1.1/gems/railties-7.0.4.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/kahono/.rvm/gems/ruby-3.1.1/gems/railties-7.0.4.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 3.2ms | Allocations: 475) +Completed 200 OK in 10ms (Views: 6.1ms | ActiveRecord: 0.0ms | Allocations: 2256) + + +Started GET "/start" for ::1 at 2023-01-19 14:43:59 +0300 +Processing by StationsController#start as */* + Station Load (2.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.96ms) +Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 2.4ms | Allocations: 2225) + + +Started GET "/start" for ::1 at 2023-01-19 14:43:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.61ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:43:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (11.24ms) +Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:43:59 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (13.89ms) +Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:44:18 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.65ms) +Completed 200 OK in 25ms (Views: 2.0ms | ActiveRecord: 2.8ms | Allocations: 10943) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:44:18 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.3ms | Allocations: 2475) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:44:21 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:44:21.407530"], ["updated_at", "2023-01-19 11:44:21.407530"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (9.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.19ms) +Completed 200 OK in 50ms (Views: 3.8ms | ActiveRecord: 11.3ms | Allocations: 21533) + + +Started POST "/pay" for ::1 at 2023-01-19 14:44:23 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>16, "booking"=>{"id"=>16}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 3], ["updated_at", "2023-01-19 11:44:23.977219"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.7ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.6ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 11:44:23.998099"], ["id", 16]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.5ms) +Completed 200 OK in 42ms (Views: 1.2ms | ActiveRecord: 19.2ms | Allocations: 7001) + + +Started POST "/stkpush" for ::1 at 2023-01-19 14:44:24 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 4]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.3ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 11:44:25.021023"], ["updated_at", "2023-01-19 11:44:25.021023"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.2ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.25ms) +Completed 200 OK in 1770ms (Views: 3.0ms | ActiveRecord: 7.5ms | Allocations: 13543) + + +Started GET "/start" for ::1 at 2023-01-19 14:45:58 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.35ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms | Allocations: 2073) + + +Started GET "/start" for ::1 at 2023-01-19 14:45:58 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.49ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:45:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.36ms) +Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 14:45:59 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.96ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:46:06 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.36ms) +Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.3ms | Allocations: 2338) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:46:06 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.36ms) +Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:46:09 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.7ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:46:09.192074"], ["updated_at", "2023-01-19 11:46:09.192074"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (15.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.32ms) +Completed 200 OK in 56ms (Views: 1.5ms | ActiveRecord: 17.6ms | Allocations: 6177) + + +Started POST "/pay" for ::1 at 2023-01-19 14:46:10 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>17, "booking"=>{"id"=>17}} + Booking Load (0.4ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.2ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 4], ["updated_at", "2023-01-19 11:46:10.782727"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (2.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.2ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 11:46:10.789437"], ["id", 17]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.7ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.28ms) +Completed 200 OK in 24ms (Views: 0.7ms | ActiveRecord: 6.8ms | Allocations: 5633) + + +Started POST "/stkpush" for ::1 at 2023-01-19 14:46:10 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.7ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 5]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (6.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.7ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 11:46:11.613559"], ["updated_at", "2023-01-19 11:46:11.613559"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.19ms) +Completed 200 OK in 1443ms (Views: 1.5ms | ActiveRecord: 11.6ms | Allocations: 6728) + + +Started GET "/public_letters?period=all" for ::1 at 2023-01-19 14:52:01 +0300 + +ActionController::RoutingError (No route matches [GET] "/public_letters"): + +Started GET "/start" for ::1 at 2023-01-19 14:59:18 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.38ms) +Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 1.1ms | Allocations: 2405) + + +Started GET "/start" for ::1 at 2023-01-19 14:59:18 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.28ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2045) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:59:26 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.36ms) +Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.5ms | Allocations: 2436) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 14:59:26 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 14:59:30 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 11:59:30.124884"], ["updated_at", "2023-01-19 11:59:30.124884"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (14.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.14ms) +Completed 200 OK in 33ms (Views: 0.5ms | ActiveRecord: 16.2ms | Allocations: 6295) + + +Started POST "/pay" for ::1 at 2023-01-19 14:59:31 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>18, "booking"=>{"id"=>18}} + Booking Load (0.6ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.4ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 5], ["updated_at", "2023-01-19 11:59:31.796828"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (6.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.8ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 11:59:31.807731"], ["id", 18]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (1.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.22ms) +Completed 200 OK in 28ms (Views: 0.5ms | ActiveRecord: 10.3ms | Allocations: 5665) + + +Started POST "/stkpush" for ::1 at 2023-01-19 14:59:31 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 6]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (6.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (1.3ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 11:59:33.106575"], ["updated_at", "2023-01-19 11:59:33.106575"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.25ms) +Completed 200 OK in 2097ms (Views: 1.8ms | ActiveRecord: 12.4ms | Allocations: 6906) + + +Started GET "/start" for ::1 at 2023-01-19 15:05:19 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.71ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.5ms | Allocations: 2182) + + +Started GET "/start" for ::1 at 2023-01-19 15:05:19 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.73ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:05:19 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.06ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:05:19 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.91ms) +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 15:05:27 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 16ms (Views: 0.9ms | ActiveRecord: 0.5ms | Allocations: 2371) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 15:05:27 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.45ms) +Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.5ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 15:05:29 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 12:05:29.915353"], ["updated_at", "2023-01-19 12:05:29.915353"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 200 OK in 17ms (Views: 0.4ms | ActiveRecord: 3.0ms | Allocations: 6201) + + +Started POST "/pay" for ::1 at 2023-01-19 15:05:30 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>19, "booking"=>{"id"=>19}} + Booking Load (0.5ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 6], ["updated_at", "2023-01-19 12:05:30.950723"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.4ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.3ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 12:05:30.969624"], ["id", 19]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.38ms) +Completed 200 OK in 36ms (Views: 1.0ms | ActiveRecord: 18.1ms | Allocations: 5638) + + +Started POST "/stkpush" for ::1 at 2023-01-19 15:05:30 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 7]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (7.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.7ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 12:05:31.795995"], ["updated_at", "2023-01-19 12:05:31.795995"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (3.2ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.24ms) +Completed 200 OK in 1580ms (Views: 1.5ms | ActiveRecord: 12.4ms | Allocations: 6764) + + +Started GET "/start" for ::1 at 2023-01-19 15:06:17 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.94ms) +Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-19 15:06:17 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.78ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 15:06:26 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.41ms) +Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.5ms | Allocations: 2296) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 15:06:26 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.35ms) +Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.4ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 15:06:29 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 12:06:29.205326"], ["updated_at", "2023-01-19 12:06:29.205326"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (14.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 200 OK in 40ms (Views: 0.5ms | ActiveRecord: 16.2ms | Allocations: 6118) + + +Started POST "/pay" for ::1 at 2023-01-19 15:06:30 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>20, "booking"=>{"id"=>20}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 7], ["updated_at", "2023-01-19 12:06:30.422641"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (15.7ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.4ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 12:06:30.445224"], ["id", 20]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.31ms) +Completed 200 OK in 41ms (Views: 0.9ms | ActiveRecord: 19.8ms | Allocations: 5597) + + +Started POST "/stkpush" for ::1 at 2023-01-19 15:06:30 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 8]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (7.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.7ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 12:06:31.419939"], ["updated_at", "2023-01-19 12:06:31.419939"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (3.4ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.13ms) +Completed 200 OK in 1763ms (Views: 0.8ms | ActiveRecord: 12.6ms | Allocations: 6737) + + +Started GET "/" for ::1 at 2023-01-19 15:06:43 +0300 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/kahono/.rvm/gems/ruby-3.1.1/gems/railties-7.0.4.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/kahono/.rvm/gems/ruby-3.1.1/gems/railties-7.0.4.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 0.9ms | Allocations: 285) +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms | Allocations: 923) + + +Started GET "/start" for ::1 at 2023-01-19 15:06:56 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.71ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 2203) + + +Started GET "/start" for ::1 at 2023-01-19 15:06:56 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.03ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:06:56 +0300 +Processing by StationsController#start as */* + Station Load (0.5ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.38ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.5ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:06:56 +0300 +Processing by StationsController#start as */* + Station Load (0.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.42ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.4ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 15:07:04 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.27ms) +Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 2361) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 15:07:04 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.43ms) +Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.4ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 15:07:07 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 12:07:07.747671"], ["updated_at", "2023-01-19 12:07:07.747671"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (15.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.11ms) +Completed 200 OK in 37ms (Views: 0.5ms | ActiveRecord: 16.3ms | Allocations: 6217) + + +Started POST "/pay" for ::1 at 2023-01-19 15:07:46 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>21, "booking"=>{"id"=>21}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.2ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 8], ["updated_at", "2023-01-19 12:07:46.561239"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (2.3ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.2ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 12:07:46.566357"], ["id", 21]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (1.8ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.16ms) +Completed 200 OK in 15ms (Views: 0.4ms | ActiveRecord: 4.9ms | Allocations: 5623) + + +Started POST "/stkpush" for ::1 at 2023-01-19 15:07:46 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.1ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.2ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 9]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (9.7ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.2ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 12:07:47.476760"], ["updated_at", "2023-01-19 12:07:47.476760"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.33ms) +Completed 200 OK in 2437ms (Views: 1.9ms | ActiveRecord: 12.4ms | Allocations: 6888) + + +Started GET "/start" for ::1 at 2023-01-19 15:07:55 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.24ms) +Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:07:55 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.86ms) +Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:07:55 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.2ms) +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 15:07:55 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.09ms) +Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:18 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.37ms) +Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.8ms | Allocations: 2210) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:18 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.64ms) +Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:18 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.12ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:18 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.41ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/available?from=CBD&to=Githurai" for ::1 at 2023-01-19 16:36:27 +0300 +Started GET "/available?from=CBD&to=Githurai" for ::1 at 2023-01-19 16:36:27 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"CBD", "to"=>"Githurai"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "CBD"], ["to", "Githurai"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Githurai"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.09ms) +Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.7ms | Allocations: 2217) + + +Processing by BusesController#available as */* + Parameters: {"from"=>"CBD", "to"=>"Githurai"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "CBD"], ["to", "Githurai"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Githurai"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.3ms | Allocations: 2107) + + +Started POST "/bookings" for ::1 at 2023-01-19 16:36:30 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"CBD", "to"=>"Githurai", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Githurai"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Githurai", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Githurai"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.1ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 20ms (ActiveRecord: 1.2ms | Allocations: 6210) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass + + bus_name: booking.bus.bus_name, + ^^^^^^^^^): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/pay" for ::1 at 2023-01-19 16:36:33 +0300 +Processing by BookingsController#pay as */* + Parameters: {"booking"=>{}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' +Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 2150) + + + +NoMethodError (undefined method `user' for nil:NilClass + + phonenumber = booking.user.phonenumber + ^^^^^): + +app/controllers/bookings_controller.rb:59:in `pay' +Started POST "/stkpush" for ::1 at 2023-01-19 16:36:33 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"mpesa"=>{}} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.4ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 10]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.2ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 13:36:34.711962"], ["updated_at", "2023-01-19 13:36:34.711962"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.23ms) +Completed 200 OK in 1861ms (Views: 1.4ms | ActiveRecord: 5.4ms | Allocations: 6770) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:54 +0300 +Started GET "/start" for ::1 at 2023-01-19 16:36:54 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" +Processing by StationsController#start as */* + ↳ app/controllers/stations_controller.rb:25:in `start' + Station Load (0.2ms) SELECT "stations".* FROM "stations" +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.96ms) + ↳ app/controllers/stations_controller.rb:25:in `start' +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.3ms | Allocations: 3018) + + +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.93ms) +Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.6ms | Allocations: 3786) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:54 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.33ms) +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms | Allocations: 2074) + + +Started GET "/start" for ::1 at 2023-01-19 16:36:54 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.47ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 16:37:03 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 16:37:03 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.54ms) +Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.4ms | Allocations: 2427) + + +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.43ms) +Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.5ms | Allocations: 2297) + + +Started POST "/bookings" for ::1 at 2023-01-19 16:37:06 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.8ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.3ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 13:37:06.795940"], ["updated_at", "2023-01-19 13:37:06.795940"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (2.7ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms) +Completed 200 OK in 23ms (Views: 0.5ms | ActiveRecord: 4.6ms | Allocations: 6201) + + +Started POST "/pay" for ::1 at 2023-01-19 16:37:08 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>22, "booking"=>{"id"=>22}} + Booking Load (0.6ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 9], ["updated_at", "2023-01-19 13:37:08.197277"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (6.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.2ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 13:37:08.207580"], ["id", 22]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.2ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.22ms) +Completed 200 OK in 27ms (Views: 0.6ms | ActiveRecord: 9.9ms | Allocations: 5638) + + +Started POST "/stkpush" for ::1 at 2023-01-19 16:37:08 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.0ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.2ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 11]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (6.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.3ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 13:37:09.124372"], ["updated_at", "2023-01-19 13:37:09.124372"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.3ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.22ms) +Completed 200 OK in 1593ms (Views: 1.5ms | ActiveRecord: 9.6ms | Allocations: 6757) + + +Started GET "/start" for ::1 at 2023-01-19 16:38:06 +0300 +Started GET "/start" for ::1 at 2023-01-19 16:38:06 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.3ms) +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms | Allocations: 2048) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.43ms) +Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/start" for ::1 at 2023-01-19 16:38:07 +0300 +Started GET "/start" for ::1 at 2023-01-19 16:38:07 +0300 +Processing by StationsController#start as */* + Station Load (0.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (1.37ms) +Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.3ms | Allocations: 2067) + + +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.09ms) +Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.2ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 16:38:16 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 16:38:16 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.27ms) +Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.6ms | Allocations: 2336) + + +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.31ms) +Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.6ms | Allocations: 2296) + + +Started POST "/bookings" for ::1 at 2023-01-19 16:38:21 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "booking"=>{"bus_id"=>5}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + Station Load (0.3ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"Juja", "to"=>"CBD", "bus_id"=>5, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>5}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.2ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 5], ["user_id", 1], ["isActive", 0], ["from_id", 8], ["to_id", 1], ["fare", 70], ["created_at", "2023-01-19 13:38:21.774337"], ["updated_at", "2023-01-19 13:38:21.774337"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.19ms) +Completed 200 OK in 24ms (Views: 0.9ms | ActiveRecord: 7.5ms | Allocations: 6118) + + +Started POST "/pay" for ::1 at 2023-01-19 16:38:23 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>23, "booking"=>{"id"=>23}} + Booking Load (0.2ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.4ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 10], ["updated_at", "2023-01-19 13:38:23.455622"], ["id", 5]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.6ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.2ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 13:38:23.474386"], ["id", 23]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.0ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.42ms) +Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 17.8ms | Allocations: 5598) + + +Started POST "/stkpush" for ::1 at 2023-01-19 16:38:23 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>70, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>70}} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 12]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (15.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.7ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 13:38:24.494355"], ["updated_at", "2023-01-19 13:38:24.494355"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (3.0ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.23ms) +Completed 200 OK in 1695ms (Views: 1.5ms | ActiveRecord: 20.1ms | Allocations: 6716) + + +Started POST "/users" for ::1 at 2023-01-19 16:39:20 +0300 +Processing by UsersController#create as */* + Parameters: {"fullname"=>"Kahono", "phonenumber"=>"254111694419", "password_digest"=>"[FILTERED]", "confirmpassword"=>"[FILTERED]", "user"=>{"fullname"=>"Kahono", "phonenumber"=>"254111694419", "password_digest"=>"[FILTERED]"}} + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/users_controller.rb:20:in `create' + User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = ? LIMIT ? [["fullname", "Kahono"], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:20:in `create' + User Create (0.2ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fullname", "Kahono"], ["phonenumber", "254111694419"], ["password_digest", "[FILTERED]"], ["isAdmin", 0], ["created_at", "2023-01-19 13:39:20.885776"], ["updated_at", "2023-01-19 13:39:20.885776"]] + ↳ app/controllers/users_controller.rb:20:in `create' + TRANSACTION (6.7ms) commit transaction + ↳ app/controllers/users_controller.rb:20:in `create' +[active_model_serializers] Rendered UserSerializer with ActiveModelSerializers::Adapter::Attributes (0.28ms) +Completed 200 OK in 294ms (Views: 1.6ms | ActiveRecord: 7.2ms | Allocations: 4556) + + +Started GET "/start" for ::1 at 2023-01-19 16:39:20 +0300 +Started GET "/start" for ::1 at 2023-01-19 16:39:20 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.49ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms | Allocations: 2166) + + +Processing by StationsController#start as */* + Station Load (0.6ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (4.43ms) +Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.6ms | Allocations: 2044) + + +Started GET "/start" for ::1 at 2023-01-19 16:39:21 +0300 +Processing by StationsController#start as */* + Station Load (0.2ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (2.26ms) +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms | Allocations: 2055) + + +Started GET "/start" for ::1 at 2023-01-19 16:39:21 +0300 +Processing by StationsController#start as */* + Station Load (0.1ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (3.14ms) +Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms | Allocations: 2043) + + +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 16:39:31 +0300 +Started GET "/available?from=Juja&to=CBD" for ::1 at 2023-01-19 16:39:32 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms | Allocations: 2247) + + +Processing by BusesController#available as */* + Parameters: {"from"=>"Juja", "to"=>"CBD"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "Juja"], ["to", "CBD"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Juja"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"Juja", "to"=>"CBD", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.06ms) +Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.4ms | Allocations: 2127) + + +Started GET "/available?from=CBD&to=Thika" for ::1 at 2023-01-19 16:40:05 +0300 +Started GET "/available?from=CBD&to=Thika" for ::1 at 2023-01-19 16:40:05 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"CBD", "to"=>"Thika"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "CBD"], ["to", "Thika"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Thika"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.38ms) +Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.3ms | Allocations: 2344) + + +Processing by BusesController#available as */* + Parameters: {"from"=>"CBD", "to"=>"Thika"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } + Bus Load (0.2ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "CBD"], ["to", "Thika"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } + Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"CBD", "to"=>"Thika", "controller"=>"buses", "action"=>"available"} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Thika"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.44ms) +Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.5ms | Allocations: 2297) + + +Started POST "/bookings" for ::1 at 2023-01-19 16:40:08 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"CBD", "to"=>"Thika", "bus_id"=>2, "booking"=>{"bus_id"=>2}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Thika", "bus_id"=>2, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>2}} } + Station Load (1.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Thika", "bus_id"=>2, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>2}} } + Station Load (0.2ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Thika"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Thika", "bus_id"=>2, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>2}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Thika", "bus_id"=>2, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>2}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "CBD"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"CBD", "to"=>"Thika", "bus_id"=>2, "controller"=>"bookings", "action"=>"create", "booking"=>{"bus_id"=>2}} } + CACHE Station Load (0.0ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Thika"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + Booking Create (0.4ms) INSERT INTO "bookings" ("bus_id", "user_id", "isActive", "from_id", "to_id", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["bus_id", 2], ["user_id", 1], ["isActive", 0], ["from_id", 1], ["to_id", 10], ["fare", 90], ["created_at", "2023-01-19 13:40:08.755681"], ["updated_at", "2023-01-19 13:40:08.755681"]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (6.5ms) commit transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.13ms) +Completed 200 OK in 27ms (Views: 0.6ms | ActiveRecord: 8.3ms | Allocations: 6217) + + +Started POST "/pay" for ::1 at 2023-01-19 16:40:11 +0300 +Processing by BookingsController#pay as */* + Parameters: {"id"=>24, "booking"=>{"id"=>24}} + Booking Load (0.3ms) SELECT "bookings".* FROM "bookings" WHERE "bookings"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:78:in `find_booking' + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:59:in `pay' + Bus Load (0.1ms) SELECT "buses".* FROM "buses" WHERE "buses"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + Bus Update (0.3ms) UPDATE "buses" SET "passengers" = ?, "updated_at" = ? WHERE "buses"."id" = ? [["passengers", 1], ["updated_at", "2023-01-19 13:40:11.930589"], ["id", 2]] + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (14.9ms) commit transaction + ↳ app/controllers/bookings_controller.rb:63:in `pay' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' + Booking Update (0.5ms) UPDATE "bookings" SET "isActive" = ?, "updated_at" = ? WHERE "bookings"."id" = ? [["isActive", 1], ["updated_at", "2023-01-19 13:40:11.952261"], ["id", 24]] + ↳ app/controllers/bookings_controller.rb:64:in `pay' + TRANSACTION (2.1ms) commit transaction + ↳ app/controllers/bookings_controller.rb:64:in `pay' +[active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.22ms) +Completed 200 OK in 37ms (Views: 0.6ms | ActiveRecord: 18.5ms | Allocations: 5624) + + +Started POST "/stkpush" for ::1 at 2023-01-19 16:40:11 +0300 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"0123456789", "amount"=>90, "mpesa"=>{"phoneNumber"=>"0123456789", "amount"=>90}} + AccessToken Load (0.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 13]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (6.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.6ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 13:40:12.725344"], ["updated_at", "2023-01-19 13:40:12.725344"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.6ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :error +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.26ms) +Completed 200 OK in 1442ms (Views: 1.4ms | ActiveRecord: 11.4ms | Allocations: 6906) + + + Bus Load (0.6ms) SELECT "buses".* FROM "buses" +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 16:46:25 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"254704022354", "amount"=>100, "mpesa"=>{"phoneNumber"=>"254704022354", "amount"=>100}} + AccessToken Load (0.5ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.5ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 14]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (2.7ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (0.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 13:46:26.088689"], ["updated_at", "2023-01-19 13:46:26.088689"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :success +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.38ms) +Completed 200 OK in 1863ms (Views: 10.9ms | ActiveRecord: 9.8ms | Allocations: 18450) + + +Started POST "/stkpush" for 197.232.128.93 at 2023-01-19 16:46:52 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"254704022354", "amount"=>1000, "mpesa"=>{"phoneNumber"=>"254704022354", "amount"=>1000}} + AccessToken Load (0.4ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + AccessToken Destroy (0.6ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 15]] + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (2.8ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:80:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + AccessToken Create (1.0ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 13:46:52.798282"], ["updated_at", "2023-01-19 13:46:52.798282"]] + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' + TRANSACTION (2.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:81:in `get_access_token' +No serializer found for resource: :success +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.27ms) +Completed 200 OK in 1485ms (Views: 2.0ms | ActiveRecord: 8.1ms | Allocations: 7117) + + +Started POST "/stkquery" for 197.232.128.93 at 2023-01-19 16:47:47 +0300 +Cannot render console from 197.232.128.93! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + +AbstractController::ActionNotFound (The action 'stkquery' could not be found for MpesasController): + +actionpack (7.0.4.1) lib/abstract_controller/base.rb:146:in `process' +actionview (7.0.4.1) lib/action_view/rendering.rb:39:in `process' +actionpack (7.0.4.1) lib/action_controller/metal.rb:188:in `dispatch' +actionpack (7.0.4.1) lib/action_controller/metal.rb:251:in `dispatch' +actionpack (7.0.4.1) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (7.0.4.1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (7.0.4.1) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (7.0.4.1) lib/action_dispatch/journey/router.rb:32:in `each' +actionpack (7.0.4.1) lib/action_dispatch/journey/router.rb:32:in `serve' +actionpack (7.0.4.1) lib/action_dispatch/routing/route_set.rb:852:in `call' +rack (2.2.6.1) lib/rack/etag.rb:27:in `call' +rack (2.2.6.1) lib/rack/conditional_get.rb:40:in `call' +rack (2.2.6.1) lib/rack/head.rb:12:in `call' +activerecord (7.0.4.1) lib/active_record/migration.rb:603:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' +activesupport (7.0.4.1) lib/active_support/callbacks.rb:99:in `run_callbacks' +actionpack (7.0.4.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call' +web-console (4.2.0) lib/web_console/middleware.rb:132:in `call_app' +web-console (4.2.0) lib/web_console/middleware.rb:19:in `block in call' +web-console (4.2.0) lib/web_console/middleware.rb:17:in `catch' +web-console (4.2.0) lib/web_console/middleware.rb:17:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/show_exceptions.rb:26:in `call' +railties (7.0.4.1) lib/rails/rack/logger.rb:40:in `call_app' +railties (7.0.4.1) lib/rails/rack/logger.rb:25:in `block in call' +activesupport (7.0.4.1) lib/active_support/tagged_logging.rb:99:in `block in tagged' +activesupport (7.0.4.1) lib/active_support/tagged_logging.rb:37:in `tagged' +activesupport (7.0.4.1) lib/active_support/tagged_logging.rb:99:in `tagged' +railties (7.0.4.1) lib/rails/rack/logger.rb:25:in `call' +sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/remote_ip.rb:93:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/request_id.rb:26:in `call' +rack (2.2.6.1) lib/rack/runtime.rb:22:in `call' +activesupport (7.0.4.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/server_timing.rb:61:in `block in call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/server_timing.rb:26:in `collect_events' +actionpack (7.0.4.1) lib/action_dispatch/middleware/server_timing.rb:60:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/static.rb:23:in `call' +rack (2.2.6.1) lib/rack/sendfile.rb:110:in `call' +actionpack (7.0.4.1) lib/action_dispatch/middleware/host_authorization.rb:137:in `call' +rack-cors (1.1.1) lib/rack/cors.rb:100:in `call' +railties (7.0.4.1) lib/rails/engine.rb:530:in `call' +puma (5.6.5) lib/puma/configuration.rb:252:in `call' +puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' +puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' +puma (5.6.5) lib/puma/request.rb:76:in `handle_request' +puma (5.6.5) lib/puma/server.rb:443:in `process_client' +puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' +  (300.1ms) CREATE DATABASE "railway" ENCODING = 'unicode' +  (306.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) +  (419.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) +  (284.8ms) SELECT pg_try_advisory_lock(6765451939666364595) + ActiveRecord::SchemaMigration Pluck (266.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateMpesas (20230111184527) + TRANSACTION (266.3ms) BEGIN +  (284.1ms) CREATE TABLE "mpesas" ("id" bigserial primary key, "phoneNumber" character varying, "amount" character varying, "checkoutRequestID" character varying, "merchantRequestID" character varying, "mpesaReceiptNumber" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (328.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230111184527"]] + TRANSACTION (304.1ms) COMMIT +Migrating to CreateAccessTokens (20230111184914) + TRANSACTION (264.0ms) BEGIN +  (338.8ms) CREATE TABLE "access_tokens" ("id" bigserial primary key, "token" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (306.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230111184914"]] + TRANSACTION (301.2ms) COMMIT +Migrating to CreateBuses (20230111195814) + TRANSACTION (298.4ms) BEGIN +  (306.8ms) CREATE TABLE "buses" ("id" bigserial primary key, "bus_name" character varying, "seater" integer, "passengers" integer, "status" character varying, "from" character varying, "to" character varying, "time" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (407.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230111195814"]] + TRANSACTION (403.2ms) COMMIT +Migrating to CreateStations (20230111200310) + TRANSACTION (298.2ms) BEGIN +  (409.3ms) CREATE TABLE "stations" ("id" bigserial primary key, "station_name" character varying, "fare" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (301.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230111200310"]] + TRANSACTION (312.7ms) COMMIT +Migrating to CreatePayments (20230111200431) + TRANSACTION (292.8ms) BEGIN +  (302.6ms) CREATE TABLE "payments" ("id" bigserial primary key, "user_id" integer, "amount" integer, "transaction_id" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (303.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230111200431"]] + TRANSACTION (304.3ms) COMMIT +Migrating to AddStationIdToBuses (20230112074156) + TRANSACTION (300.7ms) BEGIN +  (302.7ms) ALTER TABLE "buses" ADD "station_id" integer + ActiveRecord::SchemaMigration Create (306.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230112074156"]] + TRANSACTION (301.9ms) COMMIT +Migrating to AddBookingIdToPayments (20230112130902) + TRANSACTION (297.5ms) BEGIN +  (304.4ms) ALTER TABLE "payments" ADD "booking_id" integer + ActiveRecord::SchemaMigration Create (306.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230112130902"]] + TRANSACTION (301.0ms) COMMIT +Migrating to AddPasswordConfirmationToUsers (20230116083850) + TRANSACTION (273.0ms) BEGIN + ActiveRecord::SchemaMigration Create (331.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230116083850"]] + TRANSACTION (301.6ms) COMMIT +Migrating to CreateBookings (20230117104601) + TRANSACTION (334.6ms) BEGIN +  (377.4ms) CREATE TABLE "bookings" ("id" bigserial primary key, "bus_id" integer, "user_id" integer, "isActive" boolean DEFAULT FALSE, "from_id" integer, "to_id" integer, "fare" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (409.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230117104601"]] + TRANSACTION (298.0ms) COMMIT +Migrating to CreateUsers (20230118092254) + TRANSACTION (325.3ms) BEGIN +  (304.1ms) CREATE TABLE "users" ("id" bigserial primary key, "fullname" character varying, "phonenumber" character varying, "password_digest" character varying, "isAdmin" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) + ActiveRecord::SchemaMigration Create (405.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20230118092254"]] + TRANSACTION (309.0ms) COMMIT + ActiveRecord::InternalMetadata Load (329.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] + TRANSACTION (291.7ms) BEGIN + ActiveRecord::InternalMetadata Create (405.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", "2023-01-19 15:17:53.629652"], ["updated_at", "2023-01-19 15:17:53.629652"]] + TRANSACTION (316.6ms) COMMIT +  (400.3ms) SELECT pg_advisory_unlock(6765451939666364595) + ActiveRecord::SchemaMigration Pluck (402.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (268.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (266.1ms) BEGIN + Bus Create (334.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Toxic"], ["seater", 40], ["passengers", 0], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-19 15:18:44.519018"], ["updated_at", "2023-01-19 15:18:44.519018"], ["station_id", nil]] + TRANSACTION (300.6ms) COMMIT + TRANSACTION (302.5ms) BEGIN + Bus Create (303.2ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Batman"], ["seater", 60], ["passengers", 0], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-19 15:18:45.432728"], ["updated_at", "2023-01-19 15:18:45.432728"], ["station_id", nil]] + TRANSACTION (303.9ms) COMMIT + TRANSACTION (304.0ms) BEGIN + Bus Create (264.4ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 0], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-19 15:18:46.352972"], ["updated_at", "2023-01-19 15:18:46.352972"], ["station_id", nil]] + TRANSACTION (348.8ms) COMMIT + TRANSACTION (305.1ms) BEGIN + Bus Create (300.0ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 0], ["status", "Empty"], ["from", "Roysambu"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-19 15:18:47.277784"], ["updated_at", "2023-01-19 15:18:47.277784"], ["station_id", nil]] + TRANSACTION (303.8ms) COMMIT + TRANSACTION (266.3ms) BEGIN + Bus Create (264.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Sugar"], ["seater", 10], ["passengers", 0], ["status", "Empty"], ["from", "Juja"], ["to", "CBD"], ["time", "9:00am"], ["created_at", "2023-01-19 15:18:48.194802"], ["updated_at", "2023-01-19 15:18:48.194802"], ["station_id", nil]] + TRANSACTION (283.5ms) COMMIT + TRANSACTION (264.6ms) BEGIN + Station Create (278.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-19 15:18:49.598817"], ["updated_at", "2023-01-19 15:18:49.598817"]] + TRANSACTION (268.7ms) COMMIT + TRANSACTION (331.4ms) BEGIN + Station Create (312.0ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-19 15:18:50.421724"], ["updated_at", "2023-01-19 15:18:50.421724"]] + TRANSACTION (297.6ms) COMMIT + TRANSACTION (305.1ms) BEGIN + Station Create (303.8ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Roysambu"], ["fare", 2], ["created_at", "2023-01-19 15:18:51.371734"], ["updated_at", "2023-01-19 15:18:51.371734"]] + TRANSACTION (302.1ms) COMMIT + TRANSACTION (306.1ms) BEGIN + Station Create (265.2ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-19 15:18:52.292679"], ["updated_at", "2023-01-19 15:18:52.292679"]] + TRANSACTION (280.4ms) COMMIT + TRANSACTION (274.6ms) BEGIN + Station Create (337.3ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-19 15:18:53.154522"], ["updated_at", "2023-01-19 15:18:53.154522"]] + TRANSACTION (362.5ms) COMMIT + TRANSACTION (301.5ms) BEGIN + Station Create (264.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-19 15:18:54.137735"], ["updated_at", "2023-01-19 15:18:54.137735"]] + TRANSACTION (267.9ms) COMMIT + TRANSACTION (379.6ms) BEGIN + Station Create (303.9ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-19 15:18:54.982980"], ["updated_at", "2023-01-19 15:18:54.982980"]] + TRANSACTION (308.0ms) COMMIT + TRANSACTION (303.0ms) BEGIN + Station Create (301.5ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-19 15:18:55.980152"], ["updated_at", "2023-01-19 15:18:55.980152"]] + TRANSACTION (305.6ms) COMMIT + TRANSACTION (308.7ms) BEGIN + Station Create (302.7ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-19 15:18:56.898542"], ["updated_at", "2023-01-19 15:18:56.898542"]] + TRANSACTION (386.7ms) COMMIT + TRANSACTION (386.2ms) BEGIN + Station Create (286.1ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-19 15:18:57.948733"], ["updated_at", "2023-01-19 15:18:57.948733"]] + TRANSACTION (380.3ms) COMMIT + TRANSACTION (295.8ms) BEGIN + User Exists? (299.4ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = $1 LIMIT $2 [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + User Create (264.7ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", true], ["created_at", "2023-01-19 15:19:00.380298"], ["updated_at", "2023-01-19 15:19:00.380298"]] + TRANSACTION (348.2ms) COMMIT +======= +Started GET "/start" for ::1 at 2023-01-18 15:24:28 +0300 +Processing by StationsController#start as */* + Station Load (4.4ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.43ms) +Completed 200 OK in 39ms (Views: 33.0ms | ActiveRecord: 4.4ms | Allocations: 4432) + + +Started GET "/start" for ::1 at 2023-01-18 15:24:28 +0300 +Processing by StationsController#start as */* + Station Load (6.0ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (12.49ms) +Completed 200 OK in 38ms (Views: 31.5ms | ActiveRecord: 6.0ms | Allocations: 4434) + + +Started GET "/start" for ::1 at 2023-01-18 15:24:29 +0300 +Processing by StationsController#start as */* + Station Load (63.7ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (14.51ms) +Completed 200 OK in 93ms (Views: 28.4ms | ActiveRecord: 63.7ms | Allocations: 4433) + + +Started GET "/start" for ::1 at 2023-01-18 15:24:29 +0300 +Processing by StationsController#start as */* + Station Load (4.3ms) SELECT "stations".* FROM "stations" + ↳ app/controllers/stations_controller.rb:25:in `start' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (17.67ms) +Completed 200 OK in 47ms (Views: 41.8ms | ActiveRecord: 4.3ms | Allocations: 4433) + + +Started GET "/available?from=allssops&to=Ruiru-bypass" for ::1 at 2023-01-18 15:29:50 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ruiru-bypass"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } + Bus Load (4.3ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ruiru-bypass"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } + Station Load (11.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } + Station Load (8.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ruiru-bypass"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.41ms) +Completed 200 OK in 70ms (Views: 5.6ms | ActiveRecord: 23.8ms | Allocations: 2088) + + +Started GET "/available?from=allssops&to=Ruiru-bypass" for ::1 at 2023-01-18 15:29:50 +0300 +Processing by BusesController#available as */* + Parameters: {"from"=>"allssops", "to"=>"Ruiru-bypass"} +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } + Bus Load (4.4ms) SELECT "buses".* FROM "buses" WHERE "buses"."from" = ? AND "buses"."to" = ? [["from", "allssops"], ["to", "Ruiru-bypass"]] + ↳ app/controllers/buses_controller.rb:21:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } + Station Load (9.4ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:30:in `available' +Unpermitted parameters: :from, :to. Context: { controller: BusesController, action: available, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"buses", "action"=>"available"} } + Station Load (7.5ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ruiru-bypass"], ["LIMIT", 1]] + ↳ app/controllers/buses_controller.rb:31:in `available' +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.3ms) +Completed 200 OK in 78ms (Views: 6.9ms | ActiveRecord: 21.2ms | Allocations: 2086) + + +Started POST "/bookings" for ::1 at 2023-01-18 15:29:55 +0300 +Processing by BookingsController#create as */* + Parameters: {"from"=>"allssops", "to"=>"Ruiru-bypass", "booking"=>{}} +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (4.9ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:8:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + Station Load (12.9ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ruiru-bypass"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:9:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "allssops"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:22:in `create' +Unpermitted parameter: :booking. Context: { controller: BookingsController, action: create, request: #, params: {"from"=>"allssops", "to"=>"Ruiru-bypass", "controller"=>"bookings", "action"=>"create", "booking"=>{}} } + CACHE Station Load (0.1ms) SELECT "stations".* FROM "stations" WHERE "stations"."station_name" = ? LIMIT ? [["station_name", "Ruiru-bypass"], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:23:in `create' + TRANSACTION (0.4ms) begin transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' + User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/bookings_controller.rb:28:in `create' + TRANSACTION (0.8ms) rollback transaction + ↳ app/controllers/bookings_controller.rb:28:in `create' +Completed 500 Internal Server Error in 127ms (ActiveRecord: 24.4ms | Allocations: 5269) + + + +NoMethodError (undefined method `bus_name' for nil:NilClass): + +app/controllers/bookings_controller.rb:31:in `create' +Started POST "/stkpush?%7B%20%22phoneNumber%22:%20%22254718624359%22,%20%22amount%22:%20%221%22%20%7D" for 102.68.77.231 at 2023-01-19 03:05:18 +0300 +Cannot render console from 102.68.77.231! Allowed networks: 127.0.0.0/127.255.255.255, ::1 + ActiveRecord::SchemaMigration Pluck (3.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"254718624359", "amount"=>"1", "{ \"phoneNumber\": \"254718624359\", \"amount\": \"1\" }"=>nil, "mpesa"=>{"phoneNumber"=>"254718624359", "amount"=>"1"}} + AccessToken Load (3.3ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.1ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + AccessToken Destroy (52.5ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 4]] + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (155.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:117:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + AccessToken Create (20.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 00:05:25.843254"], ["updated_at", "2023-01-19 00:05:25.843254"]] + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' + TRANSACTION (163.7ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:118:in `get_access_token' +Completed 500 Internal Server Error in 3139ms (ActiveRecord: 416.1ms | Allocations: 30278) + + + +RuntimeError (Invalid response { + "requestId":"74591-31695965-2", + "errorCode": "404.001.03", + "errorMessage": "Invalid Access Token" + } + received.): + +app/controllers/mpesas_controller.rb:46:in `block in stkpush' +app/controllers/mpesas_controller.rb:37:in `stkpush' +Started POST "/stkpush?%7B%20%22phoneNumber%22:%20%22254718624359%22,%20%22amount%22:%20%221%22%20%7D" for 102.68.77.231 at 2023-01-19 03:15:36 +0300 +Cannot render console from 102.68.77.231! Allowed networks: 127.0.0.0/127.255.255.255, ::1 +Processing by MpesasController#stkpush as */* + Parameters: {"phoneNumber"=>"254718624359", "amount"=>"1", "{ \"phoneNumber\": \"254718624359\", \"amount\": \"1\" }"=>nil, "mpesa"=>{"phoneNumber"=>"254718624359", "amount"=>"1"}} + AccessToken Load (4.0ms) SELECT "access_tokens".* FROM "access_tokens" + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + AccessToken Destroy (14.3ms) DELETE FROM "access_tokens" WHERE "access_tokens"."id" = ? [["id", 5]] + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (142.1ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:121:in `get_access_token' + TRANSACTION (0.2ms) begin transaction + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' + AccessToken Create (22.5ms) INSERT INTO "access_tokens" ("token", "created_at", "updated_at") VALUES (?, ?, ?) [["token", "[FILTERED]"], ["created_at", "2023-01-19 00:15:40.497753"], ["updated_at", "2023-01-19 00:15:40.497753"]] + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' + TRANSACTION (266.9ms) commit transaction + ↳ app/controllers/mpesas_controller.rb:122:in `get_access_token' +No serializer found for resource: :success +[active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with Array (0.48ms) +Completed 200 OK in 4688ms (Views: 95.3ms | ActiveRecord: 457.5ms | Allocations: 11862) + + +>>>>>>> a37e901378d2d3b2ca85a8fba5cb72207220ae57 + ActiveRecord::SchemaMigration Pluck (302.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (271.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::SchemaMigration Pluck (269.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + TRANSACTION (265.1ms) BEGIN + Bus Create (270.0ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Toxic"], ["seater", 40], ["passengers", 0], ["status", "Empty"], ["from", "Juja"], ["to", "Ruiru"], ["time", "8:00am"], ["created_at", "2023-01-19 17:52:28.481223"], ["updated_at", "2023-01-19 17:52:28.481223"], ["station_id", nil]] + TRANSACTION (297.0ms) COMMIT + TRANSACTION (306.0ms) BEGIN + Bus Create (267.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Batman"], ["seater", 60], ["passengers", 0], ["status", "Half-empty"], ["from", "CBD"], ["to", "Thika"], ["time", "1:00pm"], ["created_at", "2023-01-19 17:52:29.324985"], ["updated_at", "2023-01-19 17:52:29.324985"], ["station_id", nil]] + TRANSACTION (338.2ms) COMMIT + TRANSACTION (264.2ms) BEGIN + Bus Create (347.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Kingkong"], ["seater", 25], ["passengers", 0], ["status", "2 seats"], ["from", "KU"], ["to", "Juja"], ["time", "6:00am"], ["created_at", "2023-01-19 17:52:30.247280"], ["updated_at", "2023-01-19 17:52:30.247280"], ["station_id", nil]] + TRANSACTION (265.1ms) COMMIT + TRANSACTION (286.9ms) BEGIN + Bus Create (355.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Mixtape"], ["seater", 70], ["passengers", 0], ["status", "Empty"], ["from", "Roysambu"], ["to", "CBD"], ["time", "8:00pm"], ["created_at", "2023-01-19 17:52:31.132245"], ["updated_at", "2023-01-19 17:52:31.132245"], ["station_id", nil]] + TRANSACTION (267.4ms) COMMIT + TRANSACTION (264.2ms) BEGIN + Bus Create (264.8ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Sugar"], ["seater", 10], ["passengers", 0], ["status", "Empty"], ["from", "Juja"], ["to", "CBD"], ["time", "9:00am"], ["created_at", "2023-01-19 17:52:32.054316"], ["updated_at", "2023-01-19 17:52:32.054316"], ["station_id", nil]] + TRANSACTION (267.6ms) COMMIT + TRANSACTION (268.9ms) BEGIN + Bus Create (266.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Mango"], ["seater", 30], ["passengers", 0], ["status", "Empty"], ["from", "Ruiru"], ["to", "Githurai"], ["time", "10:00am"], ["created_at", "2023-01-19 17:52:32.860345"], ["updated_at", "2023-01-19 17:52:32.860345"], ["station_id", nil]] + TRANSACTION (265.2ms) COMMIT + TRANSACTION (263.6ms) BEGIN + Bus Create (339.3ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Damager"], ["seater", 50], ["passengers", 0], ["status", "Empty"], ["from", "Githurai"], ["to", "CBD"], ["time", "11:00am"], ["created_at", "2023-01-19 17:52:33.671582"], ["updated_at", "2023-01-19 17:52:33.671582"], ["station_id", nil]] + TRANSACTION (362.4ms) COMMIT + TRANSACTION (264.3ms) BEGIN + Bus Create (323.9ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Mango"], ["seater", 30], ["passengers", 0], ["status", "Empty"], ["from", "Ruiru"], ["to", "Githurai"], ["time", "10:00am"], ["created_at", "2023-01-19 17:52:34.649075"], ["updated_at", "2023-01-19 17:52:34.649075"], ["station_id", nil]] + TRANSACTION (267.8ms) COMMIT + TRANSACTION (264.4ms) BEGIN + Bus Create (270.7ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Mario"], ["seater", 50], ["passengers", 0], ["status", "Empty"], ["from", "allssops"], ["to", "CBD"], ["time", "11:00am"], ["created_at", "2023-01-19 17:52:35.514433"], ["updated_at", "2023-01-19 17:52:35.514433"], ["station_id", nil]] + TRANSACTION (266.7ms) COMMIT + TRANSACTION (265.2ms) BEGIN + Bus Create (268.5ms) INSERT INTO "buses" ("bus_name", "seater", "passengers", "status", "from", "to", "time", "created_at", "updated_at", "station_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["bus_name", "Melon"], ["seater", 30], ["passengers", 0], ["status", "Empty"], ["from", "Ruiru"], ["to", "Githurai"], ["time", "10:00am"], ["created_at", "2023-01-19 17:52:36.327380"], ["updated_at", "2023-01-19 17:52:36.327380"], ["station_id", nil]] + TRANSACTION (265.4ms) COMMIT + TRANSACTION (282.1ms) BEGIN + Station Create (275.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "CBD"], ["fare", 0], ["created_at", "2023-01-19 17:52:37.691031"], ["updated_at", "2023-01-19 17:52:37.691031"]] + TRANSACTION (303.6ms) COMMIT + TRANSACTION (281.4ms) BEGIN + Station Create (264.4ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "allssops"], ["fare", 1], ["created_at", "2023-01-19 17:52:38.562946"], ["updated_at", "2023-01-19 17:52:38.562946"]] + TRANSACTION (343.9ms) COMMIT + TRANSACTION (301.7ms) BEGIN + Station Create (303.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Roysambu"], ["fare", 2], ["created_at", "2023-01-19 17:52:39.463954"], ["updated_at", "2023-01-19 17:52:39.463954"]] + TRANSACTION (308.5ms) COMMIT + TRANSACTION (276.8ms) BEGIN + Station Create (300.0ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Githurai"], ["fare", 3], ["created_at", "2023-01-19 17:52:40.393183"], ["updated_at", "2023-01-19 17:52:40.393183"]] + TRANSACTION (291.2ms) COMMIT + TRANSACTION (272.7ms) BEGIN + Station Create (264.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Ku"], ["fare", 4], ["created_at", "2023-01-19 17:52:41.317150"], ["updated_at", "2023-01-19 17:52:41.317150"]] + TRANSACTION (265.9ms) COMMIT + TRANSACTION (266.1ms) BEGIN + Station Create (265.8ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Ruiru-bypass"], ["fare", 5], ["created_at", "2023-01-19 17:52:42.177864"], ["updated_at", "2023-01-19 17:52:42.177864"]] + TRANSACTION (265.7ms) COMMIT + TRANSACTION (266.8ms) BEGIN + Station Create (359.6ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Ruiru"], ["fare", 6], ["created_at", "2023-01-19 17:52:43.026025"], ["updated_at", "2023-01-19 17:52:43.026025"]] + TRANSACTION (295.1ms) COMMIT + TRANSACTION (304.5ms) BEGIN + Station Create (300.9ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Juja"], ["fare", 7], ["created_at", "2023-01-19 17:52:43.966733"], ["updated_at", "2023-01-19 17:52:43.966733"]] + TRANSACTION (304.6ms) COMMIT + TRANSACTION (269.7ms) BEGIN + Station Create (265.0ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Juja"], ["fare", 8], ["created_at", "2023-01-19 17:52:44.891018"], ["updated_at", "2023-01-19 17:52:44.891018"]] + TRANSACTION (266.3ms) COMMIT + TRANSACTION (309.0ms) BEGIN + Station Create (264.1ms) INSERT INTO "stations" ("station_name", "fare", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["station_name", "Thika"], ["fare", 9], ["created_at", "2023-01-19 17:52:45.702798"], ["updated_at", "2023-01-19 17:52:45.702798"]] + TRANSACTION (265.0ms) COMMIT + TRANSACTION (323.3ms) BEGIN + User Exists? (267.9ms) SELECT 1 AS one FROM "users" WHERE "users"."fullname" = $1 LIMIT $2 [["fullname", "lhjkgdhfx"], ["LIMIT", 1]] + User Create (343.0ms) INSERT INTO "users" ("fullname", "phonenumber", "password_digest", "isAdmin", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["fullname", "lhjkgdhfx"], ["phonenumber", "0123456789"], ["password_digest", "[FILTERED]"], ["isAdmin", true], ["created_at", "2023-01-19 17:52:47.720283"], ["updated_at", "2023-01-19 17:52:47.720283"]] + TRANSACTION (298.7ms) COMMIT diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml new file mode 100644 index 0000000..127e018 --- /dev/null +++ b/test/fixtures/users.yml @@ -0,0 +1,13 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + fullname: MyString + phonenumber: MyString + password_digest: MyString + isAdmin: false + +two: + fullname: MyString + phonenumber: MyString + password_digest: MyString + isAdmin: false diff --git a/test/models/user_test.rb b/test/models/user_test.rb new file mode 100644 index 0000000..5c07f49 --- /dev/null +++ b/test/models/user_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class UserTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end