Started GET "/" for 127.0.0.1 at 2012-10-12 12:03:19 +0200
Connecting to database specified by database.yml
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.8) lib/rails/engine.rb:479:in `call'
railties (3.2.8) lib/rails/application.rb:223:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.1ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
[1m[35m (33.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
Migrating to CreateCategories (20121012100526)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20121012100526')
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.3ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
[1m[35m (0.0ms)[0m PRAGMA index_list("categories")
Started GET "/" for 127.0.0.1 at 2012-10-12 12:15:42 +0200
Connecting to database specified by database.yml
Processing by CategoriesController#index as HTML
[1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" [0m
Rendered categories/index.html.erb within layouts/application (2.2ms)
Compiled token-input.css (0ms) (pid 65815)
Compiled categories.css (0ms) (pid 65815)
Compiled application.css (15ms) (pid 65815)
Compiled jquery.js (4ms) (pid 65815)
Compiled jquery_ujs.js (0ms) (pid 65815)
Compiled jquery.tokeninput.js (0ms) (pid 65815)
Compiled categories.js (0ms) (pid 65815)
Compiled application.js (109ms) (pid 65815)
Completed 200 OK in 360ms (Views: 301.7ms | ActiveRecord: 1.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /application.css - 200 OK (4ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /token-input.css - 200 OK (2ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /categories.css - 200 OK (1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /jquery.js - 304 Not Modified (3ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /categories.js - 200 OK (1ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /jquery.tokeninput.js - 200 OK (1ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:15:43 +0200
Served asset /application.js - 200 OK (22ms)
Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:15:46 +0200
Processing by CategoriesController#new as HTML
Rendered categories/new.html.erb within layouts/application (30.8ms)
Completed 500 Internal Server Error in 38ms
ActionView::Template::Error (undefined method `label_field' for #
4: <%= f.label_field :name %>
5: <%= f.text_field :name %>
6:
app/views/categories/new.html.erb:4:in `block in _app_views_categories_new_html_erb___57800146728870252_2170212380'
app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___57800146728870252_2170212380'
Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms)
Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Processing by CategoriesController#new as HTML
Rendered categories/new.html.erb within layouts/application (13.9ms)
Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /token-input.css - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /categories.css - 304 Not Modified (0ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /categories.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /jquery.tokeninput.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:12 +0200
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started POST "/categories" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Processing by CategoriesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2av1uH15caF6Mz+lKlJW9cNDGASdZWyvFy3FWznlwS0=", "category"=>{"name"=>"nova", "parent_id"=>""}, "commit"=>"Create Category"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (44.0ms)[0m [1mINSERT INTO "categories" ("created_at", "name", "parent_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 12 Oct 2012 10:16:17 UTC +00:00], ["name", "nova"], ["parent_id", nil], ["updated_at", Fri, 12 Oct 2012 10:16:17 UTC +00:00]]
[1m[35m (1.1ms)[0m commit transaction
Redirected to http://localhost:3000/categories
Completed 302 Found in 48ms (ActiveRecord: 45.1ms)
Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Processing by CategoriesController#index as HTML
[1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" [0m
Rendered categories/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /token-input.css - 304 Not Modified (0ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /categories.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /jquery.tokeninput.js - 304 Not Modified (0ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /categories.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:17 +0200
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Processing by CategoriesController#index as HTML
[1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories"
Rendered categories/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /token-input.css - 304 Not Modified (0ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /categories.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /categories.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /jquery.tokeninput.js - 304 Not Modified (0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:41 +0200
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Processing by CategoriesController#index as HTML
[1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" [0m
Rendered categories/index.html.erb within layouts/application (2.5ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /token-input.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /jquery.tokeninput.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /categories.css - 304 Not Modified (0ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:16:54 +0200
Served asset /categories.js - 304 Not Modified (0ms)
Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Processing by CategoriesController#index as HTML
[1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories"
Rendered categories/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /token-input.css - 304 Not Modified (0ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /categories.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /jquery.tokeninput.js - 304 Not Modified (0ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /categories.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:17:02 +0200
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Processing by CategoriesController#new as HTML
Rendered categories/new.html.erb within layouts/application (5.1ms)
Completed 200 OK in 28ms (Views: 13.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /application.css - 304 Not Modified (0ms)
Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /categories.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /token-input.css - 304 Not Modified (0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /application.js - 304 Not Modified (0ms)
Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /categories.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:22:01 +0200
Served asset /jquery.tokeninput.js - 304 Not Modified (0ms)
Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:30:35 +0200
ArgumentError (wrong number of arguments (3 for 2)):
app/models/category.rb:4:in `
7: <%= f.label :parent_id %>
8: <%= f.token_field :parent_id %>
9: Category#new
2: <%= form_for(@category) do |f| %>
3:
7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category %> 9:
10: <%= f.submit %> 11: <% end %> app/helpers/token_field_helper.rb:112:in `token_field' app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__2909152794900590978_2165123620' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__2909152794900590978_2165123620' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___2371400964088186688_2157781700' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:31:53 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.7ms) Rendered categories/new.html.erb within layouts/application (3.4ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `parent' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category %> 9:
10: <%= f.submit %> 11: <% end %> app/helpers/token_field_helper.rb:112:in `token_field' app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__2909152794900590978_2165123620' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__2909152794900590978_2165123620' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___2371400964088186688_2157781700' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:32:10 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (16.9ms) Rendered categories/new.html.erb within layouts/application (22.9ms) Completed 500 Internal Server Error in 95ms ActionView::Template::Error (undefined method `parent' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category %> 9:
10: <%= f.submit %> 11: <% end %> app/helpers/token_field_helper.rb:112:in `token_field' app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__2228907538185509431_2155516920' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__2228907538185509431_2155516920' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb__838696099899117069_2158445240' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.7ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:33:14 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (31.1ms) Rendered categories/new.html.erb within layouts/application (31.8ms) Compiled token-input.css (0ms) (pid 76280) Compiled application.css (4ms) (pid 76280) Compiled jquery.js (4ms) (pid 76280) Compiled jquery_ujs.js (0ms) (pid 76280) Compiled jquery.tokeninput.js (0ms) (pid 76280) Compiled application.js (50ms) (pid 76280) Completed 200 OK in 343ms (Views: 334.0ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:15 +0200 Served asset /application.css - 304 Not Modified (35ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:15 +0200 Served asset /token-input.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:15 +0200 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:15 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:15 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.5ms) Rendered categories/new.html.erb within layouts/application (3.1ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:44 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.3ms) Rendered categories/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.9ms) Rendered categories/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:45 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.8ms) Rendered categories/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:33:46 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/admin/categories/token.json?q=d" for 127.0.0.1 at 2012-10-12 12:33:49 +0200 ActionController::RoutingError (No route matches [GET] "/admin/categories/token.json"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/categories/token.json?q=df" for 127.0.0.1 at 2012-10-12 12:33:50 +0200 ActionController::RoutingError (No route matches [GET] "/admin/categories/token.json"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/categories/token.json?q=df" for 127.0.0.1 at 2012-10-12 12:33:51 +0200 ActionController::RoutingError (No route matches [GET] "/admin/categories/token.json"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (4.8ms) Rendered categories/new.html.erb within layouts/application (5.7ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:05 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.1ms) Rendered categories/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:35:07 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/token.json?q=t" for 127.0.0.1 at 2012-10-12 12:35:10 +0200 AbstractController::ActionNotFound (The action 'show' could not be found for CategoriesController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3365942655095098825__call__2216357525263074590__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/categories/token.json?q=d" for 127.0.0.1 at 2012-10-12 12:35:24 +0200 AbstractController::ActionNotFound (The action 'show' could not be found for CategoriesController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3365942655095098825__call__2216357525263074590__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms) Started GET "/categories/token.json?q=df" for 127.0.0.1 at 2012-10-12 12:35:25 +0200 AbstractController::ActionNotFound (The action 'show' could not be found for CategoriesController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3365942655095098825__call__2216357525263074590__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (4.8ms) Rendered categories/new.html.erb within layouts/application (5.7ms) Completed 200 OK in 27ms (Views: 17.1ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:37:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Processing by CategoriesController#index as HTML [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" [0m Rendered categories/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:03 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.4ms) Rendered categories/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:04 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/token.json?q=n" for 127.0.0.1 at 2012-10-12 12:38:07 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"n"} [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE (categories.name like '%n%') Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started POST "/categories" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Processing by CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2av1uH15caF6Mz+lKlJW9cNDGASdZWyvFy3FWznlwS0=", "category"=>{"name"=>"sub", "parent_id"=>"1"}, "commit"=>"Create Category"} [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (5.6ms)[0m INSERT INTO "categories" ("created_at", "name", "parent_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 12 Oct 2012 10:38:16 UTC +00:00], ["name", "sub"], ["parent_id", 1], ["updated_at", Fri, 12 Oct 2012 10:38:16 UTC +00:00]] [1m[36m (1.2ms)[0m [1mcommit transaction[0m Redirected to http://localhost:3000/categories Completed 302 Found in 11ms (ActiveRecord: 6.8ms) Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Processing by CategoriesController#index as HTML [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" Rendered categories/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:16 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (3.3ms) Rendered categories/new.html.erb within layouts/application (4.1ms) Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:19 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/token.json?q=su" for 127.0.0.1 at 2012-10-12 12:38:24 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"su"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%su%')[0m Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms) Started POST "/categories" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Processing by CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2av1uH15caF6Mz+lKlJW9cNDGASdZWyvFy3FWznlwS0=", "category"=>{"name"=>"sub sub", "parent_id"=>"2"}, "commit"=>"Create Category"} [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categories" ("created_at", "name", "parent_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 12 Oct 2012 10:38:28 UTC +00:00], ["name", "sub sub"], ["parent_id", 2], ["updated_at", Fri, 12 Oct 2012 10:38:28 UTC +00:00]] [1m[35m (1.0ms)[0m commit transaction Redirected to http://localhost:3000/categories Completed 302 Found in 4ms (ActiveRecord: 1.7ms) Started GET "/categories" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Processing by CategoriesController#index as HTML [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" [0m Rendered categories/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:38:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (2.8ms) Rendered categories/new.html.erb within layouts/application (3.4ms) Completed 200 OK in 13ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Served asset /application.css - 304 Not Modified (31ms) Started GET "/assets/token-input.css?body=1" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Served asset /token-input.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:43:50 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (4.5ms) Rendered categories/new.html.erb within layouts/application (5.7ms) Compiled token-input-facebook.css (0ms) (pid 76280) Compiled application.css (12ms) (pid 76280) Completed 200 OK in 32ms (Views: 32.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Served asset /token-input-facebook.css - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 12:44:20 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/categories/token.json?q=d" for 127.0.0.1 at 2012-10-12 12:44:22 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"d"} [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE (categories.name like '%d%') Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms) Started GET "/categories/token.json?q=df" for 127.0.0.1 at 2012-10-12 12:44:23 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"df"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%df%')[0m Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms) Started GET "/categories/token.json?q=n" for 127.0.0.1 at 2012-10-12 12:44:25 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"n"} [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE (categories.name like '%n%') Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/categories/token.json?q=s" for 127.0.0.1 at 2012-10-12 12:44:27 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"s"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%s%')[0m Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:55:17 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (55.7ms) Rendered categories/new.html.erb within layouts/application (60.6ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (undefined method `token_field' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => "/categories/token.json" %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__4482121404535896327_2186680200' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__4482121404535896327_2186680200' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___569770230832164428_2170274180' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (26.2ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (35.6ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:58:01 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (20.3ms) Rendered categories/new.html.erb within layouts/application (25.3ms) Completed 500 Internal Server Error in 70ms ActionView::Template::Error (undefined method `token_field' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => "/categories/token.json" %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__3679864089128704092_2159421260' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__3679864089128704092_2159421260' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb__1882021031944154533_2167231260' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (18.2ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.5ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 12:58:49 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (35.1ms) Rendered categories/new.html.erb within layouts/application (42.2ms) Completed 500 Internal Server Error in 108ms ActionView::Template::Error (undefined method `token_field' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => "/categories/token.json" %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__4140744813809962419_2179205160' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__4140744813809962419_2179205160' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___2592824688105459040_2177959320' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:00:15 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (48.3ms) Rendered categories/new.html.erb within layouts/application (54.5ms) Completed 500 Internal Server Error in 112ms ActionView::Template::Error (undefined method `token_field' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => "/categories/token.json" %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__884084129669588273_2184159260' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__884084129669588273_2184159260' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___1572138950306552606_2159624640' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (20.9ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (28.7ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (11.8ms) Rendered categories/new.html.erb within layouts/application (16.0ms) Compiled token-input-facebook.css (0ms) (pid 94882) Compiled application.css (3ms) (pid 94882) Compiled jquery.js (4ms) (pid 94882) Compiled jquery_ujs.js (0ms) (pid 94882) Compiled jquery.tokeninput.js (0ms) (pid 94882) Compiled application.js (17ms) (pid 94882) Completed 200 OK in 120ms (Views: 85.0ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Served asset /token-input-facebook.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:02:50 +0200 Served asset /application.js - 304 Not Modified (4ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:03:08 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (37.2ms) Rendered categories/new.html.erb within layouts/application (41.9ms) Completed 500 Internal Server Error in 92ms ActionView::Template::Error (undefined method `token_field' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => "/categories/token.json" %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__4160056059248822195_2165481000' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__4160056059248822195_2165481000' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb__4270653422052904974_2166756260' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (13.4ms) Rendered categories/new.html.erb within layouts/application (18.8ms) Completed 200 OK in 108ms (Views: 64.6ms | ActiveRecord: 1.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:25 +0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (17.6ms) Rendered categories/new.html.erb within layouts/application (23.5ms) Completed 200 OK in 113ms (Views: 66.5ms | ActiveRecord: 1.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Served asset /application.js - 304 Not Modified (33ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:03:52 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (2ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (18.4ms) Rendered categories/new.html.erb within layouts/application (19.2ms) Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:04:40 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (11.7ms) Rendered categories/new.html.erb within layouts/application (16.1ms) Completed 200 OK in 74ms (Views: 36.3ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Served asset /application.css - 304 Not Modified (6ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:05:40 +0200 Served asset /application.js - 304 Not Modified (6ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (11.9ms) Rendered categories/new.html.erb within layouts/application (17.6ms) Completed 200 OK in 78ms (Views: 37.1ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Served asset /application.css - 304 Not Modified (6ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:19 +0200 Served asset /application.js - 304 Not Modified (7ms) Started GET "/categories/token.json?q=f" for 127.0.0.1 at 2012-10-12 13:06:21 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"f"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%f%')[0m Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/categories/token.json?q=+" for 127.0.0.1 at 2012-10-12 13:06:22 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>" "} [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE (categories.name like '% %') Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started POST "/categories" for 127.0.0.1 at 2012-10-12 13:06:25 +0200 Processing by CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2av1uH15caF6Mz+lKlJW9cNDGASdZWyvFy3FWznlwS0=", "category"=>{"name"=>"", "parent_id"=>"3"}, "commit"=>"Create Category"} [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (5.6ms)[0m INSERT INTO "categories" ("created_at", "name", "parent_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 12 Oct 2012 11:06:25 UTC +00:00], ["name", ""], ["parent_id", 3], ["updated_at", Fri, 12 Oct 2012 11:06:25 UTC +00:00]] [1m[36m (0.9ms)[0m [1mcommit transaction[0m Redirected to http://localhost:3000/categories Completed 302 Found in 11ms (ActiveRecord: 6.6ms) Started GET "/categories" for 127.0.0.1 at 2012-10-12 13:06:25 +0200 Processing by CategoriesController#index as HTML [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" Rendered categories/index.html.erb within layouts/application (1.5ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:06:25 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:06:25 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:26 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:26 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (3.8ms) Rendered categories/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:06:27 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:14:35 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (10.8ms) Rendered categories/new.html.erb within layouts/application (15.4ms) Compiled token-input-facebook.css (0ms) (pid 2185) Compiled application.css (4ms) (pid 2185) Compiled jquery.js (22ms) (pid 2185) Compiled jquery_ujs.js (0ms) (pid 2185) Compiled jquery.tokeninput.js (0ms) (pid 2185) Compiled application.js (36ms) (pid 2185) Completed 200 OK in 121ms (Views: 82.3ms | ActiveRecord: 1.3ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:14:35 +0200 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:14:35 +0200 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:14:35 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:14:35 +0200 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:14:35 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:14:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/categories/token.json?q=w" for 127.0.0.1 at 2012-10-12 13:14:39 +0200 AbstractController::ActionNotFound (The action 'show' could not be found for CategoriesController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1991360950574630941__call__2041765774576432645__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:17:06 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (4.9ms) Rendered categories/new.html.erb within layouts/application (5.8ms) Completed 200 OK in 31ms (Views: 12.1ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:17:07 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:17:07 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:17:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:17:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:17:07 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:17:07 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/token.json?q=d" for 127.0.0.1 at 2012-10-12 13:17:08 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"d"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%d%')[0m Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Connecting to database specified by database.yml Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (22.6ms) Rendered categories/new.html.erb within layouts/application (29.1ms) Compiled token-input-facebook.css (0ms) (pid 4866) Compiled application.css (4ms) (pid 4866) Compiled jquery.js (31ms) (pid 4866) Compiled jquery_ujs.js (0ms) (pid 4866) Compiled jquery.tokeninput.js (0ms) (pid 4866) Compiled application.js (48ms) (pid 4866) Completed 200 OK in 178ms (Views: 115.2ms | ActiveRecord: 3.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Served asset /application.css - 304 Not Modified (7ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Served asset /token-input-facebook.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 13:19:02 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (1ms) Started GET "/categories/token?q=d" for 127.0.0.1 at 2012-10-12 13:19:04 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"d"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%d%')[0m Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started GET "/categories/token?q=n" for 127.0.0.1 at 2012-10-12 13:19:06 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"n"} [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" WHERE (categories.name like '%n%') Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-12 15:53:19 +0200 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/mirrec/.rvm/rubies/ruby-1.9.3-head/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2012-10-12 18:34:02 +0200 Connecting to database specified by database.yml Processing by CategoriesController#index as HTML [1m[36mCategory Load (22.9ms)[0m [1mSELECT "categories".* FROM "categories" [0m Rendered categories/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 203ms (Views: 126.0ms | ActiveRecord: 24.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 18:34:03 +0200 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 18:34:03 +0200 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 18:34:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 18:34:03 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 18:34:03 +0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 18:34:03 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (2ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 18:34:05 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (47.0ms) Rendered categories/new.html.erb within layouts/application (91.4ms) Completed 500 Internal Server Error in 176ms ActionView::Template::Error (uninitialized constant Parent): 5: 6:7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :token_url => token_categories_path %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__3710308626687115792_2179179080' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__3710308626687115792_2179179080' app/views/categories/new.html.erb:2:in `_app_views_categories_new_html_erb___4559839763195524759_2164109640' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) Started GET "/categories/new" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Processing by CategoriesController#new as HTML Rendered categories/_form.html.erb (93.4ms) Rendered categories/new.html.erb within layouts/application (112.4ms) Completed 200 OK in 156ms (Views: 155.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-12 18:37:45 +0200 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/products" for 127.0.0.1 at 2012-10-13 02:00:36 +0200 Connecting to database specified by database.yml Processing by ProductsController#index as HTML Completed 500 Internal Server Error in 44ms ActiveRecord::StatementInvalid (Could not find table 'products'): app/controllers/products_controller.rb:3:in `index' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms) Connecting to database specified by database.yml [1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m Migrating to CreateCategories (20121012100526) Migrating to CreateProducts (20121012235444) [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35m (0.5ms)[0m CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (22.6ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121012235444')[0m [1m[35m (22.4ms)[0m commit transaction Migrating to CreateProductHasCategories (20121012235509) [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35m (0.4ms)[0m CREATE TABLE "product_has_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121012235509')[0m [1m[35m (1.0ms)[0m commit transaction [1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mPRAGMA index_list("categories")[0m [1m[35m (0.0ms)[0m PRAGMA index_list("product_has_categories") [1m[36m (0.0ms)[0m [1mPRAGMA index_list("products")[0m Started GET "/products" for 127.0.0.1 at 2012-10-13 12:08:51 +0200 Connecting to database specified by database.yml Processing by ProductsController#index as HTML [1m[36mProduct Load (21.7ms)[0m [1mSELECT "products".* FROM "products" [0m Rendered products/index.html.erb within layouts/application (2.6ms) Compiled token-input-facebook.css (0ms) (pid 98860) Compiled application.css (6ms) (pid 98860) Compiled jquery.js (5ms) (pid 98860) Compiled jquery_ujs.js (0ms) (pid 98860) Compiled jquery.tokeninput.js (0ms) (pid 98860) Compiled application.js (229ms) (pid 98860) Completed 200 OK in 539ms (Views: 473.1ms | ActiveRecord: 23.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /token-input-facebook.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (1ms) Started GET "/products" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Processing by ProductsController#index as HTML [1m[35mProduct Load (0.1ms)[0m SELECT "products".* FROM "products" Rendered products/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:53 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products/new" for 127.0.0.1 at 2012-10-13 12:08:55 +0200 Processing by ProductsController#new as HTML [1m[36m (10.2ms)[0m [1mSELECT "categories".id FROM "categories" INNER JOIN "product_has_categories" ON "categories"."id" = "product_has_categories"."category_id" WHERE "product_has_categories"."product_id" IS NULL[0m [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "categories" INNER JOIN "product_has_categories" ON "categories"."id" = "product_has_categories"."category_id" WHERE "product_has_categories"."product_id" IS NULL Rendered products/_form.html.erb (168.4ms) Rendered products/new.html.erb within layouts/application (172.1ms) Completed 200 OK in 223ms (Views: 205.9ms | ActiveRecord: 11.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-13 12:08:56 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2012-10-13 12:08:56 +0200 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:56 +0200 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-13 12:08:56 +0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/token?q=p" for 127.0.0.1 at 2012-10-13 12:08:59 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"p"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%p%')[0m Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms) Started GET "/categories/token?q=n" for 127.0.0.1 at 2012-10-13 12:09:01 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"n"} [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE (categories.name like '%n%') Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.2ms) Started GET "/categories/token?q=s" for 127.0.0.1 at 2012-10-13 12:09:04 +0200 Processing by CategoriesController#token as JSON Parameters: {"q"=>"s"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE (categories.name like '%s%')[0m Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms) Started POST "/products" for 127.0.0.1 at 2012-10-13 12:09:06 +0200 Processing by ProductsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1GQQLhbv/PFJeStXdkdDsMY8Vf3jPqlo8ns0NEg/4t0=", "product"=>{"name"=>"hello", "category_ids"=>"1,2"}, "commit"=>"Create Product"} [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" IN (1, 2) [1m[36m (0.0ms)[0m [1mbegin transaction[0m [1m[35mSQL (30.5ms)[0m INSERT INTO "products" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 13 Oct 2012 10:09:06 UTC +00:00], ["name", "hello"], ["updated_at", Sat, 13 Oct 2012 10:09:06 UTC +00:00]] [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "product_has_categories" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Sat, 13 Oct 2012 10:09:06 UTC +00:00], ["product_id", 1], ["updated_at", Sat, 13 Oct 2012 10:09:06 UTC +00:00]] [1m[35mSQL (0.3ms)[0m INSERT INTO "product_has_categories" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 2], ["created_at", Sat, 13 Oct 2012 10:09:06 UTC +00:00], ["product_id", 1], ["updated_at", Sat, 13 Oct 2012 10:09:06 UTC +00:00]] [1m[36m (1.5ms)[0m [1mcommit transaction[0m Redirected to http://localhost:3000/products Completed 302 Found in 51ms (ActiveRecord: 33.0ms) Started GET "/products" for 127.0.0.1 at 2012-10-13 12:09:06 +0200 Processing by ProductsController#index as HTML [1m[35mProduct Load (0.2ms)[0m SELECT "products".* FROM "products" Rendered products/index.html.erb within layouts/application (43.9ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (undefined method `parent_ids' for #7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => token_categories_path %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb__1115790777164960122_70364913326800' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb__1115790777164960122_70364913326800' app/views/categories/edit.html.erb:2:in `_app_views_categories_edit_html_erb__736796483781219419_70364884472540' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/categories/2/edit" for 127.0.0.1 at 2015-10-26 17:43:44 +0100 Connecting to database specified by database.yml Processing by CategoriesController#edit as HTML Parameters: {"id"=>"2"} [1m[36mCategory Load (0.3ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 1 LIMIT 1 Rendered categories/_form.html.erb (132.0ms) Rendered categories/edit.html.erb within layouts/application (138.0ms) Compiled token-input-facebook.css (0ms) (pid 35072) Compiled application.css (4ms) (pid 35072) Completed 200 OK in 249ms (Views: 195.6ms | ActiveRecord: 22.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:43:45 +0100 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:43:45 +0100 Served asset /token-input-facebook.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:43:45 +0100 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:43:45 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:43:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:43:45 +0100 Served asset /application.js - 304 Not Modified (6ms) Started GET "/categories/2/edit" for 127.0.0.1 at 2015-10-26 17:44:52 +0100 Processing by CategoriesController#edit as HTML Parameters: {"id"=>"2"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 1 LIMIT 1 Rendered categories/_form.html.erb (9.8ms) Rendered categories/edit.html.erb within layouts/application (10.4ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.3ms) Started GET "/categories/2/edit" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Processing by CategoriesController#edit as HTML Parameters: {"id"=>"2"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 1 LIMIT 1 Rendered categories/_form.html.erb (4.7ms) Rendered categories/edit.html.erb within layouts/application (5.4ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:44:53 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/categories/2/edit" for 127.0.0.1 at 2015-10-26 17:44:59 +0100 Connecting to database specified by database.yml Processing by CategoriesController#edit as HTML Parameters: {"id"=>"2"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 1 LIMIT 1 Rendered categories/_form.html.erb (139.3ms) Rendered categories/edit.html.erb within layouts/application (144.6ms) Completed 500 Internal Server Error in 201ms ActionView::Template::Error (undefined method `map' for "[{\"id\":1,\"name\":\"nova\"}]":String): 5: 6:7: <%= f.label :parent_id %> 8: <%= f.token_field :parent_id, :model => :category, :token_url => token_categories_path %> 9:
10: <%= f.submit %> 11: <% end %> app/views/categories/_form.html.erb:8:in `block in _app_views_categories__form_html_erb___3309664555696985273_70226908886980' app/views/categories/_form.html.erb:1:in `_app_views_categories__form_html_erb___3309664555696985273_70226908886980' app/views/categories/edit.html.erb:2:in `_app_views_categories_edit_html_erb___1827947886513484723_70226908630160' Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/mirrec/.rvm/gems/ruby-1.9.3-head@wowbox/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/categories/2/edit" for 127.0.0.1 at 2015-10-26 17:45:23 +0100 Connecting to database specified by database.yml Processing by CategoriesController#edit as HTML Parameters: {"id"=>"2"} [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 1 LIMIT 1 Rendered categories/_form.html.erb (110.7ms) Rendered categories/edit.html.erb within layouts/application (116.3ms) Completed 200 OK in 205ms (Views: 159.0ms | ActiveRecord: 19.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:24 +0100 Served asset /application.css - 304 Not Modified (7ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:24 +0100 Served asset /token-input-facebook.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:24 +0100 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:24 +0100 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:24 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:24 +0100 Served asset /application.js - 304 Not Modified (42ms) Started PUT "/categories/2" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Processing by CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qUvOWnNKVcs+tuQzWQx3KoA8LNUX7dIY9OY+CMWvRIg=", "category"=>{"name"=>"sub", "parent_id"=>"1"}, "commit"=>"Update Category", "id"=>"2"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.0ms)[0m [1mcommit transaction[0m Redirected to http://localhost:3000/categories Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/categories" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Processing by CategoriesController#index as HTML [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" Rendered categories/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:26 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/categories/3/edit" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Processing by CategoriesController#edit as HTML Parameters: {"id"=>"3"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "3"]] [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 2 LIMIT 1 Rendered categories/_form.html.erb (4.5ms) Rendered categories/edit.html.erb within layouts/application (5.4ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:28 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started PUT "/categories/3" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Processing by CategoriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qUvOWnNKVcs+tuQzWQx3KoA8LNUX7dIY9OY+CMWvRIg=", "category"=>{"name"=>"sub sub", "parent_id"=>"2"}, "commit"=>"Update Category", "id"=>"3"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "3"]] [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.0ms)[0m [1mcommit transaction[0m Redirected to http://localhost:3000/categories Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/categories" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Processing by CategoriesController#index as HTML [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" Rendered categories/index.html.erb within layouts/application (1.4ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:29 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/categories/3/edit" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Processing by CategoriesController#edit as HTML Parameters: {"id"=>"3"} [1m[36mCategory Load (0.1ms)[0m [1mSELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1[0m [["id", "3"]] [1m[35mCategory Load (0.1ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 2 LIMIT 1 Rendered categories/_form.html.erb (3.4ms) Rendered categories/edit.html.erb within layouts/application (4.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:30 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/categories" for 127.0.0.1 at 2015-10-26 17:45:44 +0100 Processing by CategoriesController#index as HTML [1m[36mCategory Load (0.2ms)[0m [1mSELECT "categories".* FROM "categories" [0m Rendered categories/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:45 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:45 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:45 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:45 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:45 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/items" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Processing by ItemsController#index as HTML [1m[35mItem Load (0.1ms)[0m SELECT "items".* FROM "items" Rendered items/index.html.erb within layouts/application (1.9ms) Completed 200 OK in 13ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:48 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/items/1/edit" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Processing by ItemsController#edit as HTML Parameters: {"id"=>"1"} [1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" WHERE "items"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35mCategory Load (0.2ms)[0m SELECT "categories".* FROM "categories" WHERE "categories"."id" = 1 LIMIT 1 Rendered items/_form.html.erb (65.4ms) Rendered items/edit.html.erb within layouts/application (66.5ms) Completed 200 OK in 72ms (Views: 70.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:50 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/items/1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Processing by ItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qUvOWnNKVcs+tuQzWQx3KoA8LNUX7dIY9OY+CMWvRIg=", "item"=>{"name"=>"polozka", "category_id"=>"1"}, "commit"=>"Update Item", "id"=>"1"} [1m[36mItem Load (0.1ms)[0m [1mSELECT "items".* FROM "items" WHERE "items"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.1ms)[0m [1mcommit transaction[0m Redirected to http://localhost:3000/items Completed 302 Found in 5ms (ActiveRecord: 0.3ms) Started GET "/items" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Processing by ItemsController#index as HTML [1m[35mItem Load (0.1ms)[0m SELECT "items".* FROM "items" Rendered items/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/token-input-facebook.css?body=1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Served asset /token-input-facebook.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.tokeninput.js?body=1" for 127.0.0.1 at 2015-10-26 17:45:52 +0100 Served asset /jquery.tokeninput.js - 304 Not Modified (0ms) DEPRECATION WARNING: You didn't set `secret_key_base`. Read the upgrade documentation to learn more about this new config option. (called from service at /Users/mirrec/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138) Started GET "/" for ::1 at 2015-10-27 12:52:29 +0100 NoMethodError (undefined method `auto_explain_threshold_in_seconds=' for #