:0x9648f18>):
39:
40:
41: <%#= f.input :client, :as => :autocomplete, :source_query => autocomplete_client_name_orders_url, :items => 2, :minLength=>1, :afterSelect=>'after_select_client' %>
42: <%= f.input :client, :as => :autocomplete, :source_query => autocomplete_name_clients_url %>
43:
44:
45:
app/views/orders/_form.html.erb:42:in `block in _app_views_orders__form_html_erb___303085134_56769420'
app/views/orders/_form.html.erb:25:in `_app_views_orders__form_html_erb___303085134_56769420'
app/views/orders/new.html.erb:3:in `_app_views_orders_new_html_erb___223930380_56949120'
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.0ms)
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (12.0ms)
Rendered orders/new.html.erb within layouts/application (13.0ms)
Completed 200 OK in 81ms (Views: 81.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 11:12:34 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 11:12:37 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (0.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2015-07-14 17:49:23 +0300
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Rails::WelcomeController#index as HTML
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (8.0ms)
Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 17:49:28 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (231.0ms)
Rendered orders/new.html.erb within layouts/application (237.0ms)
Completed 200 OK in 557ms (Views: 548.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:49:29 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 17:49:31 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (26.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 31ms (Views: 0.0ms | ActiveRecord: 26.0ms)
Started GET "/" for 127.0.0.1 at 2015-07-14 17:50:57 +0300
Processing by Rails::WelcomeController#index as HTML
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.0ms)
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 17:50:59 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (6.0ms)
Rendered orders/new.html.erb within layouts/application (8.0ms)
Completed 200 OK in 75ms (Views: 75.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:50:59 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:50:59 +0300
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 17:50:59 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:50:59 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:50:59 +0300
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (6.0ms)
Rendered orders/new.html.erb within layouts/application (7.0ms)
Completed 200 OK in 216ms (Views: 215.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:51:16 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 17:51:33 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=b" for 127.0.0.1 at 2015-07-14 17:51:37 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"b"}
[1m[35mClient Load (0.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'b%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=c" for 127.0.0.1 at 2015-07-14 17:51:42 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"c"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'c%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=d" for 127.0.0.1 at 2015-07-14 17:51:45 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"d"}
[1m[35mClient Load (1.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'd%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 5ms (Views: 0.0ms | ActiveRecord: 1.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 17:51:48 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[36mClient Load (1.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 1.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (6.0ms)
Rendered orders/new.html.erb within layouts/application (8.0ms)
Completed 200 OK in 81ms (Views: 81.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (0.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:52:08 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 17:52:10 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[36mClient Load (1.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 1.0ms)
Started GET "/clients/" for 127.0.0.1 at 2015-07-14 17:54:23 +0300
Processing by ClientsController#index as HTML
[1m[35mClient Load (1.0ms)[0m SELECT "clients".* FROM "clients"
Rendered clients/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 70ms (Views: 68.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:24 +0300
Started GET "/clients/2/edit" for 127.0.0.1 at 2015-07-14 17:54:28 +0300
Processing by ClientsController#edit as HTML
Parameters: {"id"=>"2"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered clients/_form.html.erb (2.0ms)
Rendered clients/edit.html.erb within layouts/application (3.0ms)
Completed 200 OK in 84ms (Views: 74.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 17:54:29 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 21:30:48 +0300
Processing by ClientsController#autocomplete_client_name as HTML
Parameters: {"q"=>"a"}
[1m[35mClient Load (0.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 5ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 21:36:02 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (6.0ms)
Rendered orders/new.html.erb within layouts/application (8.0ms)
Completed 200 OK in 349ms (Views: 349.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:36:03 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 21:36:04 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:56:09 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 21:56:22 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:25 +0300
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 22:12:30 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (765.0ms)
Rendered orders/new.html.erb within layouts/application (826.0ms)
Completed 200 OK in 6437ms (Views: 6365.4ms | ActiveRecord: 2.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:12:36 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (1.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 6ms (Views: 0.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:36 +0300
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 22:12:36 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:37 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:37 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:37 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:37 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:12:37 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:12:38 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:12:42 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (1.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 1.0ms)
Started GET "/clients/autocomplete_client_name?q=5" for 127.0.0.1 at 2015-07-14 22:12:51 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"5"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE '5%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:12:57 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (0.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=g" for 127.0.0.1 at 2015-07-14 22:15:47 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"g"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'g%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (6.0ms)
Rendered orders/new.html.erb within layouts/application (8.0ms)
Completed 200 OK in 76ms (Views: 76.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:20:48 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:20:51 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (0.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:20:54 +0300
Processing by ClientsController#autocomplete_client_name as HTML
Parameters: {"q"=>"a"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:26:08 +0300
SyntaxError (D:/mmx/projects/www/myrails/mygems/bootstrap3_autocomplete_input/test/dummy/app/controllers/clients_controller.rb:7: syntax error, unexpected ':', expecting =>
a = {"events": [["b11fd919-2837-422a-a2c9-9...
^
D:/mmx/projects/www/myrails/mygems/bootstrap3_autocomplete_input/test/dummy/app/controllers/clients_controller.rb:7: syntax error, unexpected '}', expecting keyword_end):
app/controllers/clients_controller.rb:7: syntax error, unexpected ':', expecting =>
app/controllers/clients_controller.rb:7: syntax error, unexpected '}', expecting keyword_end
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:26:30 +0300
Processing by ClientsController#autocomplete_client_name as HTML
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 22:26:33 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (10.0ms)
Rendered orders/new.html.erb within layouts/application (11.0ms)
Completed 200 OK in 87ms (Views: 81.0ms | ActiveRecord: 1.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:26:33 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:26:34 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:26:44 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (11.0ms)
Rendered orders/new.html.erb within layouts/application (12.0ms)
Completed 200 OK in 86ms (Views: 80.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:29:30 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:29:32 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:45:36 +0300
Processing by ClientsController#autocomplete_client_name as HTML
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (11.0ms)
Rendered orders/new.html.erb within layouts/application (11.0ms)
Completed 200 OK in 88ms (Views: 82.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:45:39 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:45:40 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:46:49 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:46:53 +0300
Processing by ClientsController#autocomplete_client_name as HTML
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:55:10 +0300
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by ClientsController#autocomplete_client_name as HTML
Parameters: {"q"=>"a"}
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
Started GET "/orders/new" for 127.0.0.1 at 2015-07-14 22:55:25 +0300
Processing by OrdersController#new as HTML
Rendered orders/_form.html.erb (90.0ms)
Rendered orders/new.html.erb within layouts/application (95.0ms)
Completed 200 OK in 386ms (Views: 377.0ms | ActiveRecord: 1.0ms)
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[35mClient Load (1.0ms)[0m SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10
Completed 200 OK in 5ms (Views: 0.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/jquery2.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/assets/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/assets/bootstrap3-typeahead.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/assets/bootstrap3-autocomplete-input.min.self.js?body=1" for 127.0.0.1 at 2015-07-14 22:55:26 +0300
Started GET "/clients/autocomplete_client_name?q=a" for 127.0.0.1 at 2015-07-14 22:55:27 +0300
Processing by ClientsController#autocomplete_client_name as JSON
Parameters: {"q"=>"a"}
[1m[36mClient Load (0.0ms)[0m [1mSELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'a%') ORDER BY clients.name ASC LIMIT 10[0m
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)