(31.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateProjects (20140527180322)  (0.1ms) BEGIN  (26.2ms) CREATE TABLE "projects" ("id" serial primary key, "name" character varying(255), "content" text, "created_at" timestamp, "updated_at" timestamp)  SQL (5.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140527180322"]]  (6.1ms) COMMIT Migrating to CreateTasks (20140527180427)  (5.7ms) BEGIN  (6.9ms) CREATE TABLE "tasks" ("id" serial primary key, "project_id" integer, "description" text, "status" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (0.4ms) CREATE INDEX "index_tasks_on_project_id" ON "tasks" ("project_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140527180427"]]  (0.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-05-28 02:04:52 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/railties-4.1.1/lib/rails/templates/rails/welcome/index.html.erb (1.8ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/projects" for 127.0.0.1 at 2014-05-28 02:04:56 +0800 Processing by ProjectsController#index as HTML Project Load (0.4ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (1.5ms) Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:04:56 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:04:56 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:04:56 +0800 Started GET "/projects" for 127.0.0.1 at 2014-05-28 02:05:20 +0800 Processing by ProjectsController#index as HTML Project Load (0.2ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:20 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:20 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:20 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Processing by ProjectsController#index as HTML Project Load (0.2ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Processing by ProjectsController#index as HTML Project Load (0.2ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:23 +0800 Started GET "/projects/new" for 127.0.0.1 at 2014-05-28 02:05:25 +0800 Processing by ProjectsController#new as HTML Rendered projects/_form.html.erb (18.8ms) Rendered projects/new.html.erb within layouts/application (23.5ms) Completed 200 OK in 29ms (Views: 26.4ms | ActiveRecord: 1.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:25 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:25 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:25 +0800 Started GET "/projects/new" for 127.0.0.1 at 2014-05-28 02:05:28 +0800 Processing by ProjectsController#new as HTML Rendered projects/_form.html.erb (2.1ms) Rendered projects/new.html.erb within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:28 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:28 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:28 +0800 Started GET "/projects" for 127.0.0.1 at 2014-05-28 02:05:34 +0800 Processing by ProjectsController#index as HTML Project Load (0.3ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:34 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:34 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:34 +0800 Started GET "/projects" for 127.0.0.1 at 2014-05-28 02:05:35 +0800 Processing by ProjectsController#index as HTML Project Load (0.1ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:05:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:05:35 +0800  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "In quod libero dolore alias soluta. Nihil eos ratione. Sapiente unde dolores tempore inventore amet impedit."], ["created_at", "2014-05-27 18:07:55.864274"], ["name", "International Division Manager"], ["updated_at", "2014-05-27 18:07:55.864274"]]  (6.1ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque."], ["created_at", "2014-05-27 18:07:55.875193"], ["name", "Chief Implementation Coordinator"], ["updated_at", "2014-05-27 18:07:55.875193"]]  (6.1ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Quidem ut quia in. Aut aspernatur mollitia deserunt et ea voluptas. Molestias quia in accusamus. Et ut eos aut laudantium et soluta sint."], ["created_at", "2014-05-27 18:07:55.884595"], ["name", "Human Web Associate"], ["updated_at", "2014-05-27 18:07:55.884595"]]  (6.2ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Aut id fuga et occaecati tempora dolorem. Eveniet illum et magnam qui. Voluptate reprehenderit quis quia officia rerum. Nulla deleniti iste rem quisquam. Vel voluptatem autem officia perferendis consequatur."], ["created_at", "2014-05-27 18:07:55.893030"], ["name", "Global Mobility Developer"], ["updated_at", "2014-05-27 18:07:55.893030"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Perferendis reiciendis autem et. Numquam rerum omnis quia qui et nisi. Ut distinctio quaerat molestias ex exercitationem eos. Beatae ut quidem. Laudantium corporis quia necessitatibus sint."], ["created_at", "2014-05-27 18:07:55.895089"], ["name", "Product Directives Strategist"], ["updated_at", "2014-05-27 18:07:55.895089"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Voluptate quasi ut esse harum sunt tempore voluptas. Adipisci veniam vitae culpa omnis labore non distinctio. Deserunt earum dicta atque fuga. Nihil et sunt."], ["created_at", "2014-05-27 18:07:55.896817"], ["name", "District Group Assistant"], ["updated_at", "2014-05-27 18:07:55.896817"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Libero et et quibusdam fugit atque quidem. Consequatur sit eveniet et sed. Sint alias et minus. Molestias facere qui harum eaque."], ["created_at", "2014-05-27 18:07:55.898436"], ["name", "Direct Division Designer"], ["updated_at", "2014-05-27 18:07:55.898436"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Autem voluptate ut itaque quaerat fugiat sed. Aperiam quia eligendi architecto reiciendis id quos. Mollitia dolorem quae praesentium nobis qui."], ["created_at", "2014-05-27 18:07:55.900014"], ["name", "Dynamic Paradigm Designer"], ["updated_at", "2014-05-27 18:07:55.900014"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Soluta magni eaque repellat cupiditate veritatis quos. Voluptas esse perspiciatis non ea porro dolorem in. Hic eum modi dolor laborum doloremque. Sed et accusamus fugiat."], ["created_at", "2014-05-27 18:07:55.905577"], ["name", "Regional Factors Director"], ["updated_at", "2014-05-27 18:07:55.905577"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Provident aut eum qui. Autem harum exercitationem est nulla nemo qui minus. Odit sunt at. Voluptatem nobis nihil quis omnis."], ["created_at", "2014-05-27 18:07:55.907361"], ["name", "Dynamic Identity Manager"], ["updated_at", "2014-05-27 18:07:55.907361"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Et est et. Qui consequatur nisi aut excepturi. Molestiae ut aliquid laudantium et et eligendi sed."], ["created_at", "2014-05-27 18:07:55.909031"], ["name", "Direct Mobility Assistant"], ["updated_at", "2014-05-27 18:07:55.909031"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Expedita commodi voluptatem ad. Debitis dolores voluptate laborum exercitationem aliquam. Autem enim maxime minima ipsa ex ea dolor."], ["created_at", "2014-05-27 18:07:55.910593"], ["name", "Dynamic Quality Agent"], ["updated_at", "2014-05-27 18:07:55.910593"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Odio quis quisquam. Aut veniam ut sed. Nulla nostrum unde placeat earum exercitationem. Repellendus praesentium mollitia eveniet itaque architecto."], ["created_at", "2014-05-27 18:07:55.912216"], ["name", "Dynamic Accountability Executive"], ["updated_at", "2014-05-27 18:07:55.912216"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Et recusandae quisquam laboriosam in. Atque rerum quisquam et. Adipisci qui sed quia vero voluptas. Praesentium veritatis deserunt quis."], ["created_at", "2014-05-27 18:07:55.913862"], ["name", "Principal Assurance Administrator"], ["updated_at", "2014-05-27 18:07:55.913862"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Perferendis est nisi esse. Voluptas alias iusto consequatur dolores rem enim. Enim expedita atque quia velit. Voluptatem aut autem distinctio facere. Consequatur quos nihil veniam sapiente sunt et."], ["created_at", "2014-05-27 18:07:55.915649"], ["name", "Dynamic Factors Planner"], ["updated_at", "2014-05-27 18:07:55.915649"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Quam quibusdam et consectetur. Eaque soluta et nulla quisquam id aut fuga. Quidem voluptatem iste. Velit adipisci officiis enim consectetur aut nihil. Corrupti quam qui beatae dolorem."], ["created_at", "2014-05-27 18:07:55.917402"], ["name", "Product Functionality Technician"], ["updated_at", "2014-05-27 18:07:55.917402"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Qui necessitatibus iste repellat quia. Doloremque libero sapiente quae mollitia qui quod consequatur. Mollitia ea illum."], ["created_at", "2014-05-27 18:07:55.919276"], ["name", "Global Paradigm Specialist"], ["updated_at", "2014-05-27 18:07:55.919276"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Quibusdam porro ab culpa. Aut id est aliquid. Omnis iure omnis dolorem vel."], ["created_at", "2014-05-27 18:07:55.921034"], ["name", "Regional Security Engineer"], ["updated_at", "2014-05-27 18:07:55.921034"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Laudantium in non. Quasi labore aperiam laborum quo sunt eveniet enim. Et atque inventore nihil temporibus voluptas. Quo beatae veniam officia."], ["created_at", "2014-05-27 18:07:55.922898"], ["name", "Legacy Factors Engineer"], ["updated_at", "2014-05-27 18:07:55.922898"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Quibusdam delectus est. Molestias aut perferendis optio corporis. Impedit harum ea voluptate est saepe."], ["created_at", "2014-05-27 18:07:55.924675"], ["name", "National Operations Technician"], ["updated_at", "2014-05-27 18:07:55.924675"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Doloribus earum iusto libero. Labore quis iure ut. Excepturi autem repellat incidunt ex consequuntur non provident."], ["created_at", "2014-05-27 18:07:55.926898"], ["name", "Principal Mobility Consultant"], ["updated_at", "2014-05-27 18:07:55.926898"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Suscipit tempora quas rerum incidunt eum eum. Et voluptas enim minus deleniti eos et est. Vel enim et."], ["created_at", "2014-05-27 18:07:55.928876"], ["name", "Customer Configuration Executive"], ["updated_at", "2014-05-27 18:07:55.928876"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Impedit nisi qui vel cupiditate. Molestias impedit ea at. Minus quis nostrum a omnis officia. Autem et non aliquid."], ["created_at", "2014-05-27 18:07:55.930464"], ["name", "Internal Accountability Manager"], ["updated_at", "2014-05-27 18:07:55.930464"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Sunt perferendis laudantium eos officiis ratione recusandae non. Et velit reiciendis dicta quia illum. Nam cupiditate nisi laborum et expedita quam necessitatibus. Dolores laborum temporibus labore qui voluptates."], ["created_at", "2014-05-27 18:07:55.932090"], ["name", "International Usability Director"], ["updated_at", "2014-05-27 18:07:55.932090"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Facere accusantium facilis quidem optio. Et similique rem ut et adipisci. Iste reiciendis quia ut et est qui voluptatem."], ["created_at", "2014-05-27 18:07:55.933717"], ["name", "Senior Factors Liason"], ["updated_at", "2014-05-27 18:07:55.933717"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Et a labore officia voluptatem. Expedita ut sequi in at. Facilis et enim maxime asperiores consequatur. Placeat excepturi odit quia eaque ea."], ["created_at", "2014-05-27 18:07:55.935448"], ["name", "Customer Assurance Executive"], ["updated_at", "2014-05-27 18:07:55.935448"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Nihil sit in. Expedita sit qui ullam blanditiis quia numquam. Ut totam quia ad. Delectus voluptatibus sed itaque magni."], ["created_at", "2014-05-27 18:07:55.937524"], ["name", "Corporate Markets Officer"], ["updated_at", "2014-05-27 18:07:55.937524"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Amet facere pariatur ut sunt aspernatur. Quia enim est tempore ab aut commodi. Odit iure laborum est suscipit adipisci sit. Et vero dolores modi et omnis."], ["created_at", "2014-05-27 18:07:55.939110"], ["name", "Legacy Directives Administrator"], ["updated_at", "2014-05-27 18:07:55.939110"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Ut ut velit. Saepe et voluptas cum consectetur. Consequuntur reiciendis harum est vel."], ["created_at", "2014-05-27 18:07:55.940696"], ["name", "Internal Accountability Liason"], ["updated_at", "2014-05-27 18:07:55.940696"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Amet voluptatem culpa. Omnis enim qui blanditiis est. Magnam est iusto et facere sunt architecto et. Voluptatem tempore libero odit enim."], ["created_at", "2014-05-27 18:07:55.945333"], ["name", "Product Communications Strategist"], ["updated_at", "2014-05-27 18:07:55.945333"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Quae nihil consequatur velit doloribus. Ea culpa velit. Repellendus voluptatum voluptatibus. Nemo velit non magni eum beatae."], ["created_at", "2014-05-27 18:07:55.947299"], ["name", "Future Solutions Engineer"], ["updated_at", "2014-05-27 18:07:55.947299"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Omnis reprehenderit soluta. Ut porro deserunt laudantium soluta delectus eum nam. Qui eum et. Quasi inventore et nostrum facere facilis sunt."], ["created_at", "2014-05-27 18:07:55.949268"], ["name", "Global Program Orchestrator"], ["updated_at", "2014-05-27 18:07:55.949268"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Nulla unde est laborum. Dolore id vitae nihil. Itaque consequuntur expedita."], ["created_at", "2014-05-27 18:07:55.951139"], ["name", "Customer Directives Director"], ["updated_at", "2014-05-27 18:07:55.951139"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Commodi fuga vitae rerum aperiam cumque et et. Et sequi quis rem. Necessitatibus suscipit et. Deserunt voluptatem quo voluptas iusto quasi. Mollitia est molestias."], ["created_at", "2014-05-27 18:07:55.952930"], ["name", "Global Data Developer"], ["updated_at", "2014-05-27 18:07:55.952930"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Ipsum autem veniam. Quos fugit vitae non hic incidunt. In impedit eveniet cupiditate vitae expedita molestias. Accusamus quisquam eius voluptate distinctio. Dolores nam doloribus tempore sint aut."], ["created_at", "2014-05-27 18:07:55.955983"], ["name", "Chief Functionality Orchestrator"], ["updated_at", "2014-05-27 18:07:55.955983"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Odio consequatur architecto est fugit eos aut. Fugiat asperiores esse est voluptate similique. Eum ea laudantium expedita. Perferendis ipsam possimus modi."], ["created_at", "2014-05-27 18:07:55.958697"], ["name", "Direct Integration Officer"], ["updated_at", "2014-05-27 18:07:55.958697"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.7ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Incidunt consequuntur minus ut ut saepe similique velit. Non pariatur aut atque excepturi. Reprehenderit nobis quia ut debitis in et qui."], ["created_at", "2014-05-27 18:07:55.961493"], ["name", "Internal Applications Producer"], ["updated_at", "2014-05-27 18:07:55.961493"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Quod delectus quaerat eos. Autem aut provident. Amet culpa odio ipsa sunt quo ut quod."], ["created_at", "2014-05-27 18:07:55.966433"], ["name", "Principal Factors Agent"], ["updated_at", "2014-05-27 18:07:55.966433"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Iste occaecati quia natus adipisci voluptatum temporibus. Corporis qui dolor quibusdam reiciendis. Dolor magnam omnis qui qui eaque excepturi. Omnis alias similique expedita minus. Perferendis eum inventore ut consequatur."], ["created_at", "2014-05-27 18:07:55.969560"], ["name", "Corporate Data Orchestrator"], ["updated_at", "2014-05-27 18:07:55.969560"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Consequuntur quia maxime corrupti. Dignissimos occaecati quam. Nisi enim earum nemo doloremque id nihil. Voluptas omnis itaque ut et et. Est dolore dolorum aut."], ["created_at", "2014-05-27 18:07:55.972541"], ["name", "Central Brand Technician"], ["updated_at", "2014-05-27 18:07:55.972541"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Laboriosam dolores cum officia reprehenderit. Hic odit repellendus dolor. Perspiciatis blanditiis enim commodi. Omnis reiciendis est quam."], ["created_at", "2014-05-27 18:07:55.975598"], ["name", "National Creative Administrator"], ["updated_at", "2014-05-27 18:07:55.975598"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Fuga aut et voluptas esse omnis deleniti. Dolorem molestiae aspernatur sunt explicabo id voluptatem aut. Illum corporis voluptas non hic expedita. Doloribus dolor totam expedita consequatur impedit qui ipsa. Debitis tempore odio cumque consequatur nam ea."], ["created_at", "2014-05-27 18:07:55.978655"], ["name", "Dynamic Optimization Architect"], ["updated_at", "2014-05-27 18:07:55.978655"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Ut repudiandae eligendi ea fugit quibusdam voluptas. Doloremque ut ea praesentium minus vero. Ut minima et quam dignissimos ea. Nisi culpa sit ut mollitia. Rem ut eum sed magni laborum."], ["created_at", "2014-05-27 18:07:55.981628"], ["name", "National Directives Facilitator"], ["updated_at", "2014-05-27 18:07:55.981628"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Cupiditate consectetur ut doloremque voluptatem autem. Officia blanditiis voluptatum voluptas et accusamus rerum eos. Molestias quo eius quas omnis alias sint. Adipisci maxime hic animi dolor ullam."], ["created_at", "2014-05-27 18:07:55.983470"], ["name", "Direct Group Architect"], ["updated_at", "2014-05-27 18:07:55.983470"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Tempore praesentium ratione sed. Esse modi neque illum. Molestiae quaerat iusto."], ["created_at", "2014-05-27 18:07:55.987951"], ["name", "Legacy Marketing Technician"], ["updated_at", "2014-05-27 18:07:55.987951"]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Sapiente quia voluptatibus a. Eius necessitatibus incidunt quia ipsam asperiores qui esse. Quis rerum accusamus et. Molestiae quo ut quam exercitationem aut consequatur laborum. Non enim ad consequatur."], ["created_at", "2014-05-27 18:07:55.993729"], ["name", "Lead Implementation Administrator"], ["updated_at", "2014-05-27 18:07:55.993729"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Optio et blanditiis tempore facilis culpa. Veniam omnis quo qui. Quia omnis repellat rem tempore ex. Corrupti et velit voluptates iste ex eveniet numquam."], ["created_at", "2014-05-27 18:07:55.995688"], ["name", "Forward Paradigm Specialist"], ["updated_at", "2014-05-27 18:07:55.995688"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Laudantium distinctio et illo et incidunt non. Sunt sed assumenda accusantium cum odio. Recusandae aut inventore cum nesciunt et. Optio et ut perspiciatis."], ["created_at", "2014-05-27 18:07:55.997420"], ["name", "Dynamic Tactics Designer"], ["updated_at", "2014-05-27 18:07:55.997420"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Delectus officiis aliquid dolores quo aliquam numquam. Vel voluptas quia voluptatem voluptate et ut. Corrupti voluptatem quae aut. At totam iure voluptates et labore."], ["created_at", "2014-05-27 18:07:55.999169"], ["name", "Forward Configuration Administrator"], ["updated_at", "2014-05-27 18:07:55.999169"]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "Sit nam et natus ut. Et non sunt nisi dolor. Et sed inventore harum."], ["created_at", "2014-05-27 18:07:56.000872"], ["name", "Central Assurance Coordinator"], ["updated_at", "2014-05-27 18:07:56.000872"]]  (0.3ms) COMMIT Started GET "/projects" for 127.0.0.1 at 2014-05-28 02:08:01 +0800 Processing by ProjectsController#index as HTML Project Load (0.3ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (14.2ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:08:01 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:08:01 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:08:01 +0800 Started GET "/tasks" for 127.0.0.1 at 2014-05-28 02:08:10 +0800 Processing by TasksController#index as HTML Task Load (0.4ms) SELECT "tasks".* FROM "tasks" Rendered tasks/index.html.erb within layouts/application (1.5ms) Completed 200 OK in 11ms (Views: 4.2ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:08:10 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:08:10 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:08:10 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:08:15 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (8.6ms) Rendered tasks/new.html.erb within layouts/application (9.9ms) Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:08:15 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:08:15 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:08:15 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:13:03 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (288.5ms) Rendered tasks/new.html.erb within layouts/application (292.5ms) Completed 500 Internal Server Error in 382ms LoadError (cannot load such file -- coffee_script (in /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/assets/javascripts/select2_helper.js.coffee)): app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__660328065222443453_2157459360' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.9ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:14:10 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (299.1ms) Rendered tasks/new.html.erb within layouts/application (303.0ms) Completed 200 OK in 478ms (Views: 472.5ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:14:11 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:14:11 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:14:11 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:14:11 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:14:11 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:14:11 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (301.3ms) Rendered tasks/new.html.erb within layouts/application (305.5ms) Completed 200 OK in 382ms (Views: 376.5ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:11 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (5.3ms) Rendered tasks/new.html.erb within layouts/application (6.2ms) Completed 200 OK in 14ms (Views: 10.2ms | ActiveRecord: 1.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:15:51 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (3.7ms) Rendered tasks/new.html.erb within layouts/application (4.3ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:19 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (6.8ms) Rendered tasks/new.html.erb within layouts/application (7.5ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:16:42 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214602553" for 127.0.0.1 at 2014-05-28 02:16:43 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214602553"} Completed 500 Internal Server Error in 4ms NoMethodError (undefined method `page' for #): activerecord (4.1.1) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/controllers/select2_controller.rb:14:in `results' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.8ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (304.9ms) Rendered tasks/new.html.erb within layouts/application (309.5ms) Completed 200 OK in 347ms (Views: 341.6ms | ActiveRecord: 1.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:18:07 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214687951" for 127.0.0.1 at 2014-05-28 02:18:08 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214687951"} Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `page' for #): activerecord (4.1.1) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/controllers/select2_controller.rb:14:in `results' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (11.6ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:18:16 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (303.4ms) Rendered tasks/new.html.erb within layouts/application (307.2ms) Completed 200 OK in 345ms (Views: 339.6ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:16 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:16 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:16 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:16 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:16 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:17 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:17 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:18:17 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214697036" for 127.0.0.1 at 2014-05-28 02:18:17 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214697036"} Completed 500 Internal Server Error in 13ms ActionView::MissingTemplate (Missing template select2/results, application/results with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views" * "/Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/kaminari-0.15.1/app/views" ): actionview (4.1.1) lib/action_view/path_set.rb:46:in `find' actionview (4.1.1) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:18:38 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (308.8ms) Rendered tasks/new.html.erb within layouts/application (311.4ms) Completed 200 OK in 349ms (Views: 344.7ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:18:39 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214719295" for 127.0.0.1 at 2014-05-28 02:18:40 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214719295"} Completed 500 Internal Server Error in 13ms ActionView::MissingTemplate (Missing template select2/results, application/results with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views" * "/Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/kaminari-0.15.1/app/views" ): actionview (4.1.1) lib/action_view/path_set.rb:46:in `find' actionview (4.1.1) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214719296" for 127.0.0.1 at 2014-05-28 02:18:58 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214719296"} Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template select2/results, application/results with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views" * "/Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/kaminari-0.15.1/app/views" ): actionview (4.1.1) lib/action_view/path_set.rb:46:in `find' actionview (4.1.1) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:21:06 +0800 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (286.9ms) Rendered tasks/new.html.erb within layouts/application (289.8ms) Completed 200 OK in 325ms (Views: 319.6ms | ActiveRecord: 1.6ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:21:07 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214867643" for 127.0.0.1 at 2014-05-28 02:21:08 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214867643"} Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `page' for #): activerecord (4.1.1) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/controllers/select2_controller.rb:14:in `results' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (10.2ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401214867644" for 127.0.0.1 at 2014-05-28 02:22:45 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401214867644"} Completed 500 Internal Server Error in 19ms ActionView::MissingTemplate (Missing template select2/results, application/results with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views" * "/Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views" * "/Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/kaminari-0.15.1/app/views" ): actionview (4.1.1) lib/action_view/path_set.rb:46:in `find' actionview (4.1.1) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (1.1ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (280.8ms) Rendered tasks/new.html.erb within layouts/application (283.5ms) Completed 200 OK in 316ms (Views: 311.0ms | ActiveRecord: 1.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:23:35 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215015741" for 127.0.0.1 at 2014-05-28 02:23:36 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215015741"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (9.8ms) Completed 200 OK in 21ms (Views: 17.2ms | ActiveRecord: 1.7ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 02:23:38 +0800 Started GET "/select2/results?term=&page=2&model=Project&column=name&_=1401215015742" for 127.0.0.1 at 2014-05-28 02:23:38 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"2", "model"=>"Project", "column"=>"name", "_"=>"1401215015742"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215015743" for 127.0.0.1 at 2014-05-28 02:23:57 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215015743"} Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `include?' for nil:NilClass): /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/models/concerns/select2_concern.rb:12:in `select2_allowed_search?' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/controllers/select2_controller.rb:13:in `results' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.1ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (5.7ms) Rendered tasks/new.html.erb within layouts/application (6.4ms) Completed 200 OK in 15ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:25:36 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215136814" for 127.0.0.1 at 2014-05-28 02:25:37 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215136814"} Completed 500 Internal Server Error in 8ms Select2Helper::Errors::NotInWhiteList (Select2Helper::Errors::NotInWhiteList): /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/controllers/select2_controller.rb:13:in `results' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (11.4ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (5.9ms) Rendered tasks/new.html.erb within layouts/application (6.5ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 1.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:26:41 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215201482" for 127.0.0.1 at 2014-05-28 02:26:42 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215201482"} Completed 500 Internal Server Error in 4ms Select2Helper::Errors::NotInWhiteList (Select2Helper::Errors::NotInWhiteList): /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/controllers/select2_controller.rb:13:in `results' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (11.3ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (6.3ms) Rendered tasks/new.html.erb within layouts/application (7.1ms) Completed 200 OK in 15ms (Views: 11.2ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:26:48 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215208668" for 127.0.0.1 at 2014-05-28 02:26:49 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215208668"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (4.1ms) Completed 200 OK in 18ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215208669" for 127.0.0.1 at 2014-05-28 02:26:51 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215208669"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.7ms) Rendered tasks/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:26:53 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:27:53 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (2.4ms) Rendered tasks/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `name' for #): 13: 14:
15: <%= f.label :project_id %>
16: <%= f.text_field :project_id, class: 'select2-single', data: {model: :Project, column: :name, init: f.object.name} %> 17:
18:
19: <%= f.label :description %>
app/views/tasks/_form.html.erb:16:in `block in _app_views_tasks__form_html_erb___3187227502546873195_2210537560' app/views/tasks/_form.html.erb:1:in `_app_views_tasks__form_html_erb___3187227502546873195_2210537560' app/views/tasks/new.html.erb:3:in `_app_views_tasks_new_html_erb___768956434579932507_2157266760' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:28:09 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (7.8ms) Rendered tasks/new.html.erb within layouts/application (8.4ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 13: 14:
15: <%= f.label :project_id %>
16: <%= f.text_field :project_id, class: 'select2-single', data: {model: :Project, column: :name, init: f.object.project.name} %> 17:
18:
19: <%= f.label :description %>
app/views/tasks/_form.html.erb:16:in `block in _app_views_tasks__form_html_erb___3187227502546873195_2162424080' app/views/tasks/_form.html.erb:1:in `_app_views_tasks__form_html_erb___3187227502546873195_2162424080' app/views/tasks/new.html.erb:3:in `_app_views_tasks_new_html_erb___768956434579932507_2157266760' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:28:17 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.0ms) Rendered tasks/new.html.erb within layouts/application (4.8ms) Completed 200 OK in 195ms (Views: 194.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:28:18 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:28:25 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.7ms) Rendered tasks/new.html.erb within layouts/application (5.4ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:28:26 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.6ms) Rendered tasks/new.html.erb within layouts/application (5.4ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:28:48 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:29:13 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (2.3ms) Rendered tasks/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 13: 14:
15: <%= f.label :project_id %>
16: <%= f.text_field :project_id, class: 'select2-single', data: {model: :Project, column: :name, init: f.object.project.name} %> 17:
18:
19: <%= f.label :description %>
app/views/tasks/_form.html.erb:16:in `block in _app_views_tasks__form_html_erb___3187227502546873195_2157285540' app/views/tasks/_form.html.erb:1:in `_app_views_tasks__form_html_erb___3187227502546873195_2157285540' app/views/tasks/new.html.erb:3:in `_app_views_tasks_new_html_erb___768956434579932507_2157266760' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.3ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.4ms) Rendered tasks/new.html.erb within layouts/application (5.2ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:29:22 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (3.4ms) Rendered tasks/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:29:25 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.0ms) Rendered tasks/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 141ms (Views: 140.7ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:29:50 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (3.7ms) Rendered tasks/new.html.erb within layouts/application (4.4ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:29:53 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:29:57 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.2ms) Rendered tasks/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 148ms (Views: 147.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:29:58 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.5ms) Rendered tasks/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:30:12 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:30:13 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (5.5ms) Rendered tasks/new.html.erb within layouts/application (6.3ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:13 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:13 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:13 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:14 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:14 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:14 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:30:14 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.8ms) Rendered tasks/new.html.erb within layouts/application (5.6ms) Completed 200 OK in 145ms (Views: 144.7ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:22 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:30:23 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (5.2ms) Rendered tasks/new.html.erb within layouts/application (6.2ms) Completed 200 OK in 146ms (Views: 145.6ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:30:28 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:31:30 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (5.1ms) Rendered tasks/new.html.erb within layouts/application (6.0ms) Completed 500 Internal Server Error in 103ms ActionView::Template::Error ([stdin]:9:39: error: unexpected = text: (element.data('init') === 'null' ? '' : 'xxx') ^ (in /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/assets/javascripts/select2_helper.js.coffee)): 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__3640401367850899670_2157303060' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.0ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (6.7ms) Rendered tasks/new.html.erb within layouts/application (7.7ms) Completed 200 OK in 142ms (Views: 141.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:32:37 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (6.5ms) Rendered tasks/new.html.erb within layouts/application (7.6ms) Completed 200 OK in 142ms (Views: 142.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:32:46 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (3.9ms) Rendered tasks/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 147ms (Views: 146.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:33:14 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.0ms) Rendered tasks/new.html.erb within layouts/application (4.7ms) Completed 200 OK in 137ms (Views: 136.7ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:33:22 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.1ms) Rendered tasks/new.html.erb within layouts/application (4.9ms) Completed 200 OK in 138ms (Views: 137.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:33:47 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (4.4ms) Rendered tasks/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 138ms (Views: 137.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:33:51 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215631474" for 127.0.0.1 at 2014-05-28 02:33:52 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215631474"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.4ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.5ms) Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (6.8ms) Rendered tasks/new.html.erb within layouts/application (7.7ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:33:54 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215634589" for 127.0.0.1 at 2014-05-28 02:33:55 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215634589"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.8ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.5ms) Started POST "/tasks" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Processing by TasksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "task"=>{"project_id"=>"5", "description"=>"xxx", "status"=>"asdfasdf"}, "commit"=>"Create Task"}  (0.2ms) BEGIN SQL (17.0ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:33:59.271878"], ["description", "xxx"], ["project_id", 5], ["status", "asdfasdf"], ["updated_at", "2014-05-27 18:33:59.271878"]]  (12.2ms) COMMIT Redirected to http://localhost:3000/tasks/1 Completed 302 Found in 36ms (ActiveRecord: 29.5ms) Started GET "/tasks/1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Processing by TasksController#show as HTML Parameters: {"id"=>"1"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 5]] Rendered tasks/show.html.erb within layouts/application (5.1ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:33:59 +0800 Started GET "/tasks" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Processing by TasksController#index as HTML Task Load (0.3ms) SELECT "tasks".* FROM "tasks" Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 5]] Rendered tasks/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:01 +0800 Started GET "/tasks/new" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Processing by TasksController#new as HTML Rendered tasks/_form.html.erb (3.2ms) Rendered tasks/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:34:03 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215643329" for 127.0.0.1 at 2014-05-28 02:34:04 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215643329"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.5ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.5ms) Started GET "/tasks/1/edit" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"1"} Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 5]] Rendered tasks/_form.html.erb (6.9ms) Rendered tasks/edit.html.erb within layouts/application (8.2ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.8ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:34:07 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215647871" for 127.0.0.1 at 2014-05-28 02:34:09 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215647871"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.3ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.6ms) Started PATCH "/tasks/1" for 127.0.0.1 at 2014-05-28 02:34:11 +0800 Processing by TasksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "task"=>{"project_id"=>"1", "description"=>"xxx", "status"=>"asdfasdf"}, "commit"=>"Update Task", "id"=>"1"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 1 [["project_id", 1], ["updated_at", "2014-05-27 18:34:11.945961"]]  (5.5ms) COMMIT Redirected to http://localhost:3000/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 6.0ms) Started GET "/tasks/1" for 127.0.0.1 at 2014-05-28 02:34:11 +0800 Processing by TasksController#show as HTML Parameters: {"id"=>"1"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Rendered tasks/show.html.erb within layouts/application (1.8ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:12 +0800 Started GET "/tasks/1/edit" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"1"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Rendered tasks/_form.html.erb (6.5ms) Rendered tasks/edit.html.erb within layouts/application (7.4ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.7ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:34:13 +0800 Started GET "/tasks/1/edit" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"1"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Rendered tasks/_form.html.erb (16.4ms) Rendered tasks/edit.html.erb within layouts/application (17.3ms) Completed 200 OK in 25ms (Views: 20.0ms | ActiveRecord: 2.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:37:54 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401215874495" for 127.0.0.1 at 2014-05-28 02:37:55 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401215874495"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/tasks" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Processing by TasksController#index as HTML Task Load (0.4ms) SELECT "tasks".* FROM "tasks" Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Rendered tasks/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.6ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:38:03 +0800 Project Load (2.9ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.928711"], ["description", "Iure dignissimos corporis. Et commodi et sit aut. Mollitia facere inventore officiis aut."], ["project_id", 34], ["status", "Asperiores quia sunt alias et."], ["updated_at", "2014-05-27 18:39:36.928711"]]  (1.9ms) COMMIT Project Load (0.3ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.935879"], ["description", "Et repellendus nulla sint vero maxime. Accusamus eum et saepe. Qui molestiae sit eum odit adipisci fuga quam. Magnam vitae numquam consectetur ut possimus. Possimus officiis iusto quia est quasi et."], ["project_id", 45], ["status", "Nobis et quia dolorum blanditiis possimus non aut."], ["updated_at", "2014-05-27 18:39:36.935879"]]  (0.4ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.938379"], ["description", "Consequatur excepturi voluptates ut quam non qui ipsa. Aut velit perspiciatis enim totam qui. Quis amet explicabo sit et tenetur nulla et."], ["project_id", 26], ["status", "Nihil et iste soluta at porro."], ["updated_at", "2014-05-27 18:39:36.938379"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.941687"], ["description", "Nulla iusto rem. Temporibus accusantium minima. Quia nam autem dolore pariatur."], ["project_id", 22], ["status", "Nemo dignissimos est qui."], ["updated_at", "2014-05-27 18:39:36.941687"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.943817"], ["description", "Nostrum rerum atque illo non. In odit maiores nulla. Nam quaerat atque."], ["project_id", 21], ["status", "Veritatis et quibusdam et."], ["updated_at", "2014-05-27 18:39:36.943817"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.945985"], ["description", "Vero eaque officiis dolores. Incidunt quia est consequuntur et voluptatem. Dolor corporis et assumenda doloremque cupiditate fuga dignissimos. Sed qui enim maxime voluptatem. Veniam labore dolor et ab est saepe itaque."], ["project_id", 28], ["status", "Fuga amet ut ex deserunt iusto accusantium eligendi."], ["updated_at", "2014-05-27 18:39:36.945985"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.948106"], ["description", "Aspernatur perferendis cupiditate commodi tempora vitae beatae. In nulla ipsa in sint. Ut ullam adipisci dolor fuga tenetur. Iste qui omnis est. Et corrupti rerum consequatur maiores."], ["project_id", 15], ["status", "Rerum voluptatem repudiandae ut illum."], ["updated_at", "2014-05-27 18:39:36.948106"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.950072"], ["description", "Et reiciendis vero perferendis. Voluptatem necessitatibus delectus quia similique. Repudiandae modi cum incidunt temporibus ea qui nesciunt. Ducimus enim deleniti."], ["project_id", 48], ["status", "Ut non praesentium odit sint nobis modi."], ["updated_at", "2014-05-27 18:39:36.950072"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.952006"], ["description", "Quia earum temporibus repellat. Et velit non aliquam saepe aut laborum sed. Quas voluptas dolor aperiam sequi quam."], ["project_id", 48], ["status", "Ullam sed temporibus fugit amet velit et culpa dicta."], ["updated_at", "2014-05-27 18:39:36.952006"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.953997"], ["description", "Aut illo perferendis est distinctio quam expedita voluptates. Et non eaque error. Aspernatur et et. Alias aut odit autem distinctio."], ["project_id", 43], ["status", "Expedita earum repellat nobis qui necessitatibus deleniti accusamus consectetur."], ["updated_at", "2014-05-27 18:39:36.953997"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.956078"], ["description", "Quod voluptas numquam vitae tempora recusandae sit eos. Aliquam provident veritatis magni velit pariatur temporibus dolorem. Excepturi dignissimos ut blanditiis est et. Nobis dolorem sint id pariatur voluptate quos natus."], ["project_id", 23], ["status", "Non rerum nulla quibusdam."], ["updated_at", "2014-05-27 18:39:36.956078"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.958070"], ["description", "Vero minus ut animi optio. Aspernatur quasi sit ut ea nihil veniam. Placeat et dicta tempora architecto neque repellat ut."], ["project_id", 13], ["status", "Beatae numquam a libero ullam eum reprehenderit."], ["updated_at", "2014-05-27 18:39:36.958070"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.960078"], ["description", "Corrupti assumenda quibusdam aliquid. Et reiciendis beatae. Dolor vitae inventore pariatur labore. Quas eaque iure ipsam aperiam perspiciatis."], ["project_id", 25], ["status", "Quas quia necessitatibus ab tempore aut sit quidem dolores."], ["updated_at", "2014-05-27 18:39:36.960078"]]  (0.2ms) COMMIT Project Load (0.5ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.962930"], ["description", "Debitis nemo maiores ipsum reiciendis soluta quas reprehenderit. Sed nesciunt enim debitis non molestias consequuntur. Est asperiores qui expedita voluptatem quam earum sapiente. Placeat porro quos consequatur dolore quo."], ["project_id", 43], ["status", "Ut rerum ducimus sapiente sequi vero."], ["updated_at", "2014-05-27 18:39:36.962930"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.965524"], ["description", "Impedit laudantium ut tempore. Recusandae praesentium adipisci dolores voluptatem. Hic sint quidem."], ["project_id", 11], ["status", "Voluptas labore maiores omnis eveniet harum animi illum."], ["updated_at", "2014-05-27 18:39:36.965524"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.970866"], ["description", "Et ea atque quasi dolorem. Culpa quasi saepe vel. Minima et et aperiam. Necessitatibus rerum ducimus voluptatem. Vitae omnis molestias et similique deleniti voluptas."], ["project_id", 21], ["status", "Excepturi sit error doloribus expedita."], ["updated_at", "2014-05-27 18:39:36.970866"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.973196"], ["description", "Laboriosam architecto a recusandae. Explicabo dolore laborum. Corporis debitis ducimus quis et et. Quaerat et non temporibus. Impedit aperiam dolorum nihil id distinctio iste sunt."], ["project_id", 37], ["status", "Rem consectetur culpa qui velit quod sed vel quo."], ["updated_at", "2014-05-27 18:39:36.973196"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.975608"], ["description", "Voluptas ab animi ut. Officiis dicta sint optio molestias praesentium quas. Tempora recusandae sit consequuntur optio inventore quia qui."], ["project_id", 50], ["status", "Qui facere vel enim eveniet."], ["updated_at", "2014-05-27 18:39:36.975608"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.977677"], ["description", "Rerum quia et. Porro dolores omnis ut exercitationem autem enim. Rerum esse sed laborum facere. Fugiat at qui repellat beatae eveniet neque inventore."], ["project_id", 44], ["status", "Voluptas eveniet suscipit qui."], ["updated_at", "2014-05-27 18:39:36.977677"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.979848"], ["description", "Accusantium provident quo aperiam ad sunt. Quia voluptatem quaerat harum possimus rerum aperiam. Ut molestiae quia totam ipsam qui. Sint veritatis occaecati quia quaerat sit minus. Eum laborum ut totam alias."], ["project_id", 8], ["status", "Quibusdam nobis mollitia vel deleniti nihil."], ["updated_at", "2014-05-27 18:39:36.979848"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.981888"], ["description", "Vitae et atque in aut. Porro libero rem ad odit sit. Non aspernatur cupiditate voluptatem provident."], ["project_id", 14], ["status", "Velit ut non similique et culpa repellat placeat ut."], ["updated_at", "2014-05-27 18:39:36.981888"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.984399"], ["description", "Doloribus amet itaque ea. Autem voluptas dolor modi. Laborum culpa occaecati illo optio quasi repellendus qui. Est dolor ad qui qui quia distinctio."], ["project_id", 29], ["status", "Dolorem aut itaque debitis aut praesentium cum nihil."], ["updated_at", "2014-05-27 18:39:36.984399"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.986950"], ["description", "Quia recusandae culpa et aut qui. Voluptatibus et libero similique fugiat omnis quas impedit. Dolores et consequatur. Ut est quaerat modi ea enim dolorem et. Omnis similique quis."], ["project_id", 1], ["status", "Natus placeat quas et et sit fugit."], ["updated_at", "2014-05-27 18:39:36.986950"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.989500"], ["description", "Provident voluptatem doloremque ea molestiae occaecati maxime debitis. Facere ex similique et odio at eius. Quos ab aut qui quia animi et. Qui consequatur aliquid ut numquam iusto."], ["project_id", 48], ["status", "Qui odio eveniet magnam deleniti qui."], ["updated_at", "2014-05-27 18:39:36.989500"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.992455"], ["description", "Autem libero atque asperiores omnis optio sint explicabo. Molestias delectus ad dolorum vero. Voluptatibus tempora vel veritatis. Ut et culpa omnis."], ["project_id", 12], ["status", "Magnam minima minus earum aut qui perferendis."], ["updated_at", "2014-05-27 18:39:36.992455"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.994634"], ["description", "Sint possimus culpa eos maxime et. Asperiores quaerat ad sapiente in qui omnis. Molestiae vel quam id esse. Culpa consequuntur facilis quod."], ["project_id", 27], ["status", "Quae sequi quam nostrum rerum."], ["updated_at", "2014-05-27 18:39:36.994634"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.997284"], ["description", "Error et voluptate quo aut. Dolore facilis voluptatum rerum. Eum asperiores similique a. Eum quaerat qui et illum. Alias possimus et ut commodi."], ["project_id", 5], ["status", "Beatae quidem debitis sequi."], ["updated_at", "2014-05-27 18:39:36.997284"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:36.999441"], ["description", "Delectus ratione aut a odit est perferendis. Dolorum et non sed illum. Ipsam molestias aliquam itaque iure facere quia."], ["project_id", 1], ["status", "Aliquam architecto voluptas et distinctio tempora."], ["updated_at", "2014-05-27 18:39:36.999441"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.001561"], ["description", "Corporis eligendi impedit optio nobis maxime dicta reiciendis. Minima numquam vel repellendus nesciunt et. Consequatur error odit mollitia qui quaerat nesciunt. Et placeat quae voluptas sequi excepturi eos."], ["project_id", 43], ["status", "Voluptatem ut molestias sequi quo placeat."], ["updated_at", "2014-05-27 18:39:37.001561"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.003641"], ["description", "Provident nam omnis doloribus ad nostrum culpa. Vel aliquid rerum dolor non reiciendis. Est aut non. Commodi in non vel non sint laudantium magnam. Est dolore voluptas quae amet."], ["project_id", 34], ["status", "Quis odit perspiciatis ullam est eaque."], ["updated_at", "2014-05-27 18:39:37.003641"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.006372"], ["description", "Eum molestiae numquam vel voluptates commodi dignissimos est. Qui delectus cum est dignissimos deserunt facilis. Vitae repudiandae qui beatae est quia dicta officia. Quaerat nulla ducimus tenetur deleniti."], ["project_id", 40], ["status", "Repellendus quibusdam soluta laudantium."], ["updated_at", "2014-05-27 18:39:37.006372"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.013139"], ["description", "Quaerat officiis tempora vel vero nobis. Placeat deserunt soluta quia et neque omnis. Enim error in tenetur nobis amet mollitia saepe. Laborum porro veritatis quaerat molestiae voluptatem voluptatem culpa. A et sint asperiores vel officia tempora error."], ["project_id", 40], ["status", "Et reprehenderit nulla beatae dolor."], ["updated_at", "2014-05-27 18:39:37.013139"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.016063"], ["description", "Ut nemo dolorem blanditiis eius nostrum. Omnis qui magni voluptatum et accusantium enim. Ipsa quaerat tempora. Non ipsa dolore. Suscipit vel deserunt a qui officia in maiores."], ["project_id", 29], ["status", "Reiciendis ea possimus illo est eligendi non dolorem."], ["updated_at", "2014-05-27 18:39:37.016063"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.018506"], ["description", "Odit voluptatem dolorum voluptatem quo. Et soluta excepturi repellendus reiciendis vitae. Sit et praesentium autem explicabo autem facere atque. Quia perferendis deserunt nisi autem soluta aut."], ["project_id", 48], ["status", "Minus doloremque qui tempore nemo ad."], ["updated_at", "2014-05-27 18:39:37.018506"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.021449"], ["description", "Eligendi ipsam iure enim fuga aliquid. Voluptatem quos saepe debitis non sit. Aut qui suscipit vero qui. Dolorum vero omnis odio voluptatum laboriosam."], ["project_id", 13], ["status", "Impedit nostrum esse totam sunt."], ["updated_at", "2014-05-27 18:39:37.021449"]]  (0.3ms) COMMIT Project Load (0.3ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.024791"], ["description", "Cupiditate ratione consequatur et. Et beatae nisi modi dolore reiciendis ex omnis. Impedit blanditiis eius et officia excepturi aliquam quia. Perspiciatis nobis distinctio iusto quo numquam."], ["project_id", 26], ["status", "Qui aspernatur nobis exercitationem quas suscipit impedit sint."], ["updated_at", "2014-05-27 18:39:37.024791"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.027456"], ["description", "Aliquid exercitationem voluptates tempora odio delectus. Consequatur sequi voluptatem dolores numquam possimus debitis. Ratione velit ipsam nulla. Ea itaque explicabo iste ea harum."], ["project_id", 48], ["status", "Illo suscipit omnis dolorem quae ex."], ["updated_at", "2014-05-27 18:39:37.027456"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.029761"], ["description", "Molestias asperiores eos aut aut nostrum ipsum quaerat. Reprehenderit excepturi molestiae. Nulla qui sit iure repellat vero qui. Illo et perspiciatis expedita exercitationem quaerat."], ["project_id", 27], ["status", "Numquam possimus nemo fugiat."], ["updated_at", "2014-05-27 18:39:37.029761"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.032015"], ["description", "Hic maiores earum ut voluptatem laborum temporibus eos. Labore repudiandae tempora qui praesentium. Quaerat impedit quis magnam sapiente dolor voluptatum accusantium."], ["project_id", 16], ["status", "Eligendi dolorem officia rerum."], ["updated_at", "2014-05-27 18:39:37.032015"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.034012"], ["description", "Sequi necessitatibus deleniti. Totam odio nostrum. Laudantium nulla totam rerum dolorum non autem doloribus. Error voluptatem ut."], ["project_id", 27], ["status", "Esse odit necessitatibus repudiandae vel."], ["updated_at", "2014-05-27 18:39:37.034012"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.036132"], ["description", "Consequuntur perferendis autem qui cumque. Voluptatibus dolor in neque. Rerum dolor deleniti dolore ut dolorem ab. Possimus blanditiis aut voluptas illo sed nesciunt."], ["project_id", 50], ["status", "Est dolorum et rem doloremque incidunt nesciunt fuga non."], ["updated_at", "2014-05-27 18:39:37.036132"]]  (0.3ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.038361"], ["description", "Tempora corrupti eos qui. Quis enim qui ipsum reprehenderit perferendis culpa. Cum asperiores et non temporibus sit corrupti. Consequatur dignissimos facilis quia. Voluptatem ut laudantium atque est."], ["project_id", 43], ["status", "Sunt omnis odio repudiandae qui deleniti velit."], ["updated_at", "2014-05-27 18:39:37.038361"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.040388"], ["description", "Dolores voluptate molestiae libero et est incidunt. Eum quasi ut voluptatem rerum repellendus eaque suscipit. Quia id inventore ea."], ["project_id", 8], ["status", "Velit consectetur iure quia quis non doloremque."], ["updated_at", "2014-05-27 18:39:37.040388"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.042374"], ["description", "Quia corporis aliquid. Nobis at ut magni illum corporis fugit. Dolorem est suscipit deserunt consequatur inventore et reprehenderit. Error et incidunt sed in laboriosam animi consequatur."], ["project_id", 16], ["status", "At recusandae nesciunt nam voluptatum sit."], ["updated_at", "2014-05-27 18:39:37.042374"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.044526"], ["description", "Labore eum quos doloribus doloremque quis. Qui soluta rerum. Nisi et earum qui odit dolor quaerat animi. Eveniet enim qui animi alias reprehenderit dolores quam."], ["project_id", 50], ["status", "In aliquam voluptas deserunt sunt optio repudiandae rerum."], ["updated_at", "2014-05-27 18:39:37.044526"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.046454"], ["description", "Quas sapiente praesentium tenetur molestias voluptas. Eos aut sit ut nisi quia rerum. Exercitationem laborum modi."], ["project_id", 34], ["status", "Quis provident aut dolorem et excepturi veniam nihil."], ["updated_at", "2014-05-27 18:39:37.046454"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.053093"], ["description", "Quia amet commodi et. Reprehenderit consequuntur saepe dolore nihil est minima quo. Occaecati consequatur commodi numquam cum. Illum quia cum dolor eveniet. Ratione voluptates ea quia."], ["project_id", 45], ["status", "Officia et consequuntur iste quaerat est nisi dolorum."], ["updated_at", "2014-05-27 18:39:37.053093"]]  (0.2ms) COMMIT Project Load (0.3ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.060827"], ["description", "Nihil quia laborum. Quasi molestiae aut. Sed voluptas qui. Ex id numquam blanditiis in est iste. Repellat consequatur facilis perspiciatis qui dolorem."], ["project_id", 44], ["status", "Qui optio sed earum perferendis voluptas ducimus aliquam aut."], ["updated_at", "2014-05-27 18:39:37.060827"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.063107"], ["description", "Voluptas explicabo suscipit tempora occaecati ex commodi facilis. Accusamus voluptas asperiores id enim. Ea maxime nisi odit."], ["project_id", 31], ["status", "Provident et hic qui quia non."], ["updated_at", "2014-05-27 18:39:37.063107"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.065191"], ["description", "Rerum qui ad atque sunt aut reiciendis. Nihil accusamus earum eligendi aliquid minima. Dolores nulla reiciendis dolore ipsam inventore."], ["project_id", 50], ["status", "Ex eligendi repellendus sint vel illo a."], ["updated_at", "2014-05-27 18:39:37.065191"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.067356"], ["description", "Expedita non mollitia asperiores delectus sunt sit totam. Nesciunt reiciendis voluptates voluptatem voluptas aut. Quisquam sequi dolores tempore dolores enim. Aut ex qui."], ["project_id", 29], ["status", "Commodi ex sit blanditiis a amet."], ["updated_at", "2014-05-27 18:39:37.067356"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.069865"], ["description", "Autem architecto nisi illum. Debitis fugiat earum. Quis corrupti eligendi esse."], ["project_id", 49], ["status", "Dolorem fugiat earum iusto odio nisi repellendus placeat."], ["updated_at", "2014-05-27 18:39:37.069865"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.072638"], ["description", "Molestiae nihil ut libero consectetur. Ab nulla voluptatem distinctio odit sit dolores. Vero debitis totam explicabo officiis nihil ut. Ut rerum eaque. Incidunt in dicta aut eligendi suscipit."], ["project_id", 1], ["status", "Neque et sunt voluptate rem eos quam aut qui."], ["updated_at", "2014-05-27 18:39:37.072638"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.075395"], ["description", "Delectus repudiandae ipsa. Reprehenderit quis odit ipsam. Maiores qui eligendi quas quo similique molestias rerum. Veniam qui odio accusamus illum voluptas sit officia."], ["project_id", 1], ["status", "Sed consectetur quaerat enim aliquam dolores."], ["updated_at", "2014-05-27 18:39:37.075395"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.077460"], ["description", "Odit qui dicta sit quo quae nihil non. Illo expedita ratione ea et fugit quia laborum. Ut nulla nihil voluptas vero."], ["project_id", 2], ["status", "Suscipit quasi deserunt nesciunt repellat nobis et illo."], ["updated_at", "2014-05-27 18:39:37.077460"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.079423"], ["description", "Dolorem repudiandae et recusandae ullam et. Et totam ut iusto ut omnis. Mollitia eveniet dolorem praesentium."], ["project_id", 38], ["status", "Totam delectus vero voluptas sit incidunt."], ["updated_at", "2014-05-27 18:39:37.079423"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.081588"], ["description", "Corrupti neque voluptatem ut harum aut sed repudiandae. Accusantium fugiat natus saepe. Numquam facere a porro possimus aperiam. Corrupti corporis consectetur omnis recusandae eveniet dolores distinctio."], ["project_id", 32], ["status", "Officiis consequuntur blanditiis distinctio laborum quia autem voluptatem quo."], ["updated_at", "2014-05-27 18:39:37.081588"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.083843"], ["description", "Et dolore reprehenderit laudantium sed voluptatem. Corporis voluptatum animi voluptatem mollitia laborum. Ut nihil dolorum laboriosam rerum. Nemo nisi facilis corporis sapiente. Labore est aliquam provident tempore aperiam error."], ["project_id", 24], ["status", "Nihil corporis est rerum aut explicabo atque ipsa."], ["updated_at", "2014-05-27 18:39:37.083843"]]  (0.4ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.086185"], ["description", "Quaerat perferendis et est dolore nam. Sequi et et autem accusantium tempore dolorem. Aspernatur esse distinctio provident quia. Asperiores harum quidem."], ["project_id", 44], ["status", "Libero doloremque delectus voluptas architecto sit perferendis."], ["updated_at", "2014-05-27 18:39:37.086185"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.088212"], ["description", "Et veritatis rerum ut. Est recusandae repudiandae. Sit totam ex. Ut repellendus fugit."], ["project_id", 41], ["status", "Officia molestias voluptatem quaerat dolore velit nulla accusamus perspiciatis."], ["updated_at", "2014-05-27 18:39:37.088212"]]  (0.4ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.092365"], ["description", "Officia voluptatum sint sequi ratione. Eveniet omnis veritatis sed sit ex. Quo possimus deserunt molestiae earum ut. Quod ipsam non repellendus itaque."], ["project_id", 24], ["status", "Qui ad enim et consequuntur."], ["updated_at", "2014-05-27 18:39:37.092365"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.094543"], ["description", "Debitis aut quia magnam ullam tenetur unde. Perspiciatis et qui sit. Itaque sed praesentium reiciendis et doloremque. Est placeat non qui. At qui voluptas sint."], ["project_id", 4], ["status", "Alias maxime quia esse aliquid nobis rerum."], ["updated_at", "2014-05-27 18:39:37.094543"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.096599"], ["description", "Ea non repudiandae temporibus unde. Eligendi ratione beatae ea nostrum. Dolore sint officiis ab aliquid reprehenderit accusantium."], ["project_id", 36], ["status", "Tenetur odio inventore dolore hic accusantium saepe eveniet qui."], ["updated_at", "2014-05-27 18:39:37.096599"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.099368"], ["description", "Sint officiis velit. Cupiditate minima qui expedita. Qui non illum exercitationem enim iste. Id est vitae. Sit ut aliquid."], ["project_id", 31], ["status", "Enim mollitia eum provident doloremque officiis."], ["updated_at", "2014-05-27 18:39:37.099368"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.101995"], ["description", "Totam adipisci corporis amet numquam. Qui et soluta sint quis quo praesentium non. Facere impedit officiis tempore voluptas eos. Quisquam quo enim ad vitae. Et facere quia."], ["project_id", 33], ["status", "Consequuntur totam dolorum non voluptas qui."], ["updated_at", "2014-05-27 18:39:37.101995"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.104635"], ["description", "Qui voluptas quis accusantium consequatur et asperiores officiis. Sit atque omnis error autem sed voluptatem. Facere ipsum architecto corrupti et amet. Molestiae et laborum omnis aut cumque. Voluptatem dolores corrupti soluta quisquam delectus doloribus labore."], ["project_id", 10], ["status", "Deleniti similique inventore possimus."], ["updated_at", "2014-05-27 18:39:37.104635"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.107670"], ["description", "Quo fugit sit beatae qui qui. Quo voluptas non expedita vitae accusamus eos alias. Odio ut accusamus nihil laudantium optio. Natus vel voluptas quia tempora."], ["project_id", 14], ["status", "Cumque quisquam sit sunt."], ["updated_at", "2014-05-27 18:39:37.107670"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.110158"], ["description", "Officiis est quia et ut nobis. Magni qui deserunt eligendi. Excepturi ut exercitationem quia. Voluptates aut vel reprehenderit laborum consectetur adipisci quod. Libero soluta vitae."], ["project_id", 7], ["status", "Repellendus dolorem tempore dicta aut ratione."], ["updated_at", "2014-05-27 18:39:37.110158"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.112541"], ["description", "Sunt rerum est aspernatur corrupti eius. Qui enim sed omnis. Earum cumque at consequatur. Veniam et quaerat ea. Numquam vitae ullam dolorem ut tempora."], ["project_id", 27], ["status", "Velit illo ipsam neque possimus minus laborum."], ["updated_at", "2014-05-27 18:39:37.112541"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.114564"], ["description", "Repellat enim qui minus molestiae quaerat consequatur inventore. Similique tenetur repellat natus. Ut consequatur soluta provident ipsum officia sit voluptatem."], ["project_id", 18], ["status", "Dolorem corporis perspiciatis non ea et."], ["updated_at", "2014-05-27 18:39:37.114564"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.116664"], ["description", "In voluptatibus tempora velit eveniet ut omnis. Maxime ut eius. At qui molestias natus dolores ex aut voluptatibus. Reiciendis sit fuga. Excepturi ea voluptas tenetur qui voluptatum ipsum laborum."], ["project_id", 14], ["status", "Ex quod alias officia sint."], ["updated_at", "2014-05-27 18:39:37.116664"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.118956"], ["description", "Expedita quis qui perferendis dolor. Ut beatae praesentium consectetur eos deserunt dicta error. Aut quos sequi. Iste molestias libero veritatis velit. Eos rerum quos."], ["project_id", 17], ["status", "Laboriosam animi repudiandae possimus rerum numquam ut nihil."], ["updated_at", "2014-05-27 18:39:37.118956"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.121150"], ["description", "Excepturi magnam autem qui optio et sit. Delectus et nam itaque. Illum earum qui commodi ratione ea vitae. Sunt est ut enim eligendi."], ["project_id", 33], ["status", "Tenetur fugiat architecto mollitia harum reprehenderit corporis cupiditate."], ["updated_at", "2014-05-27 18:39:37.121150"]]  (0.3ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.123175"], ["description", "Voluptatem tempora minima numquam sit alias voluptas ipsum. Quaerat sapiente itaque inventore consequatur sequi omnis sit. Provident non veniam."], ["project_id", 11], ["status", "Rem repellendus perspiciatis vitae."], ["updated_at", "2014-05-27 18:39:37.123175"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.125257"], ["description", "Amet provident corrupti consequatur porro aliquid sint nostrum. Placeat odio commodi. Adipisci sit nisi. At autem alias ea. Assumenda vero occaecati recusandae fugiat consectetur dicta similique."], ["project_id", 43], ["status", "Dicta deleniti perspiciatis libero nobis."], ["updated_at", "2014-05-27 18:39:37.125257"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.127489"], ["description", "Incidunt earum non dolorum adipisci. Nemo a et dignissimos aspernatur impedit nam. Expedita dignissimos at commodi quod dolor voluptatibus dolorem. Nobis ea quas neque corporis ut."], ["project_id", 12], ["status", "Odit deserunt quo non."], ["updated_at", "2014-05-27 18:39:37.127489"]]  (0.4ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.132133"], ["description", "Aut et qui voluptatum. Veritatis eos aut. Hic libero illo ducimus officia. Distinctio voluptatibus illo rem officia optio eos."], ["project_id", 49], ["status", "Autem ut eos minus sed."], ["updated_at", "2014-05-27 18:39:37.132133"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.134437"], ["description", "Ut ducimus eaque nobis et eius. Nostrum aut eum omnis quos ut odit. Quisquam voluptatem vitae minus. Officia nobis dolorem velit dolores quod qui."], ["project_id", 41], ["status", "Pariatur ad atque voluptas similique et dolor."], ["updated_at", "2014-05-27 18:39:37.134437"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.136979"], ["description", "Impedit asperiores consectetur eos nobis quo et. Qui suscipit perspiciatis corporis aut ab. Et eos repellendus iusto. Quam saepe officiis necessitatibus eum cumque optio quia."], ["project_id", 6], ["status", "Modi deserunt omnis est eligendi."], ["updated_at", "2014-05-27 18:39:37.136979"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.139785"], ["description", "Voluptas qui ut. Iusto rerum odio qui eos omnis. Error architecto dolor voluptas qui ea sit dignissimos. Iste quaerat ducimus. Ut temporibus fugiat ex non blanditiis ab."], ["project_id", 12], ["status", "Ut dolorem sunt dolor eos doloribus eum porro quis."], ["updated_at", "2014-05-27 18:39:37.139785"]]  (0.2ms) COMMIT Project Load (0.3ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.142596"], ["description", "Ut incidunt provident magnam deserunt accusantium alias molestias. Amet placeat et voluptatem sunt labore eum unde. Aut perferendis architecto praesentium quia. Autem qui ut reiciendis. Ut molestias cum dolor sint quae esse."], ["project_id", 47], ["status", "Est tenetur consequatur aut voluptates explicabo id sed."], ["updated_at", "2014-05-27 18:39:37.142596"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.144869"], ["description", "Dolores quia voluptatem nostrum dolorum error ut illo. Blanditiis magni nesciunt. Aut tenetur amet quas sint. Illo rerum deserunt illum ex et."], ["project_id", 31], ["status", "Occaecati possimus odio iste et quisquam corporis sit."], ["updated_at", "2014-05-27 18:39:37.144869"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.147067"], ["description", "Modi consectetur itaque voluptas. Quos sint omnis sint culpa nobis. Reprehenderit suscipit vel qui. Provident sunt nihil eaque dolor. Rem numquam minima."], ["project_id", 16], ["status", "Velit excepturi eveniet placeat consequatur et."], ["updated_at", "2014-05-27 18:39:37.147067"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.149014"], ["description", "Vel odio nemo rem. Et eos dolor. Fuga illum illo vel corporis eveniet sit."], ["project_id", 25], ["status", "Deserunt sint dolore doloribus sit qui."], ["updated_at", "2014-05-27 18:39:37.149014"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.151063"], ["description", "Fuga accusamus qui quod non in aliquid repellendus. Atque qui non in aliquid vitae libero nulla. Amet vel molestias dicta dolorum officiis. Eos ipsa aut dolores."], ["project_id", 20], ["status", "Asperiores magni sequi nemo eius."], ["updated_at", "2014-05-27 18:39:37.151063"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.153351"], ["description", "Eligendi perferendis voluptate. Minima dignissimos eius nulla totam. Voluptate deleniti nisi velit doloribus vel eum. Laboriosam voluptatem asperiores id aspernatur. Voluptas harum quaerat rem quia quas dolores molestiae."], ["project_id", 49], ["status", "Commodi nihil et debitis."], ["updated_at", "2014-05-27 18:39:37.153351"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.155470"], ["description", "Quia dolorum doloremque doloribus esse ex veniam voluptas. Magni pariatur doloremque dolorem repellat delectus. Nihil occaecati aut voluptatum animi pariatur. Enim voluptatem cum dicta ullam. Ut quas distinctio praesentium et."], ["project_id", 24], ["status", "Non consequuntur rerum soluta."], ["updated_at", "2014-05-27 18:39:37.155470"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.157519"], ["description", "Qui reiciendis sed soluta numquam odit deserunt. Culpa ex officia. Ut eos officiis eaque amet earum. Facere deserunt dolore sit saepe pariatur qui."], ["project_id", 39], ["status", "Accusamus ut dolor optio expedita repellendus facere."], ["updated_at", "2014-05-27 18:39:37.157519"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.159460"], ["description", "Rem corrupti possimus ut hic. Dolor iure asperiores natus. Quia consectetur omnis dolores assumenda sunt."], ["project_id", 31], ["status", "Amet molestias dolore autem nobis laudantium."], ["updated_at", "2014-05-27 18:39:37.159460"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.161475"], ["description", "Voluptas sequi voluptatem ducimus. Ad sit sequi voluptatum aliquam quae. Non dolorem odio laboriosam earum. Natus quod laudantium sunt iste. Quae vel qui nostrum architecto sed."], ["project_id", 19], ["status", "Expedita sint laborum nisi sunt laboriosam."], ["updated_at", "2014-05-27 18:39:37.161475"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.163430"], ["description", "Et recusandae nemo voluptas maiores ullam. Tenetur et pariatur commodi. Nobis cumque nam. Perspiciatis dolore dignissimos."], ["project_id", 48], ["status", "Et quam fugit sit consequatur dolorum sunt eos."], ["updated_at", "2014-05-27 18:39:37.163430"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.165529"], ["description", "Accusantium ipsam sit rerum. Corrupti et doloribus omnis. Dolor aut aspernatur animi. Aut mollitia odio ipsam aut vitae. Perferendis nemo consequatur nesciunt ut repellat laudantium."], ["project_id", 46], ["status", "Iusto ea est ut."], ["updated_at", "2014-05-27 18:39:37.165529"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.167823"], ["description", "Rerum sit laudantium. In rerum dolores nesciunt occaecati. Aut laboriosam sit alias iure. Culpa est sit hic et amet. Deserunt qui earum omnis labore quod."], ["project_id", 43], ["status", "Ducimus dolor adipisci sed est asperiores ut distinctio."], ["updated_at", "2014-05-27 18:39:37.167823"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.172188"], ["description", "Sunt iusto et blanditiis. Dolorum non laborum ut ex dolorem animi vel. Dolor amet natus sit. Nisi blanditiis aut nihil. Voluptatem modi adipisci asperiores."], ["project_id", 10], ["status", "Eius asperiores soluta non repellat dolore autem harum omnis."], ["updated_at", "2014-05-27 18:39:37.172188"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.174692"], ["description", "Iste est ullam aut. Quam reiciendis et. Omnis error voluptatum voluptates. Omnis non quaerat."], ["project_id", 48], ["status", "Et nobis nihil sapiente."], ["updated_at", "2014-05-27 18:39:37.174692"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.176787"], ["description", "Quidem quia occaecati. Aspernatur esse sit consequuntur quo culpa saepe. Ut architecto natus veniam. Neque ipsum autem voluptatem ea tempora. Nulla quibusdam accusantium."], ["project_id", 12], ["status", "Minus ut non velit consequatur reiciendis ullam nihil."], ["updated_at", "2014-05-27 18:39:37.176787"]]  (0.2ms) COMMIT Project Load (0.1ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.178821"], ["description", "Facilis vero et suscipit. Doloribus consequuntur illum aperiam quod. Provident doloribus facilis illum similique mollitia quasi. Sunt est corrupti."], ["project_id", 29], ["status", "Quis dolorum molestias sit ut."], ["updated_at", "2014-05-27 18:39:37.178821"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.180825"], ["description", "Temporibus autem assumenda quidem voluptas. Aut voluptatibus ea ut nobis impedit. Nobis ut quisquam fugit nulla."], ["project_id", 38], ["status", "Nisi est itaque molestias labore non."], ["updated_at", "2014-05-27 18:39:37.180825"]]  (0.2ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.182931"], ["description", "Velit odio est dolore doloremque. Tempore nisi eius nulla nihil ab. Nam similique sed sit et. Dolor vitae placeat quia id temporibus iusto."], ["project_id", 32], ["status", "Voluptates fugiat voluptas aut ut sapiente qui doloremque iusto."], ["updated_at", "2014-05-27 18:39:37.182931"]]  (0.3ms) COMMIT Project Load (0.2ms) SELECT "projects".* FROM "projects" ORDER BY RANDOM() LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "tasks" ("created_at", "description", "project_id", "status", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2014-05-27 18:39:37.185327"], ["description", "Earum est eaque quia rem aliquam dolore nihil. Rerum sunt dolores perferendis accusamus nihil consequatur. Quibusdam pariatur provident enim quia distinctio sint. Facere sit hic reprehenderit praesentium dolorem et."], ["project_id", 12], ["status", "Deleniti et praesentium dicta delectus quo tenetur vero."], ["updated_at", "2014-05-27 18:39:37.185327"]]  (0.2ms) COMMIT Started GET "/tasks" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Processing by TasksController#index as HTML Task Load (2.1ms) SELECT "tasks".* FROM "tasks" Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 45]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 26]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 21]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 28]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 15]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 23]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 13]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 25]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 21]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 37]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 8]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 40]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 40]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 26]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 45]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 38]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 32]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 41]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 4]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 36]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 33]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 18]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 17]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 33]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 41]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 47]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 25]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 20]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 39]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 19]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 46]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 38]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 32]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Rendered tasks/index.html.erb within layouts/application (79.4ms) Completed 200 OK in 84ms (Views: 76.1ms | ActiveRecord: 7.7ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:39 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Processing by ProjectsController#index as HTML Project Load (0.3ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (18.4ms) Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:46 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Processing by ProjectsController#index as HTML Project Load (0.3ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (16.0ms) Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:47 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:39:49 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/_form.html.erb (3.4ms) Rendered projects/edit.html.erb within layouts/application (4.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:39:50 +0800 Started PATCH "/projects/2" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"Chief Implementation Coordinator", "content"=>"Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque."}, "commit"=>"Update Project", "id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/projects/2 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/projects/2" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"2"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/show.html.erb within layouts/application (1.7ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:05 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/_form.html.erb (4.1ms) Rendered projects/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:07 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (12.0ms) Rendered projects/edit.html.erb within layouts/application (12.8ms) Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:40:38 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (5.4ms) Rendered projects/edit.html.erb within layouts/application (6.2ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:29 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.2ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (10.0ms) Rendered projects/edit.html.erb within layouts/application (10.7ms) Completed 200 OK in 19ms (Views: 13.2ms | ActiveRecord: 2.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:44 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 02:41:46 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216104236" for 127.0.0.1 at 2014-05-28 02:41:46 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216104236"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (5.0ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:41:46 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216104237" for 127.0.0.1 at 2014-05-28 02:41:47 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216104237"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216104238" for 127.0.0.1 at 2014-05-28 02:41:47 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216104238"} Task Load (0.5ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.2ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.8ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216104239" for 127.0.0.1 at 2014-05-28 02:41:48 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216104239"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.1ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216104240" for 127.0.0.1 at 2014-05-28 02:41:49 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216104240"} Task Load (0.5ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.3ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.7ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216104241" for 127.0.0.1 at 2014-05-28 02:41:50 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216104241"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started PATCH "/projects/2" for 127.0.0.1 at 2014-05-28 02:41:50 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"Chief Implementation Coordinator", "content"=>"Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque.", "task_ids"=>"3,4,1"}, "commit"=>"Update Project", "id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) BEGIN Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 3]] Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] SQL (0.5ms) UPDATE "tasks" SET "project_id" = NULL WHERE "tasks"."project_id" = $1 AND "tasks"."id" IN (56) [["project_id", 2]] SQL (0.3ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 3 [["project_id", 2], ["updated_at", "2014-05-27 18:41:51.003167"]]  (5.8ms) COMMIT Redirected to http://localhost:3000/projects/2 Completed 302 Found in 17ms (ActiveRecord: 7.1ms) Started GET "/projects/2" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:51 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (1.7ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (5.6ms) Rendered projects/edit.html.erb within layouts/application (6.4ms) Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 1.9ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:52 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.2ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (3.7ms) Rendered projects/edit.html.erb within layouts/application (4.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:41:58 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (5.8ms) Rendered projects/edit.html.erb within layouts/application (6.6ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:42:03 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (9.8ms) Rendered projects/edit.html.erb within layouts/application (10.5ms) Completed 200 OK in 19ms (Views: 13.3ms | ActiveRecord: 2.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:14 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 02:43:15 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216194290" for 127.0.0.1 at 2014-05-28 02:43:15 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216194290"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (4.8ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.5ms) Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:43:15 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216194291" for 127.0.0.1 at 2014-05-28 02:43:15 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216194291"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.2ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216194292" for 127.0.0.1 at 2014-05-28 02:43:16 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216194292"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216194293" for 127.0.0.1 at 2014-05-28 02:43:17 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216194293"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.9ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216194294" for 127.0.0.1 at 2014-05-28 02:43:17 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216194294"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216194295" for 127.0.0.1 at 2014-05-28 02:43:18 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216194295"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.2ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started PATCH "/projects/2" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"Chief Implementation Coordinator", "content"=>"Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque.", "task_ids"=>"2,1,7"}, "commit"=>"Update Project", "id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) BEGIN Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 2]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = NULL WHERE "tasks"."project_id" = $1 AND "tasks"."id" IN (3) [["project_id", 2]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 2 [["project_id", 2], ["updated_at", "2014-05-27 18:43:19.270017"]]  (5.8ms) COMMIT Redirected to http://localhost:3000/projects/2 Completed 302 Found in 14ms (ActiveRecord: 6.9ms) Started GET "/projects/2" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:19 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (1.7ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (8.2ms) Rendered projects/edit.html.erb within layouts/application (9.3ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 1.9ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:43:22 +0800 Started PATCH "/projects/2" for 127.0.0.1 at 2014-05-28 02:44:59 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"Chief Implementation Coordinator", "content"=>"Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque.", "task_ids"=>"[2]"}, "commit"=>"Update Project", "id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) BEGIN Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 0]]  (0.1ms) ROLLBACK Completed 404 Not Found in 17ms ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=0): app/models/project.rb:8:in `task_ids=' app/controllers/projects_controller.rb:35:in `update' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.3ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:45:01 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.2ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (5.0ms) Rendered projects/edit.html.erb within layouts/application (9.0ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:02 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.2ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (4.8ms) Rendered projects/edit.html.erb within layouts/application (5.6ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:11 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.2ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (5.0ms) Rendered projects/edit.html.erb within layouts/application (6.1ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:45:12 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:46:04 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/_form.html.erb (0.9ms) Rendered projects/edit.html.erb within layouts/application (1.5ms) Completed 500 Internal Server Error in 5ms SyntaxError (/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:25: syntax error, unexpected '}', expecting => ...d, text: task.status}}.to_json} );@output_buffer.safe_append... ... ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:33: syntax error, unexpected keyword_ensure, expecting ')' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:35: syntax error, unexpected keyword_end, expecting ')'): app/views/projects/edit.html.erb:3:in `_app_views_projects_edit_html_erb__3044030991998873438_2212000140' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:46:29 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/_form.html.erb (0.9ms) Rendered projects/edit.html.erb within layouts/application (1.5ms) Completed 500 Internal Server Error in 4ms SyntaxError (/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:25: syntax error, unexpected '}', expecting => ...d, text: task.status}}.to_json}} );@output_buffer.safe_appen... ... ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:33: syntax error, unexpected keyword_ensure, expecting ')' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:35: syntax error, unexpected keyword_end, expecting ')'): app/views/projects/edit.html.erb:3:in `_app_views_projects_edit_html_erb__3044030991998873438_2212000140' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:46:39 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/_form.html.erb (0.7ms) Rendered projects/edit.html.erb within layouts/application (1.2ms) Completed 500 Internal Server Error in 4ms SyntaxError (/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:25: syntax error, unexpected ')', expecting '}' ...sk, column: :status, init: {} );@output_buffer.safe_append=' ... ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:33: syntax error, unexpected keyword_ensure, expecting ')' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/projects/_form.html.erb:35: syntax error, unexpected keyword_end, expecting ')'): app/views/projects/edit.html.erb:3:in `_app_views_projects_edit_html_erb__3044030991998873438_2212000140' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:46:41 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) SELECT "tasks".id FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (3.9ms) Rendered projects/edit.html.erb within layouts/application (4.6ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:46:41 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:46:41 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:46:42 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:46:42 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:46:42 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:46:42 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:46:42 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:46:42 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (7.4ms) Rendered projects/edit.html.erb within layouts/application (8.3ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:47:18 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 02:47:19 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216438642" for 127.0.0.1 at 2014-05-28 02:47:19 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216438642"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216438643" for 127.0.0.1 at 2014-05-28 02:47:20 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216438643"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.4ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216438644" for 127.0.0.1 at 2014-05-28 02:47:20 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216438644"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.1ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216438645" for 127.0.0.1 at 2014-05-28 02:47:21 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216438645"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.1ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.5ms) Started PATCH "/projects/2" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"Chief Implementation Coordinator", "content"=>"Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque.", "task_ids"=>"2,1,4"}, "commit"=>"Update Project", "id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) BEGIN Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (2, 1, 4) Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 1 [["project_id", 2], ["updated_at", "2014-05-27 18:47:22.392220"]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 4 [["project_id", 2], ["updated_at", "2014-05-27 18:47:22.393076"]]  (6.3ms) COMMIT Redirected to http://localhost:3000/projects/2 Completed 302 Found in 13ms (ActiveRecord: 7.6ms) Started GET "/projects/2" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:22 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Task Load (0.7ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (6.0ms) Rendered projects/edit.html.erb within layouts/application (6.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.9ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:47:24 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:48:05 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (18.8ms) Rendered projects/edit.html.erb within layouts/application (19.7ms) Completed 500 Internal Server Error in 23ms SystemStackError (stack level too deep): actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:79 Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.8ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:48:08 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (10.2ms) Rendered projects/edit.html.erb within layouts/application (11.0ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:48:09 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 02:50:03 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216489121" for 127.0.0.1 at 2014-05-28 02:50:03 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216489121"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401216489122" for 127.0.0.1 at 2014-05-28 02:50:04 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401216489122"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.7ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms) Started PATCH "/projects/2" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"Chief Implementation Coordinator", "content"=>"Voluptatem ut reiciendis vel distinctio necessitatibus mollitia quasi. Ut voluptatem fuga est magni. Omnis officiis culpa voluptatum cupiditate neque.", "task_ids"=>"2,1,4,7"}, "commit"=>"Update Project", "id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) BEGIN Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (2, 1, 4, 7) Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] SQL (0.3ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 7 [["project_id", 2], ["updated_at", "2014-05-27 18:50:05.588350"]]  (5.6ms) COMMIT Redirected to http://localhost:3000/projects/2 Completed 302 Found in 13ms (ActiveRecord: 6.7ms) Started GET "/projects/2" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Rendered projects/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:05 +0800 Started GET "/projects/2/edit" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"2"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] Task Load (1.7ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 2]] Rendered projects/_form.html.erb (8.3ms) Rendered projects/edit.html.erb within layouts/application (9.1ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 1.9ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 02:50:07 +0800 Started GET "/projects" for 127.0.0.1 at 2014-05-28 02:50:23 +0800 Processing by ProjectsController#index as HTML Project Load (0.4ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (21.3ms) Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 02:50:24 +0800 Started GET "/tasks" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by TasksController#index as HTML Task Load (1.3ms) SELECT "tasks".* FROM "tasks" Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Project Load (0.6ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 21]] Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 15]] Project Load (0.4ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 23]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 13]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 25]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 21]] Project Load (0.4ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 37]] Project Load (0.4ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 8]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 40]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 40]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 13]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 26]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] Project Load (0.4ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 45]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 38]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 32]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 41]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 4]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 36]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 33]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 18]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 17]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 33]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 41]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 47]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 25]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 20]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 39]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 19]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 46]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 38]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 32]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Rendered tasks/index.html.erb within layouts/application (129.3ms) Completed 200 OK in 334ms (Views: 299.8ms | ActiveRecord: 12.8ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:07 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:07:10 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (323.0ms) Rendered tasks/edit.html.erb within layouts/application (327.0ms) Completed 200 OK in 335ms (Views: 333.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:10 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:10 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:10 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:10 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.6ms) Rendered tasks/edit.html.erb within layouts/application (5.5ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:07:16 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (9.0ms) Rendered tasks/edit.html.erb within layouts/application (10.0ms) Completed 200 OK in 169ms (Views: 167.0ms | ActiveRecord: 0.6ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:12 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.6ms) Rendered tasks/edit.html.erb within layouts/application (5.5ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:16 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (8.4ms) Rendered tasks/edit.html.erb within layouts/application (9.7ms) Completed 200 OK in 99ms (Views: 97.8ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:20 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:11:37 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (5.2ms) Rendered tasks/edit.html.erb within layouts/application (5.9ms) Completed 200 OK in 143ms (Views: 141.5ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:38 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (6.4ms) Rendered tasks/edit.html.erb within layouts/application (7.4ms) Completed 200 OK in 140ms (Views: 138.1ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:11:46 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401217906705" for 127.0.0.1 at 2014-05-28 03:11:48 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401217906705"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (8.8ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.5ms) Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:12:26 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (9.8ms) Rendered tasks/edit.html.erb within layouts/application (10.5ms) Completed 200 OK in 146ms (Views: 144.7ms | ActiveRecord: 0.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:26 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:26 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:27 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:27 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:27 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:27 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:27 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:12:27 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401217947047" for 127.0.0.1 at 2014-05-28 03:12:28 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401217947047"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.0ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.5ms) Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.4ms) Rendered tasks/edit.html.erb within layouts/application (5.1ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:12:29 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401217949451" for 127.0.0.1 at 2014-05-28 03:12:30 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401217949451"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.5ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.7ms) Rendered tasks/edit.html.erb within layouts/application (5.5ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:12:31 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:12:32 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.8ms) Rendered tasks/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 159ms (Views: 154.9ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:18:30 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401218310944" for 127.0.0.1 at 2014-05-28 03:18:32 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401218310944"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.6ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.4ms) Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.6ms) Rendered tasks/edit.html.erb within layouts/application (5.3ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:18:40 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (5.4ms) Rendered tasks/edit.html.erb within layouts/application (6.2ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:18:59 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:19:26 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (4.4ms) Rendered tasks/edit.html.erb within layouts/application (5.4ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:19:27 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:19:40 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:20:36 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (5.4ms) Rendered tasks/edit.html.erb within layouts/application (6.3ms) Completed 200 OK in 160ms (Views: 158.7ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:37 +0800 Started GET "/tasks/5/edit" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Processing by TasksController#edit as HTML Parameters: {"id"=>"5"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Rendered tasks/_form.html.erb (5.7ms) Rendered tasks/edit.html.erb within layouts/application (6.5ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:20:41 +0800 Started GET "/tasks" for 127.0.0.1 at 2014-05-28 03:20:42 +0800 Processing by TasksController#index as HTML Task Load (0.4ms) SELECT "tasks".* FROM "tasks" Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 22]] Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 21]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 15]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 23]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 13]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 25]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 21]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 37]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 8]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 40]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 40]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 13]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 26]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 34]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 45]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 50]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 38]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 32]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 44]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 41]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 4]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 36]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 33]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 27]] Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 18]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 14]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 17]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 33]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 41]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 47]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 16]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 25]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 20]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 49]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 24]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 39]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 31]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 19]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 46]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 43]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 48]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 29]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 38]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 32]] CACHE (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 12]] Rendered tasks/index.html.erb within layouts/application (80.9ms) Completed 200 OK in 86ms (Views: 79.6ms | ActiveRecord: 6.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:43 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Processing by ProjectsController#index as HTML Project Load (0.4ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (18.1ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:45 +0800 Started GET "/projects/1/edit" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"1"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 1]] Rendered projects/_form.html.erb (11.4ms) Rendered projects/edit.html.erb within layouts/application (12.9ms) Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.6ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:20:47 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:20:49 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401218447291" for 127.0.0.1 at 2014-05-28 03:20:49 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401218447291"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.7ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401218447292" for 127.0.0.1 at 2014-05-28 03:20:50 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401218447292"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"International Division Manager", "content"=>"In quod libero dolore alias soluta. Nihil eos ratione. Sapiente unde dolores tempore inventore amet impedit.", "task_ids"=>"24,29,54,55,6"}, "commit"=>"Update Project", "id"=>"1"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]]  (0.1ms) BEGIN Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (24, 29, 54, 55, 6) Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 1]] SQL (0.4ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 6 [["project_id", 1], ["updated_at", "2014-05-27 19:20:51.470372"]]  (11.9ms) COMMIT Redirected to http://localhost:3000/projects/1 Completed 302 Found in 21ms (ActiveRecord: 13.3ms) Started GET "/projects/1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"1"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Rendered projects/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:51 +0800 Started GET "/projects/1/edit" for 127.0.0.1 at 2014-05-28 03:20:52 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"1"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 1]] Task Load (5.6ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 1]] Rendered projects/_form.html.erb (10.6ms) Rendered projects/edit.html.erb within layouts/application (11.6ms) Completed 200 OK in 17ms (Views: 10.0ms | ActiveRecord: 6.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:20:53 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:46:47 +0800 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ProjectsController#index as HTML Project Load (0.5ms) SELECT "projects".* FROM "projects" Rendered projects/index.html.erb within layouts/application (21.3ms) Completed 200 OK in 207ms (Views: 200.0ms | ActiveRecord: 1.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:46:48 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:38 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:47:58 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:34 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:48:49 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:49:05 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220145641" for 127.0.0.1 at 2014-05-28 03:49:06 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220145641"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (10.6ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 1.7ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220145642" for 127.0.0.1 at 2014-05-28 03:49:08 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220145642"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:49:09 +0800 Started GET "/select2/results?term=&page=2&model=Project&column=name&_=1401220145643" for 127.0.0.1 at 2014-05-28 03:49:09 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"2", "model"=>"Project", "column"=>"name", "_"=>"1401220145643"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 25  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:49:11 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220151367" for 127.0.0.1 at 2014-05-28 03:49:12 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220151367"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.5ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.5ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:49:13 +0800 Started GET "/select2/results?term=&page=2&model=Project&column=name&_=1401220151368" for 127.0.0.1 at 2014-05-28 03:49:13 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"2", "model"=>"Project", "column"=>"name", "_"=>"1401220151368"} Project Load (0.7ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (4.0ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:49:33 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:49:57 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:49:58 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220197738" for 127.0.0.1 at 2014-05-28 03:49:58 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220197738"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.8ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220197739" for 127.0.0.1 at 2014-05-28 03:49:59 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220197739"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.2ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220197740" for 127.0.0.1 at 2014-05-28 03:49:59 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220197740"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:50:00 +0800 Started GET "/select2/results?term=&page=2&model=Project&column=name&_=1401220197741" for 127.0.0.1 at 2014-05-28 03:50:00 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"2", "model"=>"Project", "column"=>"name", "_"=>"1401220197741"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220197742" for 127.0.0.1 at 2014-05-28 03:50:01 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220197742"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.1ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:13 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:50:14 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:50:39 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:39 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:50:39 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:39 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:40 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:50:40 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:50:40 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:50:40 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:50:40 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:50:41 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220240032" for 127.0.0.1 at 2014-05-28 03:50:41 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220240032"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220240033" for 127.0.0.1 at 2014-05-28 03:50:42 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220240033"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.8ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220240034" for 127.0.0.1 at 2014-05-28 03:50:42 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220240034"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.1ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.7ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220240035" for 127.0.0.1 at 2014-05-28 03:50:43 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220240035"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:51:04 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401220264318" for 127.0.0.1 at 2014-05-28 03:51:05 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401220264318"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.3ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:51:24 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401220284802" for 127.0.0.1 at 2014-05-28 03:51:25 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401220284802"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (5.5ms) Completed 200 OK in 19ms (Views: 11.7ms | ActiveRecord: 1.9ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401220284803" for 127.0.0.1 at 2014-05-28 03:51:27 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401220284803"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 03:51:27 +0800 Started GET "/select2/results?term=&page=2&model=Task&column=status&_=1401220284804" for 127.0.0.1 at 2014-05-28 03:51:27 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"2", "model"=>"Task", "column"=>"status", "_"=>"1401220284804"} Task Load (0.7ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 25  (1.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (7.2ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 1.8ms) Started GET "/admin/schedules/new" for 127.0.0.1 at 2014-05-28 03:51:34 +0800 ActionController::RoutingError (No route matches [GET] "/admin/schedules/new"): actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.2ms) Started GET "/" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.4ms) Completed 200 OK in 53ms (Views: 52.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:52:52 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:52:53 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 155ms (Views: 154.6ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:56:38 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 154ms (Views: 153.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:56:43 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:56:51 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 149ms (Views: 148.6ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:56:52 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 145ms (Views: 144.6ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:56:56 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:57:20 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 141ms (Views: 140.9ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:57:58 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 147ms (Views: 146.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:58:02 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 150ms (Views: 150.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:58:51 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:58:52 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 150ms (Views: 149.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 03:59:52 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:00:21 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 141ms (Views: 140.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:21 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:21 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:21 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:21 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:21 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:22 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:22 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:00:22 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 141ms (Views: 140.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:00:32 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:00:50 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:00:57 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 136ms (Views: 135.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:00:58 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 144ms (Views: 143.6ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:01:01 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:01:18 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 146ms (Views: 145.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:01:19 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 146ms (Views: 146.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:01:38 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 156ms (Views: 155.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:02:01 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:02:55 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 148ms (Views: 147.6ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:03:19 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:04:35 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 138ms (Views: 137.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:04:36 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 147ms (Views: 146.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:05:13 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:05:24 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:24 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:24 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:25 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:25 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:25 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:25 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:25 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:05:25 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:05:28 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 155ms (Views: 155.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:05:29 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 156ms (Views: 155.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:06:58 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221218444" for 127.0.0.1 at 2014-05-28 04:06:59 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221218444"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (12.0ms) Completed 200 OK in 31ms (Views: 21.1ms | ActiveRecord: 2.0ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221218445" for 127.0.0.1 at 2014-05-28 04:07:01 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221218445"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.0ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:07:22 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 145ms (Views: 144.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:07:23 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221243267" for 127.0.0.1 at 2014-05-28 04:07:24 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221243267"} Project Load (0.6ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.9ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:07:47 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 148ms (Views: 147.9ms | ActiveRecord: 0.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:07:48 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221268217" for 127.0.0.1 at 2014-05-28 04:07:54 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221268217"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (4.2ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 140ms (Views: 140.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:08:18 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221298603" for 127.0.0.1 at 2014-05-28 04:08:19 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221298603"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.4ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:08:36 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221316195" for 127.0.0.1 at 2014-05-28 04:08:37 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221316195"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.6ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:11:11 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 114ms ActionView::Template::Error ([stdin]:13:28: error: unexpected ( where: {$(this).data('foreign_key'): record_id} ^ (in /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/assets/javascripts/select2_helper.js.coffee)): 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__4159208632562641347_2160030400' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.8ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:13:49 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error ([stdin]:13:28: error: unexpected ( where: {$(this).data('foreign_key'): record_id} ^ (in /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/assets/javascripts/select2_helper.js.coffee)): 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__4159208632562641347_2160030400' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:13:54 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 152ms (Views: 151.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:13:55 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 157ms (Views: 156.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:15:10 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:15:11 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 161ms (Views: 160.5ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:15:49 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221749696" for 127.0.0.1 at 2014-05-28 04:15:57 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221749696"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.8ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 156ms (Views: 156.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:16:27 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221787820" for 127.0.0.1 at 2014-05-28 04:16:28 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221787820"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.9ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&where%5Bundefined%5D=3&model=Task&column=status&_=1401221787821" for 127.0.0.1 at 2014-05-28 04:16:29 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"undefined"=>"3"}, "model"=>"Task", "column"=>"status", "_"=>"1401221787821"} Task Load (6.8ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = '3' LIMIT 25 OFFSET 0 PG::UndefinedColumn: ERROR: column tasks.undefined does not exist LINE 1: SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = ... ^ : SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = '3' LIMIT 25 OFFSET 0 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (12.2ms) Completed 500 Internal Server Error in 37ms ActionView::Template::Error (PG::UndefinedColumn: ERROR: column tasks.undefined does not exist LINE 1: SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = ... ^ : SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = '3' LIMIT 25 OFFSET 0): 1: json.results @records do |record| 2: json.id record.id 3: json.text record.send(params[:column]).to_s 4: end activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:815:in `async_exec' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:815:in `block in exec_no_cache' activerecord (4.1.1) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.1) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:815:in `exec_no_cache' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:947:in `select' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/database_statements.rb:31:in `select_all' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `block in select_all' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/query_cache.rb:82:in `cache_sql' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `select_all' activerecord (4.1.1) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.1.1) lib/active_record/relation.rb:603:in `exec_queries' activerecord (4.1.1) lib/active_record/relation.rb:487:in `load' activerecord (4.1.1) lib/active_record/relation.rb:231:in `to_a' activerecord (4.1.1) lib/active_record/relation/delegation.rb:46:in `map' jbuilder (2.0.7) lib/jbuilder.rb:311:in `_map_collection' jbuilder (2.0.7) lib/jbuilder.rb:223:in `array!' jbuilder (2.0.7) lib/jbuilder/jbuilder_template.rb:39:in `array!' jbuilder (2.0.7) lib/jbuilder.rb:75:in `block in set!' jbuilder (2.0.7) lib/jbuilder.rb:319:in `_scope' jbuilder (2.0.7) lib/jbuilder.rb:75:in `set!' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder:1:in `___sers_tonytonyjan__ropbox_home_codes_select__helper_app_views_select__results_json_jbuilder___43188885004640654_2172710240' actionview (4.1.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.1) lib/action_view/template.rb:339:in `instrument' actionview (4.1.1) lib/action_view/template.rb:143:in `render' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (8.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 158ms (Views: 157.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:17:08 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221828797" for 127.0.0.1 at 2014-05-28 04:17:09 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221828797"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.7ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401221828798" for 127.0.0.1 at 2014-05-28 04:17:10 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401221828798"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (5.9ms) Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.6ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:17:11 +0800 Started GET "/select2/results?term=&page=2&model=Task&column=status&_=1401221828799" for 127.0.0.1 at 2014-05-28 04:17:11 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"2", "model"=>"Task", "column"=>"status", "_"=>"1401221828799"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.6ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:17:13 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401221833937" for 127.0.0.1 at 2014-05-28 04:17:14 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401221833937"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.1ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:17:32 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 165ms (Views: 165.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:17:33 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221853274" for 127.0.0.1 at 2014-05-28 04:17:34 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221853274"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.6ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=2&model=Task&column=status&_=1401221853275" for 127.0.0.1 at 2014-05-28 04:17:35 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"2"}, "model"=>"Task", "column"=>"status", "_"=>"1401221853275"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 2 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 2 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.8ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:17:36 +0800 Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=&model=Task&column=status&_=1401221856910" for 127.0.0.1 at 2014-05-28 04:17:37 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>""}, "model"=>"Task", "column"=>"status", "_"=>"1401221856910"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 0 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 0 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221856911" for 127.0.0.1 at 2014-05-28 04:17:39 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221856911"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.0ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=6&model=Task&column=status&_=1401221856912" for 127.0.0.1 at 2014-05-28 04:17:41 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"6"}, "model"=>"Task", "column"=>"status", "_"=>"1401221856912"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 6 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 6 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.7ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221856913" for 127.0.0.1 at 2014-05-28 04:17:42 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221856913"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=8&model=Task&column=status&_=1401221856914" for 127.0.0.1 at 2014-05-28 04:17:44 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"8"}, "model"=>"Task", "column"=>"status", "_"=>"1401221856914"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 8 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 8 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.6ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 157ms (Views: 157.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:36 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 159ms (Views: 159.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:19:43 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221983962" for 127.0.0.1 at 2014-05-28 04:19:45 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221983962"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.3ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&where%5Bundefined%5D=4&model=Task&column=status&_=1401221983963" for 127.0.0.1 at 2014-05-28 04:19:46 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"undefined"=>"4"}, "model"=>"Task", "column"=>"status", "_"=>"1401221983963"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = '4' LIMIT 25 OFFSET 0 PG::UndefinedColumn: ERROR: column tasks.undefined does not exist LINE 1: SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = ... ^ : SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = '4' LIMIT 25 OFFSET 0 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (5.0ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (PG::UndefinedColumn: ERROR: column tasks.undefined does not exist LINE 1: SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = ... ^ : SELECT "tasks".* FROM "tasks" WHERE "tasks"."undefined" = '4' LIMIT 25 OFFSET 0): 1: json.results @records do |record| 2: json.id record.id 3: json.text record.send(params[:column]).to_s 4: end activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:815:in `async_exec' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:815:in `block in exec_no_cache' activerecord (4.1.1) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.1) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:815:in `exec_no_cache' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' activerecord (4.1.1) lib/active_record/connection_adapters/postgresql_adapter.rb:947:in `select' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/database_statements.rb:31:in `select_all' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `block in select_all' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/query_cache.rb:82:in `cache_sql' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `select_all' activerecord (4.1.1) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.1.1) lib/active_record/relation.rb:603:in `exec_queries' activerecord (4.1.1) lib/active_record/relation.rb:487:in `load' activerecord (4.1.1) lib/active_record/relation.rb:231:in `to_a' activerecord (4.1.1) lib/active_record/relation/delegation.rb:46:in `map' jbuilder (2.0.7) lib/jbuilder.rb:311:in `_map_collection' jbuilder (2.0.7) lib/jbuilder.rb:223:in `array!' jbuilder (2.0.7) lib/jbuilder/jbuilder_template.rb:39:in `array!' jbuilder (2.0.7) lib/jbuilder.rb:75:in `block in set!' jbuilder (2.0.7) lib/jbuilder.rb:319:in `_scope' jbuilder (2.0.7) lib/jbuilder.rb:75:in `set!' /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder:1:in `___sers_tonytonyjan__ropbox_home_codes_select__helper_app_views_select__results_json_jbuilder___43188885004640654_2172710240' actionview (4.1.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.1) lib/action_view/template.rb:339:in `instrument' actionview (4.1.1) lib/action_view/template.rb:143:in `render' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (8.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 163ms (Views: 162.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:19:57 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:19:58 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401221998003" for 127.0.0.1 at 2014-05-28 04:20:01 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401221998003"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.9ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 163ms (Views: 163.1ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:20:18 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222018936" for 127.0.0.1 at 2014-05-28 04:20:21 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222018936"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.0ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 159ms (Views: 159.0ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:20:33 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:20:42 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 155ms (Views: 154.4ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:42 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222043066" for 127.0.0.1 at 2014-05-28 04:20:43 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222043066"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.7ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=4&model=Task&column=status&_=1401222043067" for 127.0.0.1 at 2014-05-28 04:20:45 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"4"}, "model"=>"Task", "column"=>"status", "_"=>"1401222043067"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 4 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 4 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.5ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222043068" for 127.0.0.1 at 2014-05-28 04:20:47 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222043068"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.7ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=7&model=Task&column=status&_=1401222043069" for 127.0.0.1 at 2014-05-28 04:20:48 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"7"}, "model"=>"Task", "column"=>"status", "_"=>"1401222043069"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 7 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 7 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.6ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.6ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:21:42 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:21:43 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222102240" for 127.0.0.1 at 2014-05-28 04:21:43 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222102240"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222102241" for 127.0.0.1 at 2014-05-28 04:21:44 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222102241"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.8ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:21:58 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 8ms SyntaxError (/Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/pages/index.html.erb:10: syntax error, unexpected ',', expecting ')' :level_1, nil, class: 'select2-single', ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/pages/index.html.erb:10: Can't assign to nil :level_1, nil, class: 'select2-single', ^ /Users/tonytonyjan/Dropbox/home/codes/select2_helper/test/dummy/app/views/pages/index.html.erb:10: syntax error, unexpected ',', expecting ')'): actionview (4.1.1) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.1) lib/action_view/template.rb:297:in `compile' actionview (4.1.1) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.1) lib/action_view/template.rb:339:in `instrument' actionview (4.1.1) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.1) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.1) lib/action_view/template.rb:232:in `compile!' actionview (4.1.1) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.1) lib/action_view/template.rb:339:in `instrument' actionview (4.1.1) lib/action_view/template.rb:143:in `render' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.1) lib/active_record/migration.rb:380:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.1) lib/rails/engine.rb:514:in `call' railties (4.1.1) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/tonytonyjan/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:22:47 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:22:48 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222167999" for 127.0.0.1 at 2014-05-28 04:22:49 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222167999"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.5ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:22:50 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222168000" for 127.0.0.1 at 2014-05-28 04:22:50 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222168000"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.1ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222168001" for 127.0.0.1 at 2014-05-28 04:22:51 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222168001"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222168002" for 127.0.0.1 at 2014-05-28 04:22:52 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222168002"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.9ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=3&model=Task&column=status&_=1401222168003" for 127.0.0.1 at 2014-05-28 04:22:53 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"3"}, "model"=>"Task", "column"=>"status", "_"=>"1401222168003"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 3 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 3 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401222168004" for 127.0.0.1 at 2014-05-28 04:22:54 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401222168004"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&where%5Bproject_id%5D=1&model=Task&column=status&_=1401222168005" for 127.0.0.1 at 2014-05-28 04:22:55 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "where"=>{"project_id"=>"1"}, "model"=>"Task", "column"=>"status", "_"=>"1401222168005"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = 1 LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" WHERE "tasks"."project_id" = 1 Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (1.6ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 62ms (Views: 61.5ms | ActiveRecord: 0.0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:42:55 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:46:33 +0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:46:34 +0800 Started GET "/" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:46:35 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:46:36 +0800 Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401223595290" for 127.0.0.1 at 2014-05-28 04:46:36 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401223595290"} Project Load (0.5ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (26.3ms) Completed 200 OK in 41ms (Views: 33.8ms | ActiveRecord: 1.9ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401223595291" for 127.0.0.1 at 2014-05-28 04:46:37 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401223595291"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401223595292" for 127.0.0.1 at 2014-05-28 04:46:38 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401223595292"} Project Load (0.5ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.8ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.8ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401223595293" for 127.0.0.1 at 2014-05-28 04:46:38 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401223595293"} Project Load (0.4ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (9.4ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401223595294" for 127.0.0.1 at 2014-05-28 04:46:39 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401223595294"} Project Load (0.3ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.7ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Project&column=name&_=1401223595295" for 127.0.0.1 at 2014-05-28 04:46:40 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Project", "column"=>"name", "_"=>"1401223595295"} Project Load (0.2ms) SELECT "projects".* FROM "projects" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "projects" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.0ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/projects/new" for 127.0.0.1 at 2014-05-28 04:46:44 +0800 Processing by ProjectsController#new as HTML Rendered projects/_form.html.erb (334.6ms) Rendered projects/new.html.erb within layouts/application (339.9ms) Completed 200 OK in 346ms (Views: 344.6ms | ActiveRecord: 1.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:45 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:46:47 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223605363" for 127.0.0.1 at 2014-05-28 04:46:47 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223605363"} Task Load (0.5ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (6.0ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.7ms) Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:46:47 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223605364" for 127.0.0.1 at 2014-05-28 04:46:47 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223605364"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223605365" for 127.0.0.1 at 2014-05-28 04:46:48 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223605365"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (3.3ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223605366" for 127.0.0.1 at 2014-05-28 04:46:48 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223605366"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223605367" for 127.0.0.1 at 2014-05-28 04:46:49 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223605367"} Task Load (0.4ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (11.1ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.7ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223605368" for 127.0.0.1 at 2014-05-28 04:46:50 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223605368"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started POST "/projects" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Processing by ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,9,11"}, "commit"=>"Create Project"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 5]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "projects" ("content", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "qwer"], ["created_at", "2014-05-27 20:46:52.446420"], ["name", "asdf"], ["updated_at", "2014-05-27 20:46:52.446420"]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 5 [["project_id", 51], ["updated_at", "2014-05-27 20:46:52.447856"]]  (11.9ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 25ms (ActiveRecord: 12.9ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (2.3ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:52 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (5.9ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (11.7ms) Rendered projects/edit.html.erb within layouts/application (13.3ms) Completed 200 OK in 20ms (Views: 13.0ms | ActiveRecord: 6.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:46:53 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:47:05 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223613937" for 127.0.0.1 at 2014-05-28 04:47:05 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223613937"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (5.3ms) Completed 200 OK in 17ms (Views: 12.0ms | ActiveRecord: 1.6ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (10.1ms) Rendered projects/edit.html.erb within layouts/application (11.3ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 1.9ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:47:06 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:47:07 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223626468" for 127.0.0.1 at 2014-05-28 04:47:07 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223626468"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223626469" for 127.0.0.1 at 2014-05-28 04:47:07 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223626469"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.3ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223626470" for 127.0.0.1 at 2014-05-28 04:47:08 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223626470"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.4ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401223626471" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401223626471"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (2.2ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,14"}, "commit"=>"Update Project", "id"=>"51"} Project Load (1.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 14) Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 8 [["project_id", 51], ["updated_at", "2014-05-27 20:47:09.802881"]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 14 [["project_id", 51], ["updated_at", "2014-05-27 20:47:09.804029"]]  (5.7ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 15ms (ActiveRecord: 7.7ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:09 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (1.7ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (6.1ms) Rendered projects/edit.html.erb within layouts/application (7.1ms) Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 2.0ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:47:11 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.4ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (14.0ms) Rendered projects/edit.html.erb within layouts/application (15.0ms) Completed 200 OK in 26ms (Views: 18.7ms | ActiveRecord: 2.8ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:48:46 +0800 Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:48 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:49 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:48:49 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (6.5ms) Rendered projects/edit.html.erb within layouts/application (7.6ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:48:50 +0800 Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,14"}, "commit"=>"Update Project", "id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.6ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 14) Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]]  (0.1ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:56 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (4.9ms) Rendered projects/edit.html.erb within layouts/application (5.6ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:48:58 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:49:07 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Completed 500 Internal Server Error in 2ms RuntimeError (): app/models/project.rb:2:in `include' app/models/project.rb:2:in `' app/models/project.rb:1:in `' app/controllers/projects_controller.rb:51:in `set_project' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (19.1ms) Rendered projects/edit.html.erb within layouts/application (20.3ms) Completed 200 OK in 34ms (Views: 25.3ms | ActiveRecord: 3.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:50:33 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (4.4ms) Rendered projects/edit.html.erb within layouts/application (5.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:50:34 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (4.3ms) Rendered projects/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,14"}, "commit"=>"Update Project", "id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 14) Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]]  (0.1ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:35 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (4.4ms) Rendered projects/edit.html.erb within layouts/application (5.2ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:50:37 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (19.1ms) Rendered projects/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 33ms (Views: 23.9ms | ActiveRecord: 2.9ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:49 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:50:50 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:50:50 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:50:59 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (17.7ms) Rendered projects/edit.html.erb within layouts/application (18.6ms) Completed 200 OK in 32ms (Views: 22.4ms | ActiveRecord: 2.7ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:51:00 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:51:26 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (14.1ms) Rendered projects/edit.html.erb within layouts/application (14.8ms) Completed 200 OK in 25ms (Views: 17.5ms | ActiveRecord: 2.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:51:27 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (14.4ms) Rendered projects/edit.html.erb within layouts/application (15.2ms) Completed 200 OK in 24ms (Views: 17.6ms | ActiveRecord: 2.7ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (5.3ms) Rendered projects/edit.html.erb within layouts/application (6.1ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:52:34 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (9.1ms) Rendered projects/edit.html.erb within layouts/application (10.4ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.7ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (4.3ms) Rendered projects/edit.html.erb within layouts/application (5.3ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.4ms) Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:52:35 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:52:41 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Completed 500 Internal Server Error in 2ms RuntimeError (): app/models/project.rb:2:in `include' app/models/project.rb:2:in `' app/models/project.rb:1:in `' app/controllers/projects_controller.rb:51:in `set_project' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:54:29 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Completed 500 Internal Server Error in 7ms NameError (undefined local variable or method `instance_methods' for #): app/controllers/projects_controller.rb:51:in `set_project' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.3ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:54:55 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Completed 500 Internal Server Error in 7ms NoMethodError (undefined method `define_method' for #): app/controllers/projects_controller.rb:51:in `set_project' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:55:55 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Completed 500 Internal Server Error in 7ms NoMethodError (undefined method `define_method' for #): app/controllers/projects_controller.rb:51:in `set_project' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.6ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:55:56 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `define_method' for #): app/controllers/projects_controller.rb:51:in `set_project' Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/tonytonyjan/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.6ms) Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (16.2ms) Rendered projects/edit.html.erb within layouts/application (17.0ms) Completed 200 OK in 27ms (Views: 19.8ms | ActiveRecord: 2.5ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:56:06 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (6.3ms) Rendered projects/edit.html.erb within layouts/application (7.1ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:07 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:56:08 +0800 Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,14"}, "commit"=>"Update Project", "id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 14) Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]]  (0.2ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 13ms (ActiveRecord: 1.1ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.8ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:09 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.5ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (5.5ms) Rendered projects/edit.html.erb within layouts/application (6.2ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.7ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:56:10 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (13.9ms) Rendered projects/edit.html.erb within layouts/application (14.7ms) Completed 200 OK in 24ms (Views: 17.4ms | ActiveRecord: 2.4ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:56:20 +0800 Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,14"}, "commit"=>"Update Project", "id"=>"51"} Project Load (0.5ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 14) Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]]  (0.2ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 12ms (ActiveRecord: 1.4ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.2ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:21 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.4ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (5.3ms) Rendered projects/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.7ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:56:23 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:56:25 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401224183292" for 127.0.0.1 at 2014-05-28 04:56:25 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401224183292"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (13.0ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401224183293" for 127.0.0.1 at 2014-05-28 04:56:26 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401224183293"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (13.0ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401224183294" for 127.0.0.1 at 2014-05-28 04:56:27 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401224183294"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (13.3ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401224183295" for 127.0.0.1 at 2014-05-28 04:56:27 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401224183295"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (12.5ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.4ms) Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,12,18"}, "commit"=>"Update Project", "id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 12, 18) Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] SQL (0.4ms) UPDATE "tasks" SET "project_id" = NULL WHERE "tasks"."project_id" = $1 AND "tasks"."id" IN (14) [["project_id", 51]] SQL (0.3ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 12 [["project_id", 51], ["updated_at", "2014-05-27 20:56:28.624295"]] SQL (0.2ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 18 [["project_id", 51], ["updated_at", "2014-05-27 20:56:28.626169"]]  (6.1ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 23ms (ActiveRecord: 7.6ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:28 +0800 Started GET "/projects/51/edit" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Processing by ProjectsController#edit as HTML Parameters: {"id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Task Load (0.7ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] Rendered projects/_form.html.erb (12.1ms) Rendered projects/edit.html.erb within layouts/application (13.0ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.8ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/select2x2.png" for 127.0.0.1 at 2014-05-28 04:56:29 +0800 Started GET "/assets/select2-spinner.gif" for 127.0.0.1 at 2014-05-28 04:56:32 +0800 Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401224189937" for 127.0.0.1 at 2014-05-28 04:56:32 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401224189937"} Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (14.2ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.6ms) Started GET "/select2/results?term=&page=1&model=Task&column=status&_=1401224189938" for 127.0.0.1 at 2014-05-28 04:56:32 +0800 Processing by Select2Controller#results as JSON Parameters: {"term"=>"", "page"=>"1", "model"=>"Task", "column"=>"status", "_"=>"1401224189938"} Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "tasks" Rendered /Users/tonytonyjan/Dropbox/home/codes/select2_helper/app/views/select2/results.json.jbuilder (13.5ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.4ms) Started PATCH "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Processing by ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRrMLKv9lK+EwoGRaRsqNwtPvmOXXaP7FIXEa3BxiQQ=", "project"=>{"name"=>"asdf", "content"=>"qwer", "task_ids"=>"5,8,12,18,15"}, "commit"=>"Update Project", "id"=>"51"} Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]]  (0.1ms) BEGIN Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IN (5, 8, 12, 18, 15) Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = $1 [["project_id", 51]] SQL (0.3ms) UPDATE "tasks" SET "project_id" = $1, "updated_at" = $2 WHERE "tasks"."id" = 15 [["project_id", 51], ["updated_at", "2014-05-27 20:56:33.732296"]]  (6.0ms) COMMIT Redirected to http://localhost:3000/projects/51 Completed 302 Found in 17ms (ActiveRecord: 6.8ms) Started GET "/projects/51" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Processing by ProjectsController#show as HTML Parameters: {"id"=>"51"} Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1 [["id", 51]] Rendered projects/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 10ms (Views: 6.8ms | ActiveRecord: 0.3ms) Started GET "/assets/select2.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Started GET "/assets/select2_helper.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-28 04:56:33 +0800