Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 03:57:30 +0200 ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (105.0ms) Rendered orders/new.html.erb within layouts/application (109.0ms) Completed 500 Internal Server Error in 54001ms ActionView::Template::Error ( (in D:/mmx/projects/www/myrails/bootstrap3_autocomplete_input/test/dummy/app/assets/javascripts/application.js)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___166866100_43449204' Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.0ms) Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 03:58:24 +0200 Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (8.0ms) Rendered orders/new.html.erb within layouts/application (10.0ms) Completed in 129ms Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 03:58:41 +0200 ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (80.0ms) Rendered orders/new.html.erb within layouts/application (85.0ms) Completed 500 Internal Server Error in 61472ms ActionView::Template::Error ( (in D:/mmx/projects/www/myrails/bootstrap3_autocomplete_input/test/dummy/app/assets/javascripts/application.js)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___117824639_33822924' Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.0ms) Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 03:59:43 +0200 Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (12.0ms) Rendered orders/new.html.erb within layouts/application (13.0ms) Completed in 100ms Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 04:02:36 +0200 ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (147.0ms) Rendered orders/new.html.erb within layouts/application (154.0ms) Completed 500 Internal Server Error in 57309ms ActionView::Template::Error ( (in D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/jquery-rails-3.1.2/vendor/assets/javascripts/jquery.js)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___315908633_43324008' Rendered D:/Ruby200p451x32/lib/ruby/gems/2.0.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (1.0ms) Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 04:04:24 +0200 ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (176.0ms) Rendered orders/new.html.erb within layouts/application (186.0ms) Completed 200 OK in 473ms (Views: 463.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/assets/bootstrap3-typeahead.js?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/assets/bootstrap3-autocomplete-input.js?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-25 04:04:25 +0200 Started GET "/orders/autocomplete_client_name?q=b" for 127.0.0.1 at 2014-12-25 04:04:29 +0200 Processing by OrdersController#autocomplete_client_name as JSON Parameters: {"q"=>"b"} Client Load (1.0ms) SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'b%') ORDER BY clients.name ASC LIMIT 10 Completed 200 OK in 11ms (Views: 0.0ms | ActiveRecord: 2.0ms) Started GET "/orders/autocomplete_client_name?q=ba" for 127.0.0.1 at 2014-12-25 04:04:30 +0200 Processing by OrdersController#autocomplete_client_name as JSON Parameters: {"q"=>"ba"} Client Load (1.0ms) SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'ba%') ORDER BY clients.name ASC LIMIT 10 Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 1.0ms) Started GET "/orders/new" for 127.0.0.1 at 2014-12-25 04:17:30 +0200 ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by OrdersController#new as HTML Rendered orders/_form.html.erb (215.0ms) Rendered orders/new.html.erb within layouts/application (226.0ms) Completed 200 OK in 618ms (Views: 608.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/assets/bootstrap3-typeahead.min.js?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/assets/bootstrap3-autocomplete-input.min.js?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-12-25 04:17:32 +0200 Started GET "/orders/autocomplete_client_name?q=b" for 127.0.0.1 at 2014-12-25 04:17:45 +0200 Processing by OrdersController#autocomplete_client_name as JSON Parameters: {"q"=>"b"} Client Load (0.0ms) SELECT clients.id, clients.name FROM "clients" WHERE (LOWER(clients.name) LIKE 'b%') ORDER BY clients.name ASC LIMIT 10 Completed 200 OK in 25ms (Views: 1.0ms | ActiveRecord: 1.0ms)