Started GET "/" for 192.168.0.37 at 2012-04-07 14:21:12 +0200 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.5ms) Started GET "/" for 192.168.0.37 at 2012-04-07 14:25:35 +0200 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.4ms)  (2.7ms) select sqlite_version(*)  (30.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (15.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to EcmCmsCoreCreateFolders (20120407122917)  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to EcmCmsCoreCreateFolders (20120407122917)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to EcmCmsCoreCreateFolders (20120407122917)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to EcmCmsCoreCreateFolders (20120407122917)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateEcmCmsCoreFolders (20120407122917)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (1.7ms) CREATE TABLE "ecm_cms_core_folders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "basename" varchar(255), "pathname" varchar(255), "lft" integer, "rgt" integer, "depth" integer, "children_count" integer DEFAULT 0, "templates_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407122917')  (41.8ms) commit transaction Migrating to CreateEcmCmsCoreTemplates (20120407122918)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "ecm_cms_core_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "folder_id" integer, "pathname" varchar(255), "basename" varchar(255), "title" varchar(255), "meta_description" text, "body" text, "layout" varchar(255), "locale" varchar(255), "format" varchar(255), "handler" varchar(255), "partial" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (10.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407122918')  (25.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) PRAGMA index_list("ecm_cms_core_folders")  (0.0ms) PRAGMA index_list("ecm_cms_core_templates") Started GET "/" for 192.168.0.37 at 2012-04-07 14:34:10 +0200 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (31.0ms) Started GET "/admin" for 192.168.0.37 at 2012-04-07 14:34:13 +0200 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateEcmCmsCoreFolders (20120407122917) Migrating to CreateEcmCmsCoreTemplates (20120407122918) Migrating to DeviseCreateAdminUsers (20120407123948)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (12.2ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) AdminUser Exists (0.3ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 AdminUser Exists (0.8ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (12.1ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Apr 2012 12:47:02 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@example.com"], ["encrypted_password", "$2a$10$4h13Tje9eAc4PeVXS9o4iOilikuJ6RbEpXRDnGrnzdl3uhT2UqCjC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sat, 07 Apr 2012 12:47:02 UTC +00:00]]  (0.1ms) PRAGMA index_list("admin_users")  (0.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407123948')  (56.5ms) commit transaction Migrating to CreateAdminNotes (20120407143959)  (0.1ms) begin transaction  (1.1ms) CREATE TABLE "admin_notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "admin_user_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("admin_notes")  (0.5ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "admin_notes" ("resource_type", "resource_id")  (0.1ms) PRAGMA index_list("admin_notes")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (3.0ms) CREATE INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id" ON "admin_notes" ("admin_user_type", "admin_user_id")  (12.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407143959')  (31.2ms) commit transaction Migrating to MoveAdminNotesToComments (20120407144000)  (0.1ms) begin transaction  (0.2ms) PRAGMA index_list("admin_notes")  (0.1ms) PRAGMA index_info('index_admin_notes_on_admin_user_type_and_admin_user_id')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (17.9ms) DROP INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id"  (0.3ms) ALTER TABLE "admin_notes" RENAME TO "active_admin_comments"  (0.6ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (13.6ms) DROP TABLE "active_admin_comments"  (0.1ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (0.4ms) DROP TABLE "altered_active_admin_comments"  (0.2ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (0.3ms) DROP TABLE "active_admin_comments"  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.2ms) SELECT * FROM "altered_active_admin_comments"  (0.2ms) DROP TABLE "altered_active_admin_comments"  (0.2ms) ALTER TABLE "active_admin_comments" ADD "namespace" varchar(255)  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) UPDATE active_admin_comments SET namespace='admin'  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407144000')  (29.3ms) commit transaction Migrating to AddDeviseToAdminUsers (20120407144001)  (0.1ms) begin transaction  (0.2ms) ALTER TABLE "admin_users" ADD "email" varchar(255) DEFAULT '' NOT NULL SQLite3::SQLException: duplicate column name: email: ALTER TABLE "admin_users" ADD "email" varchar(255) DEFAULT '' NOT NULL  (4.8ms) rollback transaction  (0.2ms) select sqlite_version(*)  (26.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (13.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateEcmCmsCoreFolders (20120407122917)  (0.0ms) begin transaction  (12.3ms) CREATE TABLE "ecm_cms_core_folders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "basename" varchar(255), "pathname" varchar(255), "lft" integer, "rgt" integer, "depth" integer, "children_count" integer DEFAULT 0, "templates_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407122917')  (27.3ms) commit transaction Migrating to CreateEcmCmsCoreTemplates (20120407122918)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "ecm_cms_core_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "folder_id" integer, "pathname" varchar(255), "basename" varchar(255), "title" varchar(255), "meta_description" text, "body" text, "layout" varchar(255), "locale" varchar(255), "format" varchar(255), "handler" varchar(255), "partial" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407122918')  (19.8ms) commit transaction Migrating to DeviseCreateAdminUsers (20120407123948)  (0.1ms) begin transaction  (11.7ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  AdminUser Exists (0.5ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 AdminUser Exists (0.1ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (9.1ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Apr 2012 12:47:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@example.com"], ["encrypted_password", "$2a$10$y8mgBurEculsE72eYogq7eM1XDhIbqfhpY5zzOSmcOd0hTJ9BTtdC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sat, 07 Apr 2012 12:47:31 UTC +00:00]]  (0.1ms) PRAGMA index_list("admin_users")  (0.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407123948')  (33.3ms) commit transaction Migrating to CreateAdminNotes (20120407143959)  (0.1ms) begin transaction  (1.0ms) CREATE TABLE "admin_notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "admin_user_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_notes")  (0.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "admin_notes" ("resource_type", "resource_id")  (0.2ms) PRAGMA index_list("admin_notes")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.4ms) CREATE INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id" ON "admin_notes" ("admin_user_type", "admin_user_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407143959')  (40.9ms) commit transaction Migrating to MoveAdminNotesToComments (20120407144000)  (0.1ms) begin transaction  (0.1ms) PRAGMA index_list("admin_notes")  (0.0ms) PRAGMA index_info('index_admin_notes_on_admin_user_type_and_admin_user_id')  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (8.6ms) DROP INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id"  (0.4ms) ALTER TABLE "admin_notes" RENAME TO "active_admin_comments"  (2.4ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.2ms) SELECT * FROM "active_admin_comments"  (1.5ms) DROP TABLE "active_admin_comments"  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (0.3ms) DROP TABLE "altered_active_admin_comments"  (0.2ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (0.3ms) DROP TABLE "active_admin_comments"  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (1.1ms) DROP TABLE "altered_active_admin_comments"  (0.2ms) ALTER TABLE "active_admin_comments" ADD "namespace" varchar(255)  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.7ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) UPDATE active_admin_comments SET namespace='admin'  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407144000')  (29.8ms) commit transaction Migrating to AddDeviseToAdminUsers (20120407144001)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "admin_users" ADD "email" varchar(255) DEFAULT '' NOT NULL SQLite3::SQLException: duplicate column name: email: ALTER TABLE "admin_users" ADD "email" varchar(255) DEFAULT '' NOT NULL  (0.1ms) rollback transaction  (0.2ms) select sqlite_version(*)  (31.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (14.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateEcmCmsCoreFolders (20120407122917)  (0.0ms) begin transaction  (1.7ms) CREATE TABLE "ecm_cms_core_folders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "basename" varchar(255), "pathname" varchar(255), "lft" integer, "rgt" integer, "depth" integer, "children_count" integer DEFAULT 0, "templates_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407122917')  (31.5ms) commit transaction Migrating to CreateEcmCmsCoreTemplates (20120407122918)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "ecm_cms_core_templates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "folder_id" integer, "pathname" varchar(255), "basename" varchar(255), "title" varchar(255), "meta_description" text, "body" text, "layout" varchar(255), "locale" varchar(255), "format" varchar(255), "handler" varchar(255), "partial" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407122918')  (17.3ms) commit transaction Migrating to DeviseCreateAdminUsers (20120407123948)  (0.1ms) begin transaction  (1.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  AdminUser Exists (0.2ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 AdminUser Exists (0.1ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (6.5ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Apr 2012 12:48:49 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@example.com"], ["encrypted_password", "$2a$10$ie9yE9X5EV0RVoTGwMCuIOlBk8WHNvl1OTkUnuiDAwBYjcEFvzP9G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sat, 07 Apr 2012 12:48:49 UTC +00:00]]  (0.1ms) PRAGMA index_list("admin_users")  (0.6ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.1ms) PRAGMA index_info('index_admin_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407123948')  (32.2ms) commit transaction Migrating to CreateAdminNotes (20120407143959)  (0.1ms) begin transaction  (2.3ms) CREATE TABLE "admin_notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "admin_user_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("admin_notes")  (0.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "admin_notes" ("resource_type", "resource_id")  (0.1ms) PRAGMA index_list("admin_notes")  (8.4ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.5ms) CREATE INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id" ON "admin_notes" ("admin_user_type", "admin_user_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407143959')  (57.1ms) commit transaction Migrating to MoveAdminNotesToComments (20120407144000)  (0.1ms) begin transaction  (0.0ms) PRAGMA index_list("admin_notes")  (0.0ms) PRAGMA index_info('index_admin_notes_on_admin_user_type_and_admin_user_id')  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.9ms) DROP INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id"  (0.4ms) ALTER TABLE "admin_notes" RENAME TO "active_admin_comments"  (0.9ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (11.5ms) DROP TABLE "active_admin_comments"  (0.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.1ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (6.3ms) DROP TABLE "altered_active_admin_comments"  (0.3ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.4ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (0.4ms) DROP TABLE "active_admin_comments"  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.2ms) SELECT * FROM "altered_active_admin_comments"  (0.2ms) DROP TABLE "altered_active_admin_comments"  (0.4ms) ALTER TABLE "active_admin_comments" ADD "namespace" varchar(255)  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (6.4ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) UPDATE active_admin_comments SET namespace='admin'  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407144000')  (27.7ms) commit transaction  (0.8ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("admin_users")  (0.1ms) PRAGMA index_info('index_admin_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.1ms) PRAGMA index_list("ecm_cms_core_folders")  (0.0ms) PRAGMA index_list("ecm_cms_core_templates") Started GET "/admin" for 192.168.0.37 at 2012-04-07 14:49:24 +0200 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (33.6ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Started GET "/admin" for 192.168.0.37 at 2012-04-07 14:51:55 +0200 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 2ms Started GET "/admin/login" for 192.168.0.37 at 2012-04-07 14:51:55 +0200 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/devise/shared/_links.erb (1.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (485.2ms) Compiled active_admin/print.css (315ms) (pid 20424) Completed 200 OK in 948ms (Views: 928.6ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css" for 192.168.0.37 at 2012-04-07 14:51:56 +0200 Served asset /active_admin.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 14:51:56 +0200 Served asset /active_admin/print.css - 200 OK (4ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 14:51:56 +0200 Served asset /active_admin.js - 404 Not Found (11ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.0ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Started GET "/admin/login" for 192.168.0.37 at 2012-04-07 14:53:45 +0200 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/devise/shared/_links.erb (1.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (493.7ms) Compiled active_admin.css (2331ms) (pid 20464) Compiled jquery.js (3ms) (pid 20464) Compiled jquery-ui.js (5ms) (pid 20464) Compiled jquery_ujs.js (0ms) (pid 20464) Compiled active_admin/application.js (0ms) (pid 20464) Compiled active_admin/base.js (132ms) (pid 20464) Compiled active_admin.js (194ms) (pid 20464) Completed 200 OK in 3332ms (Views: 3259.6ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /active_admin.css - 200 OK (46ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /active_admin/print.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /jquery.js - 200 OK (31ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /jquery-ui.js - 200 OK (48ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /active_admin/application.js - 304 Not Modified (72ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /active_admin/base.js - 304 Not Modified (37ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-04-07 14:53:49 +0200 Served asset /active_admin.js - 304 Not Modified (53ms) Started POST "/admin/login" for 192.168.0.37 at 2012-04-07 14:53:51 +0200 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (1.7ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-04-07 12:53:51.497103', "current_sign_in_at" = '2012-04-07 12:53:51.497103', "last_sign_in_ip" = '192.168.0.37', "current_sign_in_ip" = '192.168.0.37', "sign_in_count" = 1, "updated_at" = '2012-04-07 12:53:51.498034' WHERE "admin_users"."id" = 1  (22.0ms) commit transaction Redirected to http://robo-development.local:3000/admin Completed 302 Found in 368ms (ActiveRecord: 0.0ms) Started GET "/admin" for 192.168.0.37 at 2012-04-07 14:53:51 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/dashboard/index.html.arb (16.5ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 14:53:51 +0200 Served asset /active_admin.css - 304 Not Modified (26ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 14:53:52 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 14:53:52 +0200 Served asset /active_admin.js - 200 OK (0ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateEcmCmsCoreFolders (20120407122917) Migrating to CreateEcmCmsCoreTemplates (20120407122918) Migrating to DeviseCreateAdminUsers (20120407123948) Migrating to CreateEcmCmsNavigationNavigations (20120407125430)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (1.3ms) CREATE TABLE "navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407125430')  (38.8ms) commit transaction Migrating to CreateEcmCmsNavigationNavigationItems (20120407125431)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "name" varchar(255), "url" varchar(255), "options" varchar(255), "navigation_id" integer, "parent_id" integer, "lft" integer, "rgt" integer, "children_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407125431')  (24.8ms) commit transaction Migrating to CreateAdminNotes (20120407143959) Migrating to MoveAdminNotesToComments (20120407144000)  (2.7ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.0ms) PRAGMA index_list("ecm_cms_core_folders")  (0.0ms) PRAGMA index_list("ecm_cms_core_templates")  (0.0ms) PRAGMA index_list("navigation_items")  (0.0ms) PRAGMA index_list("navigations") DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Started GET "/admin" for 192.168.0.37 at 2012-04-07 14:59:11 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/dashboard/index.html.arb (172.8ms) Completed 200 OK in 472ms (Views: 329.9ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 14:59:12 +0200 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 14:59:12 +0200 Served asset /active_admin/print.css - 304 Not Modified (15ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 14:59:12 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (42ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (50.5ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 14:59:12 +0200 Served asset /active_admin.js - 304 Not Modified (153ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Started GET "/admin" for 192.168.0.37 at 2012-04-07 15:01:03 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/dashboard/index.html.arb (105.0ms) Completed 200 OK in 266ms (Views: 203.4ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:01:04 +0200 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:01:04 +0200 Served asset /active_admin/print.css - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:01:04 +0200 Served asset /active_admin.js - 304 Not Modified (127ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:01:04 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (34ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (48.8ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:01:17 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (579.1ms) Completed 200 OK in 619ms (Views: 582.9ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:01:18 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:01:18 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:01:18 +0200 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:01:18 +0200 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:01:19 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (8ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:01:20 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (239.2ms) Completed 500 Internal Server Error in 246ms ActionView::Template::Error (uninitialized constant Ecm::CmsNavigation::NavigationItem::EcmCmsNavigationNavigation): 1: insert_tag renderer_for(:index) activerecord (3.2.3) lib/active_record/inheritance.rb:119:in `compute_type' activerecord (3.2.3) lib/active_record/reflection.rb:172:in `klass' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:91:in `collection_from_association' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:46:in `raw_collection' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:51:in `collection' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:157:in `select_html' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:152:in `block in to_html' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/inputs/filter_base.rb:8:in `input_wrapping' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:149:in `to_html' formtastic (2.1.1) lib/formtastic/helpers/input_helper.rb:258:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `block in input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:118:in `with_new_form_buffer' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/filter_form_builder.rb:10:in `filter' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:19:in `block (2 levels) in active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `block in active_admin_filters_form_for' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:606:in `fields_for' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:377:in `form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:15:in `active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:45:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource/sidebars.rb:33:in `block in add_default_sidebar_sections' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:12:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `sidebar_section' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `collect' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:59:in `build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:41:in `block (2 levels) in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:38:in `block in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:37:in `build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:10:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:41:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____prelog_coaching_de_bundler_gems_active_admin_______c______app_views_active_admin_resource_index_html_arb___92034811_85530450' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.6.5) lib/responders/flash_responder.rb:93:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:7:in `index' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__1002583143__process_action__461119374__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__76283795__call__623975111__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (9.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (78.6ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:03:09 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (87.5ms) Completed 500 Internal Server Error in 97ms ActionView::Template::Error (uninitialized constant Ecm::CmsNavigation::NavigationItem::EcmCmsNavigationNavigation): 1: insert_tag renderer_for(:index) activerecord (3.2.3) lib/active_record/inheritance.rb:119:in `compute_type' activerecord (3.2.3) lib/active_record/reflection.rb:172:in `klass' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:91:in `collection_from_association' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:46:in `raw_collection' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:51:in `collection' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:157:in `select_html' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:152:in `block in to_html' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/inputs/filter_base.rb:8:in `input_wrapping' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:149:in `to_html' formtastic (2.1.1) lib/formtastic/helpers/input_helper.rb:258:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `block in input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:118:in `with_new_form_buffer' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/filter_form_builder.rb:10:in `filter' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:19:in `block (2 levels) in active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `block in active_admin_filters_form_for' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:606:in `fields_for' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:377:in `form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:15:in `active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:45:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource/sidebars.rb:33:in `block in add_default_sidebar_sections' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:12:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `sidebar_section' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `collect' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:59:in `build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:41:in `block (2 levels) in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:38:in `block in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:37:in `build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:10:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:41:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____prelog_coaching_de_bundler_gems_active_admin_______c______app_views_active_admin_resource_index_html_arb___92034811_85530450' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.6.5) lib/responders/flash_responder.rb:93:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:7:in `index' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__1002583143__process_action__461119374__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__76283795__call__623975111__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (62.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (75.9ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:06:41 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (558.6ms) Completed 500 Internal Server Error in 715ms ActionView::Template::Error (uninitialized constant Ecm::CmsNavigation::NavigationItem::EcmCmsNavigationNavigation): 1: insert_tag renderer_for(:index) activerecord (3.2.3) lib/active_record/inheritance.rb:119:in `compute_type' activerecord (3.2.3) lib/active_record/reflection.rb:172:in `klass' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:91:in `collection_from_association' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:46:in `raw_collection' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:51:in `collection' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:157:in `select_html' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:152:in `block in to_html' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/inputs/filter_base.rb:8:in `input_wrapping' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:149:in `to_html' formtastic (2.1.1) lib/formtastic/helpers/input_helper.rb:258:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `block in input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:118:in `with_new_form_buffer' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/filter_form_builder.rb:10:in `filter' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:19:in `block (2 levels) in active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `block in active_admin_filters_form_for' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:606:in `fields_for' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:377:in `form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:15:in `active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:45:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource/sidebars.rb:33:in `block in add_default_sidebar_sections' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:12:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `sidebar_section' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `collect' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:59:in `build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:41:in `block (2 levels) in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:38:in `block in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:37:in `build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:10:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:41:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____prelog_coaching_de_bundler_gems_active_admin_______c______app_views_active_admin_resource_index_html_arb___529181690_92854260' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.6.5) lib/responders/flash_responder.rb:93:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:7:in `index' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__334441194__process_action__596209852__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__310455237__call__573167539__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (9.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.6ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:06:58 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (70.3ms) Completed 500 Internal Server Error in 150ms ActionView::Template::Error (uninitialized constant Ecm::CmsNavigation::NavigationItem::EcmCmsNavigationNavigation): 1: insert_tag renderer_for(:index) activerecord (3.2.3) lib/active_record/inheritance.rb:119:in `compute_type' activerecord (3.2.3) lib/active_record/reflection.rb:172:in `klass' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:91:in `collection_from_association' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:46:in `raw_collection' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:51:in `collection' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:157:in `select_html' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:152:in `block in to_html' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/inputs/filter_base.rb:8:in `input_wrapping' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:149:in `to_html' formtastic (2.1.1) lib/formtastic/helpers/input_helper.rb:258:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `block in input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:118:in `with_new_form_buffer' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/filter_form_builder.rb:10:in `filter' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:19:in `block (2 levels) in active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `block in active_admin_filters_form_for' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:606:in `fields_for' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:377:in `form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:15:in `active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:45:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource/sidebars.rb:33:in `block in add_default_sidebar_sections' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:12:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `sidebar_section' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `collect' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:59:in `build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:41:in `block (2 levels) in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:38:in `block in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:37:in `build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:10:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:41:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____prelog_coaching_de_bundler_gems_active_admin_______c______app_views_active_admin_resource_index_html_arb___529181690_92854260' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.6.5) lib/responders/flash_responder.rb:93:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:7:in `index' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__334441194__process_action__596209852__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__310455237__call__573167539__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:07:13 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (132.5ms) Completed 500 Internal Server Error in 163ms ActionView::Template::Error (uninitialized constant Ecm::CmsNavigation::NavigationItem::EcmCmsNavigationNavigation): 1: insert_tag renderer_for(:index) activerecord (3.2.3) lib/active_record/inheritance.rb:119:in `compute_type' activerecord (3.2.3) lib/active_record/reflection.rb:172:in `klass' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:91:in `collection_from_association' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:46:in `raw_collection' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:51:in `collection' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:157:in `select_html' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:152:in `block in to_html' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/inputs/filter_base.rb:8:in `input_wrapping' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:149:in `to_html' formtastic (2.1.1) lib/formtastic/helpers/input_helper.rb:258:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `block in input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:118:in `with_new_form_buffer' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/filter_form_builder.rb:10:in `filter' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:19:in `block (2 levels) in active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `block in active_admin_filters_form_for' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:606:in `fields_for' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:377:in `form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:15:in `active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:45:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource/sidebars.rb:33:in `block in add_default_sidebar_sections' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:12:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `sidebar_section' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `collect' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:59:in `build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:41:in `block (2 levels) in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:38:in `block in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:37:in `build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:10:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:41:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____prelog_coaching_de_bundler_gems_active_admin_______c______app_views_active_admin_resource_index_html_arb___529181690_92854260' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.6.5) lib/responders/flash_responder.rb:93:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:7:in `index' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__334441194__process_action__596209852__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__310455237__call__573167539__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (21.1ms) Started GET "/admin/ecm_cms_core_templates" for 192.168.0.37 at 2012-04-07 15:07:18 +0200 Processing by Admin::EcmCmsCoreTemplatesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_templates" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates"   (0.2ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 'f')  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 't') Ecm::CmsCore::Template Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_templates" LIMIT 1 OFFSET 0 Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (595.8ms) Completed 200 OK in 649ms (Views: 598.9ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:07:19 +0200 Served asset /active_admin.js - 304 Not Modified (45ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:07:19 +0200 Served asset /active_admin.css - 304 Not Modified (130ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:07:19 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:07:19 +0200 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:07:20 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:07:22 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (157.6ms) Completed 200 OK in 165ms (Views: 160.6ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:07:22 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:07:22 +0200 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:07:22 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (34ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:07:22 +0200 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:07:23 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:07:25 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.3ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (108.7ms) Completed 500 Internal Server Error in 114ms ActionView::Template::Error (uninitialized constant Ecm::CmsNavigation::NavigationItem::EcmCmsNavigationNavigation): 1: insert_tag renderer_for(:index) activerecord (3.2.3) lib/active_record/inheritance.rb:119:in `compute_type' activerecord (3.2.3) lib/active_record/reflection.rb:172:in `klass' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:91:in `collection_from_association' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:46:in `raw_collection' formtastic (2.1.1) lib/formtastic/inputs/base/collections.rb:51:in `collection' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:157:in `select_html' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:152:in `block in to_html' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/inputs/filter_base.rb:8:in `input_wrapping' formtastic (2.1.1) lib/formtastic/inputs/select_input.rb:149:in `to_html' formtastic (2.1.1) lib/formtastic/helpers/input_helper.rb:258:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `block in input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:118:in `with_new_form_buffer' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:22:in `input' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/filter_form_builder.rb:10:in `filter' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:19:in `block (2 levels) in active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:16:in `block in active_admin_filters_form_for' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:606:in `fields_for' actionpack (3.2.3) lib/action_view/helpers/form_helper.rb:377:in `form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/view_helpers/filter_form_helper.rb:15:in `active_admin_filters_form_for' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:45:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource/sidebars.rb:33:in `block in add_default_sidebar_sections' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/components/sidebar_section.rb:12:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `sidebar_section' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `collect' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:59:in `build_page_content' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:41:in `block (2 levels) in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:68:in `block in build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:67:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/html/element.rb:17:in `div' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:38:in `block in build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:37:in `build_page' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/views/pages/base.rb:10:in `build' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:63:in `build_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:77:in `insert_tag' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/arbre/builder.rb:41:in `method_missing' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____prelog_coaching_de_bundler_gems_active_admin_______c______app_views_active_admin_resource_index_html_arb___529181690_92854260' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.6.5) lib/responders/flash_responder.rb:93:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:7:in `index' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__334441194__process_action__596209852__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__310455237__call__573167539__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (8.9ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.4ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:08:02 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (439.2ms) Completed 200 OK in 467ms (Views: 441.8ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:08:03 +0200 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:08:03 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:08:03 +0200 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:08:03 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (14ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:08:04 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:08:20 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.4ms) SELECT 1 FROM "navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (164.0ms) Completed 200 OK in 192ms (Views: 167.3ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:08:20 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (54ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:08:20 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:08:20 +0200 Served asset /active_admin.css - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:08:20 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:08:21 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations/new" for 192.168.0.37 at 2012-04-07 15:08:22 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (125.0ms) Completed 200 OK in 136ms (Views: 128.3ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:08:22 +0200 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:08:22 +0200 Served asset /active_admin.css - 304 Not Modified (86ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:08:22 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:08:22 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:08:29 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "ecm_cms_navigation_navigation"=>{"locale"=>"de", "name"=>"main"}, "commit"=>"Navigation erstellen"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: locale, name): activemodel (3.2.3) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.3) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.3) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.3) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.3) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.3) lib/active_record/base.rb:498:in `initialize' inherited_resources (1.3.0) lib/inherited_resources/base_helpers.rb:52:in `new' inherited_resources (1.3.0) lib/inherited_resources/base_helpers.rb:52:in `build_resource' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/callbacks.rb:15:in `build_resource' inherited_resources (1.3.0) lib/inherited_resources/actions.rb:31:in `create' /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/resource_controller/actions.rb:48:in `create' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__178086376__process_action__94179023__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.1.1) lib/warden/manager.rb:35:in `block in call' warden (1.1.1) lib/warden/manager.rb:34:in `catch' warden (1.1.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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:35:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__310455237__call__573167539__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.4ms) Started POST "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:08:58 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "ecm_cms_navigation_navigation"=>{"locale"=>"de", "name"=>"main"}, "commit"=>"Navigation erstellen"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction Ecm::CmsNavigation::Navigation Exists (2.1ms) SELECT 1 FROM "navigations" WHERE ("navigations"."name" = 'main' AND "navigations"."locale" = 'de') LIMIT 1 SQL (6.3ms) INSERT INTO "navigations" ("created_at", "locale", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Apr 2012 13:08:58 UTC +00:00], ["locale", "de"], ["name", "main"], ["updated_at", Sat, 07 Apr 2012 13:08:58 UTC +00:00]]  (24.3ms) commit transaction Redirected to http://robo-development.local:3000/admin/ecm_cms_navigation_navigations/1 Completed 302 Found in 158ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_navigation_navigations/1" for 192.168.0.37 at 2012-04-07 15:08:58 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (41.7ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (undefined method `navigation_items' for #): 1: insert_tag renderer_for(:show) app/admin/ecm/cms_navigation/navigations.rb:26:in `block (3 levels) in ' app/admin/ecm/cms_navigation/navigations.rb:25:in `block (2 levels) in ' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.9ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.1ms) Started GET "/admin/ecm_cms_navigation_navigations/1" for 192.168.0.37 at 2012-04-07 15:09:59 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (97.4ms) Completed 500 Internal Server Error in 131ms ActionView::Template::Error (undefined method `has_ecm_cms_navigation_navigation_items?' for #): 1: insert_tag renderer_for(:show) app/admin/ecm/cms_navigation/navigations.rb:26:in `block (3 levels) in ' app/admin/ecm/cms_navigation/navigations.rb:25:in `block (2 levels) in ' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.7ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.2ms) Started GET "/admin/ecm_cms_navigation_navigations/1" for 192.168.0.37 at 2012-04-07 15:10:24 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (1.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (174.8ms) Completed 200 OK in 210ms (Views: 178.8ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:10:25 +0200 Served asset /active_admin.css - 304 Not Modified (69ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:10:25 +0200 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:10:25 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (19ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:10:25 +0200 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:10:27 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (366.0ms) Completed 200 OK in 378ms (Views: 372.5ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:10:28 +0200 Served asset /active_admin.css - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:10:28 +0200 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:10:28 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:10:28 +0200 Served asset /active_admin/print.css - 304 Not Modified (16ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:10:28 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/new" for 192.168.0.37 at 2012-04-07 15:10:29 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations"  Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (308.4ms) Completed 200 OK in 393ms (Views: 311.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:10:30 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:10:30 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:10:30 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:10:30 +0200 Served asset /active_admin.css - 304 Not Modified (93ms) Started GET "/admin/ecm_cms_navigation_navigation_items/new" for 192.168.0.37 at 2012-04-07 15:10:59 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (182.0ms) Completed 200 OK in 227ms (Views: 185.0ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:11:00 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:11:00 +0200 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:11:00 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (28ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:11:00 +0200 Served asset /active_admin.css - 304 Not Modified (26ms) Started POST "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:11:18 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "ecm_cms_navigation_navigation_item"=>{"navigation_id"=>"1", "parent_id"=>"", "name"=>"Home", "url"=>"root_path", "key"=>"home", "options"=>""}, "commit"=>"Navigationspunkt erstellen"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (1.8ms) begin transaction Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 ORDER BY "rgt" desc LIMIT 1 SQL (2.4ms) INSERT INTO "navigation_items" ("children_count", "created_at", "key", "lft", "name", "navigation_id", "options", "parent_id", "rgt", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["children_count", nil], ["created_at", Sat, 07 Apr 2012 13:11:18 UTC +00:00], ["key", "home"], ["lft", 1], ["name", "Home"], ["navigation_id", 1], ["options", ""], ["parent_id", nil], ["rgt", 2], ["updated_at", Sat, 07 Apr 2012 13:11:18 UTC +00:00], ["url", "root_path"]] Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."parent_id" = 1 ORDER BY navigation_id, lft, lft  (25.1ms) commit transaction Redirected to http://robo-development.local:3000/admin/ecm_cms_navigation_navigation_items/1 Completed 302 Found in 57ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/1" for 192.168.0.37 at 2012-04-07 15:11:18 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."id" = ? ORDER BY navigation_id, lft LIMIT 1 [["id", "1"]] Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (91.6ms) Completed 500 Internal Server Error in 98ms ActionView::Template::Error (undefined method `admin_navigation_path' for #): 1: insert_tag renderer_for(:show) app/admin/ecm/cms_navigation/navigation_items.rb:62:in `block (4 levels) in ' app/admin/ecm/cms_navigation/navigation_items.rb:61:in `block (3 levels) in ' app/admin/ecm/cms_navigation/navigation_items.rb:60:in `block (2 levels) in ' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (9.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.8ms) Started GET "/admin/ecm_cms_navigation_navigation_items/1" for 192.168.0.37 at 2012-04-07 15:11:53 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."id" = ? ORDER BY navigation_id, lft LIMIT 1 [["id", "1"]] Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (106.4ms) Completed 200 OK in 194ms (Views: 114.4ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:11:54 +0200 Served asset /active_admin.css - 304 Not Modified (75ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:11:54 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:11:54 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:11:54 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:11:58 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "navigations" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "navigations"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "navigations" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "navigations".* FROM "navigations" ORDER BY "navigations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (213.2ms) Completed 200 OK in 223ms (Views: 216.4ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:11:58 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:11:58 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:11:59 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:11:59 +0200 Served asset /active_admin.css - 304 Not Modified (73ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:11:59 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:11:59 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (15ms) Started GET "/admin/ecm_cms_navigation_navigations/1" for 192.168.0.37 at 2012-04-07 15:12:01 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (1.8ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = ? LIMIT 1 [["id", "1"]]  (1.0ms) SELECT COUNT(*) FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 ORDER BY navigation_id, lft Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" < 1) ORDER BY "lft" DESC, "navigation_items"."lft" ASC LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.1ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" > 1) ORDER BY "lft" LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (53.7ms) Completed 200 OK in 64ms (Views: 56.1ms | ActiveRecord: 3.7ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:01 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:01 +0200 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:01 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:01 +0200 Served asset /active_admin.css - 304 Not Modified (86ms) Started GET "/admin/ecm_cms_navigation_navigation_items/1" for 192.168.0.37 at 2012-04-07 15:12:05 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."id" = ? ORDER BY navigation_id, lft LIMIT 1 [["id", "1"]] Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (40.5ms) Completed 200 OK in 47ms (Views: 43.6ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:05 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:05 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:05 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (17ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:05 +0200 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/admin/ecm_cms_core_templates" for 192.168.0.37 at 2012-04-07 15:12:18 +0200 Processing by Admin::EcmCmsCoreTemplatesController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_templates" LIMIT 30 OFFSET 0) subquery_for_count   (0.3ms) SELECT COUNT(*) FROM "ecm_cms_core_templates"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 'f')  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 't') Ecm::CmsCore::Template Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_templates" LIMIT 1 OFFSET 0 Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (475.7ms) Completed 200 OK in 485ms (Views: 478.3ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:18 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:18 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:18 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:18 +0200 Served asset /active_admin.css - 304 Not Modified (27ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:12:19 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_templates/new" for 192.168.0.37 at 2012-04-07 15:12:20 +0200 Processing by Admin::EcmCmsCoreTemplatesController#new as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.5ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL ORDER BY lft, "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (209.8ms) Completed 200 OK in 235ms (Views: 212.8ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:21 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:21 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:21 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (13ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:21 +0200 Served asset /active_admin.css - 304 Not Modified (19ms) Started GET "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:12:23 +0200 Processing by Admin::EcmCmsCoreFoldersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"   (0.0ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL Ecm::CmsCore::Folder Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_folders" LIMIT 1 OFFSET 0 Ecm::CmsCore::Folder Load (1.0ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (349.4ms) Completed 200 OK in 359ms (Views: 352.4ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:24 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:24 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (4ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:24 +0200 Served asset /active_admin.css - 304 Not Modified (96ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:24 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:12:24 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_folders/new" for 192.168.0.37 at 2012-04-07 15:12:26 +0200 Processing by Admin::EcmCmsCoreFoldersController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL ORDER BY lft, "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (63.4ms) Completed 200 OK in 81ms (Views: 67.0ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:26 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:26 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (14ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:26 +0200 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:26 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:12:30 +0200 Processing by Admin::EcmCmsCoreFoldersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "ecm_cms_core_folder"=>{"parent_id"=>"", "basename"=>"de"}, "commit"=>"Ordner erstellen"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction Ecm::CmsCore::Folder Exists (0.2ms) SELECT 1 FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."basename" = 'de' AND "ecm_cms_core_folders"."parent_id" IS NULL) LIMIT 1 Ecm::CmsCore::Folder Load (0.1ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY "rgt" desc LIMIT 1 SQL (1.1ms) INSERT INTO "ecm_cms_core_folders" ("basename", "children_count", "created_at", "depth", "lft", "parent_id", "pathname", "rgt", "templates_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["basename", "de"], ["children_count", 0], ["created_at", Sat, 07 Apr 2012 13:12:30 UTC +00:00], ["depth", nil], ["lft", 1], ["parent_id", nil], ["pathname", nil], ["rgt", 2], ["templates_count", 0], ["updated_at", Sat, 07 Apr 2012 13:12:30 UTC +00:00]] Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? LIMIT 1 [["id", 1]] SQL (4.5ms) UPDATE "ecm_cms_core_folders" SET "depth" = 0 WHERE "ecm_cms_core_folders"."id" IN (SELECT "ecm_cms_core_folders"."id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 1 ORDER BY "lft")  (21.2ms) commit transaction Redirected to http://robo-development.local:3000/admin/ecm_cms_core_folders/1 Completed 302 Found in 47ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_core_folders/1" for 192.168.0.37 at 2012-04-07 15:12:30 +0200 Processing by Admin::EcmCmsCoreFoldersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? ORDER BY lft LIMIT 1 [["id", "1"]] Ecm::CmsCore::Template Load (0.3ms) SELECT "ecm_cms_core_templates".* FROM "ecm_cms_core_templates" WHERE "ecm_cms_core_templates"."folder_id" = 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (94.1ms) Completed 200 OK in 101ms (Views: 97.6ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:30 +0200 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:30 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.8ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:30 +0200 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:30 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/ecm_cms_core_templates" for 192.168.0.37 at 2012-04-07 15:12:31 +0200 Processing by Admin::EcmCmsCoreTemplatesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_templates" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 'f')  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 't') Ecm::CmsCore::Template Exists (0.2ms) SELECT 1 FROM "ecm_cms_core_templates" LIMIT 1 OFFSET 0 Ecm::CmsCore::Folder Load (0.4ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (480.8ms) Completed 200 OK in 487ms (Views: 484.0ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:32 +0200 Served asset /active_admin.css - 304 Not Modified (15ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:32 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (102ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:32 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:32 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:12:33 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_templates/new" for 192.168.0.37 at 2012-04-07 15:12:34 +0200 Processing by Admin::EcmCmsCoreTemplatesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL ORDER BY lft, "lft" Ecm::CmsCore::Folder Load (0.9ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" >= 1 AND "ecm_cms_core_folders"."rgt" <= 2) ORDER BY "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (139.1ms) Completed 200 OK in 144ms (Views: 140.8ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:12:34 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:12:34 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:34 +0200 Served asset /active_admin.css - 304 Not Modified (103ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:12:34 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:12:36 +0200 Processing by Admin::EcmCmsCoreFoldersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"  (0.3ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL Ecm::CmsCore::Folder Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_folders" LIMIT 1 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft, "ecm_cms_core_folders"."id" desc LIMIT 30 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (59.5ms) Completed 500 Internal Server Error in 64ms ActionView::Template::Error (translation missing: de.time.formats.long): 1: insert_tag renderer_for(:index) app/admin/ecm/cms_core/folders.rb:20:in `block (2 levels) in ' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.9ms) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Started GET "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:14:06 +0200 Processing by Admin::EcmCmsCoreFoldersController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"   (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL Ecm::CmsCore::Folder Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_folders" LIMIT 1 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsCore::Folder Load (0.4ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft, "ecm_cms_core_folders"."id" desc LIMIT 30 OFFSET 0 Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (824.0ms) Completed 200 OK in 1028ms (Views: 947.2ms | ActiveRecord: 3.2ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:07 +0200 Served asset /active_admin.css - 304 Not Modified (62ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:07 +0200 Served asset /active_admin/print.css - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:07 +0200 Served asset /active_admin.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:07 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:14:07 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (5ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:14:07 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (9ms) Started GET "/admin/ecm_cms_core_templates" for 192.168.0.37 at 2012-04-07 15:14:11 +0200 Processing by Admin::EcmCmsCoreTemplatesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_templates" LIMIT 30 OFFSET 0) subquery_for_count   (0.7ms) SELECT COUNT(*) FROM "ecm_cms_core_templates"  (0.2ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 'f')  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 't') Ecm::CmsCore::Template Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_templates" LIMIT 1 OFFSET 0 Ecm::CmsCore::Folder Load (0.5ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (564.9ms) Completed 200 OK in 575ms (Views: 566.7ms | ActiveRecord: 2.2ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:12 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:12 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:12 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:12 +0200 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:14:12 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_templates/new" for 192.168.0.37 at 2012-04-07 15:14:14 +0200 Processing by Admin::EcmCmsCoreTemplatesController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.4ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL ORDER BY lft, "lft" Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" >= 1 AND "ecm_cms_core_folders"."rgt" <= 2) ORDER BY "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (303.5ms) Completed 200 OK in 324ms (Views: 307.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:14 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:14 +0200 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:14 +0200 Served asset /active_admin.css - 304 Not Modified (23ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:15 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (4ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:14:18 +0200 Processing by Admin::EcmCmsCoreFoldersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL Ecm::CmsCore::Folder Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_folders" LIMIT 1 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft, "ecm_cms_core_folders"."id" desc LIMIT 30 OFFSET 0 Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (359.5ms) Completed 200 OK in 365ms (Views: 361.3ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:19 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:19 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:19 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:19 +0200 Served asset /active_admin.css - 304 Not Modified (22ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:14:19 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:14:19 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_folders/new" for 192.168.0.37 at 2012-04-07 15:14:21 +0200 Processing by Admin::EcmCmsCoreFoldersController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.4ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL ORDER BY lft, "lft" Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" >= 1 AND "ecm_cms_core_folders"."rgt" <= 2) ORDER BY "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (67.9ms) Completed 200 OK in 73ms (Views: 69.8ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:21 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:21 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (13ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.8ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:21 +0200 Served asset /active_admin.css - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:21 +0200 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started POST "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:14:26 +0200 Processing by Admin::EcmCmsCoreFoldersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "ecm_cms_core_folder"=>{"parent_id"=>"1", "basename"=>"home"}, "commit"=>"Ordner erstellen"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 1 ORDER BY lft LIMIT 1 Ecm::CmsCore::Folder Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."basename" = 'home' AND "ecm_cms_core_folders"."parent_id" = 1) LIMIT 1 Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "ecm_cms_core_folders" ("basename", "children_count", "created_at", "depth", "lft", "parent_id", "pathname", "rgt", "templates_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["basename", "home"], ["children_count", 0], ["created_at", Sat, 07 Apr 2012 13:14:26 UTC +00:00], ["depth", nil], ["lft", 3], ["parent_id", 1], ["pathname", "de/"], ["rgt", 4], ["templates_count", 0], ["updated_at", Sat, 07 Apr 2012 13:14:26 UTC +00:00]] SQL (0.4ms) UPDATE "ecm_cms_core_folders" SET "children_count" = COALESCE("children_count", 0) + 1 WHERE "ecm_cms_core_folders"."id" IN (SELECT "ecm_cms_core_folders"."id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 1 ORDER BY lft) Ecm::CmsCore::Folder Load (0.1ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 1]] Ecm::CmsCore::Folder Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) UPDATE "ecm_cms_core_folders" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "ecm_cms_core_folders"."id" IN (SELECT "ecm_cms_core_folders"."id" FROM "ecm_cms_core_folders" ORDER BY "lft") Ecm::CmsCore::Folder Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? LIMIT 1 [["id", 1]] Ecm::CmsCore::Folder Load (0.1ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" <= 2 AND "ecm_cms_core_folders"."rgt" >= 3) AND ("ecm_cms_core_folders".id != 2) SQL (3.0ms) UPDATE "ecm_cms_core_folders" SET "depth" = 1 WHERE "ecm_cms_core_folders"."id" IN (SELECT "ecm_cms_core_folders"."id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 2 ORDER BY "lft")  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" <= 2 AND "ecm_cms_core_folders"."rgt" >= 3) AND ("ecm_cms_core_folders".id != 2) Ecm::CmsCore::Folder Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? LIMIT 1 [["id", 2]] Ecm::CmsCore::Folder Load (0.0ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" <= 2 AND "ecm_cms_core_folders"."rgt" >= 3) AND ("ecm_cms_core_folders".id != 2) SQL (0.1ms) UPDATE "ecm_cms_core_folders" SET "depth" = 1 WHERE "ecm_cms_core_folders"."id" IN (SELECT "ecm_cms_core_folders"."id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 2 ORDER BY "lft")  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" <= 2 AND "ecm_cms_core_folders"."rgt" >= 3) AND ("ecm_cms_core_folders".id != 2)  (18.5ms) commit transaction Redirected to http://robo-development.local:3000/admin/ecm_cms_core_folders/2 Completed 302 Found in 153ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_core_folders/2" for 192.168.0.37 at 2012-04-07 15:14:26 +0200 Processing by Admin::EcmCmsCoreFoldersController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = ? ORDER BY lft LIMIT 1 [["id", "2"]] Ecm::CmsCore::Folder Load (1.0ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 1 ORDER BY lft LIMIT 1 Ecm::CmsCore::Template Load (0.1ms) SELECT "ecm_cms_core_templates".* FROM "ecm_cms_core_templates" WHERE "ecm_cms_core_templates"."folder_id" = 2 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (144.6ms) Completed 200 OK in 152ms (Views: 146.0ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:27 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:27 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:27 +0200 Served asset /active_admin.css - 304 Not Modified (30ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:27 +0200 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/admin/ecm_cms_core_templates" for 192.168.0.37 at 2012-04-07 15:14:28 +0200 Processing by Admin::EcmCmsCoreTemplatesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_templates" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates"   (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 'f')  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_templates" WHERE (partial = 't') Ecm::CmsCore::Template Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_templates" LIMIT 1 OFFSET 0 Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (418.9ms) Completed 200 OK in 424ms (Views: 421.1ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:28 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:28 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (13ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:28 +0200 Served asset /active_admin.css - 304 Not Modified (77ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:28 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:14:29 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_templates/new" for 192.168.0.37 at 2012-04-07 15:14:29 +0200 Processing by Admin::EcmCmsCoreTemplatesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL ORDER BY lft, "lft" Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" >= 1 AND "ecm_cms_core_folders"."rgt" <= 4) ORDER BY "lft"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" <= 2 AND "ecm_cms_core_folders"."rgt" >= 3) AND ("ecm_cms_core_folders".id != 2) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/new.html.arb (149.5ms) Completed 200 OK in 155ms (Views: 152.4ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:30 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (22ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:30 +0200 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:30 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:30 +0200 Served asset /active_admin.css - 304 Not Modified (92ms) Started POST "/admin/ecm_cms_core_templates" for 192.168.0.37 at 2012-04-07 15:14:54 +0200 Processing by Admin::EcmCmsCoreTemplatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X/FZi3yU377icLMEIqeyYKeZ8RPOhDO9rr8qX6MZUgU=", "ecm_cms_core_template"=>{"folder_id"=>"2", "basename"=>"index", "title"=>"Home", "meta_description"=>"Home", "body"=>"home#index", "layout"=>"", "locale"=>"de", "format"=>"html", "handler"=>"erb", "partial"=>"0"}, "commit"=>"Seite erstellen"} AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 2 ORDER BY lft LIMIT 1 Ecm::CmsCore::Template Exists (0.2ms) SELECT 1 FROM "ecm_cms_core_templates" WHERE ("ecm_cms_core_templates"."basename" = 'index' AND "ecm_cms_core_templates"."folder_id" = 2) LIMIT 1 SQL (4.7ms) INSERT INTO "ecm_cms_core_templates" ("basename", "body", "created_at", "folder_id", "format", "handler", "layout", "locale", "meta_description", "partial", "pathname", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["basename", "index"], ["body", "home#index"], ["created_at", Sat, 07 Apr 2012 13:14:54 UTC +00:00], ["folder_id", 2], ["format", "html"], ["handler", "erb"], ["layout", ""], ["locale", "de"], ["meta_description", "Home"], ["partial", false], ["pathname", "de/home/"], ["title", "Home"], ["updated_at", Sat, 07 Apr 2012 13:14:54 UTC +00:00]] SQL (0.3ms) UPDATE "ecm_cms_core_folders" SET "templates_count" = COALESCE("templates_count", 0) + 1 WHERE "ecm_cms_core_folders"."id" IN (SELECT "ecm_cms_core_folders"."id" FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 2 ORDER BY lft)  (21.9ms) commit transaction Redirected to http://robo-development.local:3000/admin/ecm_cms_core_templates/1 Completed 302 Found in 60ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_core_templates/1" for 192.168.0.37 at 2012-04-07 15:14:54 +0200 Processing by Admin::EcmCmsCoreTemplatesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (1.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsCore::Template Load (0.3ms) SELECT "ecm_cms_core_templates".* FROM "ecm_cms_core_templates" WHERE "ecm_cms_core_templates"."id" = ? LIMIT 1 [["id", "1"]] Ecm::CmsCore::Folder Load (0.1ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."id" = 2 ORDER BY lft LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (52.2ms) Completed 200 OK in 60ms (Views: 54.8ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:14:55 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:55 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:14:55 +0200 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:14:55 +0200 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/de" for 192.168.0.37 at 2012-04-07 15:15:00 +0200 ActionController::RoutingError (No route matches [GET] "/de"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:15:25 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "navigation_items"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "navigation_items" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft, "navigation_items"."id" desc LIMIT 30 OFFSET 0 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" < 1) ORDER BY "lft" DESC, "navigation_items"."lft" ASC LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.1ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" > 1) ORDER BY "lft" LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (110.1ms) Completed 500 Internal Server Error in 119ms ActionView::Template::Error (undefined method `admin_navigation_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) app/admin/ecm/cms_navigation/navigation_items.rb:50:in `block (3 levels) in ' app/admin/ecm/cms_navigation/navigation_items.rb:49:in `block (2 levels) in ' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.6ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:15:56 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "navigation_items"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "navigation_items" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft, "navigation_items"."id" desc LIMIT 30 OFFSET 0 Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" < 1) ORDER BY "lft" DESC, "navigation_items"."lft" ASC LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" > 1) ORDER BY "lft" LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (433.8ms) Completed 200 OK in 470ms (Views: 435.5ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:15:57 +0200 Served asset /active_admin.css - 304 Not Modified (20ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:15:57 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (14ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:15:57 +0200 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:15:57 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:15:58 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:15:58 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/1" for 192.168.0.37 at 2012-04-07 15:16:05 +0200 DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/folder.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/ecm_cms_core-25be692a2ef4/app/models/ecm/cms_core/template.rb:4) Processing by Admin::EcmCmsNavigationNavigationItemsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."id" = ? ORDER BY navigation_id, lft LIMIT 1 [["id", "1"]] Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/show.html.arb (118.4ms) Completed 200 OK in 162ms (Views: 126.8ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:05 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (13ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.3ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:05 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:05 +0200 Served asset /active_admin.css - 304 Not Modified (73ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:06 +0200 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:16:08 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.5ms) SELECT 1 FROM "navigations" LIMIT 1 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "navigations"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "navigations" LIMIT 30 OFFSET 0) subquery_for_count Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" ORDER BY "navigations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (162.7ms) Completed 200 OK in 172ms (Views: 166.0ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:08 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (17ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:08 +0200 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:08 +0200 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:08 +0200 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:16:09 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:16:09 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations/1/edit" for 192.168.0.37 at 2012-04-07 15:16:10 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = ? LIMIT 1 [["id", "1"]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/edit.html.arb (107.1ms) Completed 200 OK in 114ms (Views: 110.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:11 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:11 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:11 +0200 Served asset /active_admin.css - 304 Not Modified (91ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:11 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-04-07 15:16:12 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "navigation_items" LIMIT 1 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "navigation_items"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "navigation_items" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft, "navigation_items"."id" desc LIMIT 30 OFFSET 0 Ecm::CmsNavigation::NavigationItem Load (0.1ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" < 1) ORDER BY "lft" DESC, "navigation_items"."lft" ASC LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.1ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND "navigation_items"."parent_id" IS NULL AND ("navigation_items".id != 1) AND ("navigation_items"."lft" > 1) ORDER BY "lft" LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "navigations".* FROM "navigations" Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "navigation_items".* FROM "navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (358.6ms) Completed 200 OK in 367ms (Views: 359.9ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:12 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:12 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (9ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:12 +0200 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:12 +0200 Served asset /active_admin.css - 304 Not Modified (17ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:16:13 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:16:13 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/1/edit" for 192.168.0.37 at 2012-04-07 15:16:14 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.1ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."id" = ? ORDER BY navigation_id, lft LIMIT 1 [["id", "1"]] Ecm::CmsNavigation::Navigation Load (0.3ms) SELECT "navigations".* FROM "navigations" Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "navigations".* FROM "navigations" WHERE "navigations"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "navigation_items".* FROM "navigation_items" WHERE "navigation_items"."navigation_id" = 1 AND ("navigation_items"."lft" >= 1 AND "navigation_items"."rgt" <= 2) ORDER BY "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in buttons at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:30) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block in commit_button at /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/lib/active_admin/form_builder.rb:36) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/edit.html.arb (166.8ms) Completed 200 OK in 176ms (Views: 169.5ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:14 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:14 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (14ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:14 +0200 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:14 +0200 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "navigations" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "navigations"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "navigations" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "navigations".* FROM "navigations" ORDER BY "navigations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (214.5ms) Completed 200 OK in 220ms (Views: 217.2ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Served asset /active_admin.css - 304 Not Modified (14ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (9ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Served asset /active_admin.js - 304 Not Modified (82ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:16:16 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_core_folders" for 192.168.0.37 at 2012-04-07 15:16:17 +0200 Processing by Admin::EcmCmsCoreFoldersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count  (0.5ms) SELECT COUNT(*) FROM "ecm_cms_core_folders"   (0.1ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE "ecm_cms_core_folders"."parent_id" IS NULL Ecm::CmsCore::Folder Exists (0.1ms) SELECT 1 FROM "ecm_cms_core_folders" LIMIT 1 OFFSET 0 CACHE (0.0ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "ecm_cms_core_folders" LIMIT 30 OFFSET 0) subquery_for_count  Ecm::CmsCore::Folder Load (0.3ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft, "ecm_cms_core_folders"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "ecm_cms_core_folders" WHERE ("ecm_cms_core_folders"."lft" <= 2 AND "ecm_cms_core_folders"."rgt" >= 3) AND ("ecm_cms_core_folders".id != 2) Ecm::CmsCore::Folder Load (0.2ms) SELECT "ecm_cms_core_folders".* FROM "ecm_cms_core_folders" ORDER BY lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/bundler/gems/active_admin-302501c32301/app/views/active_admin/resource/index.html.arb (342.9ms) Completed 200 OK in 350ms (Views: 345.4ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin/ecm-cms-navigation.css" for 192.168.0.37 at 2012-04-07 15:16:18 +0200 Served asset /active_admin/ecm-cms-navigation.css - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/ecm-cms-navigation.css"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@prelog-coaching.de/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-04-07 15:16:18 +0200 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:18 +0200 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-04-07 15:16:18 +0200 Served asset /active_admin.css - 304 Not Modified (22ms) Started GET "/assets/active_admin/orderable.png" for 192.168.0.37 at 2012-04-07 15:16:18 +0200 Served asset /active_admin/orderable.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-04-07 15:16:18 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/de" for 192.168.0.37 at 2012-06-21 14:42:33 +0200 ActionController::RoutingError (No route matches [GET] "/de"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.4ms) Started GET "/de" for 192.168.0.37 at 2012-06-21 14:42:36 +0200 ActionController::RoutingError (No route matches [GET] "/de"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 14:42:40 +0200 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 37ms Started GET "/admin/login" for 192.168.0.37 at 2012-06-21 14:42:40 +0200 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/devise/shared/_links.erb (1.2ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (384.1ms) Compiled active_admin/ecm-cms-navigation.css (0ms) (pid 28455) Compiled jquery.js (6ms) (pid 28455) Compiled jquery-ui.js (7ms) (pid 28455) Compiled jquery_ujs.js (0ms) (pid 28455) Compiled active_admin/application.js (0ms) (pid 28455) Compiled active_admin/base.js (149ms) (pid 28455) Compiled active_admin.js (160ms) (pid 28455) Completed 200 OK in 805ms (Views: 780.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /active_admin.css - 200 OK (16ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /active_admin/ecm-cms-navigation.css - 200 OK (10ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /jquery.js - 200 OK (22ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /active_admin/application.js - 200 OK (3ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /jquery-ui.js - 200 OK (30ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /jquery_ujs.js - 200 OK (7ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /active_admin.js - 200 OK (38ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:41 +0200 Served asset /active_admin/base.js - 200 OK (86ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:42 +0200 Served asset /jquery-ui.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:42 +0200 Served asset /active_admin/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:42 +0200 Served asset /active_admin/base.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 14:42:42 +0200 Served asset /active_admin.js - 200 OK (3ms) Started POST "/admin/login" for 192.168.0.37 at 2012-06-21 14:42:45 +0200 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OMptN4smW3uM/GmKcVGz+UYzkMlyew7c675S+cFbi/Y=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (0.8ms) UPDATE "admin_users" SET "current_sign_in_at" = '2012-06-21 12:42:45.864650', "sign_in_count" = 2, "updated_at" = '2012-06-21 12:42:45.865910' WHERE "admin_users"."id" = 1  (23.2ms) commit transaction Redirected to http://192.168.0.38:3000/admin Completed 302 Found in 312ms (ActiveRecord: 0.0ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 14:42:45 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (60.3ms) Completed 200 OK in 68ms (Views: 65.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 14:42:46 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 14:42:46 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 14:42:46 +0200 Served asset /active_admin.js - 200 OK (1ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 192.168.0.37 at 2012-06-21 14:42:47 +0200 Served asset /active_admin/nested_menu_arrow.gif - 200 OK (8ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 14:42:48 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 200 OK (48ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 15:06:37 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 110ms ArgumentError (syntax error on line 11, col -1: ` ecm: navigation: navigation_empty: "Navigation \"%{name}\" is empty." no_subitems: "No subitems found" navigation_not_found: "Navigation \"%{name}\" not found." formtastic: :yes: 'Yes' :no: 'No' :create: 'Create %{model}' :update: 'Update %{model}' :submit: 'Save %{model}' :required: 'required' '): /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:135:in `load' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:135:in `load' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:146:in `block in load_file' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:145:in `open' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:145:in `load_file' i18n (0.6.0) lib/i18n/backend/base.rb:171:in `load_yml' i18n (0.6.0) lib/i18n/backend/base.rb:157:in `load_file' i18n (0.6.0) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.0) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.0) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.0) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.0) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.0) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.0) lib/i18n.rb:156:in `block in translate' i18n (0.6.0) lib/i18n.rb:152:in `catch' i18n (0.6.0) lib/i18n.rb:152:in `translate' activeadmin (0.4.4) lib/active_admin/dashboards/dashboard_controller.rb:15:in `set_current_tab' activesupport (3.2.3) lib/active_support/callbacks.rb:440:in `_run__308593236__process_action__128973040__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__170281809__call__643934330__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (50.1ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 15:07:16 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (111.5ms) Completed 200 OK in 170ms (Views: 139.9ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:07:16 +0200 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:07:16 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:07:16 +0200 Served asset /active_admin.js - 304 Not Modified (91ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:07:17 +0200 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 192.168.0.37 at 2012-06-21 15:07:17 +0200 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (5ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 15:08:26 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (16.4ms) Completed 200 OK in 41ms (Views: 21.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:08:26 +0200 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:08:26 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:08:26 +0200 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:08:27 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 192.168.0.37 at 2012-06-21 15:08:27 +0200 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:08:28 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (6ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 15:08:41 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (16.9ms) Completed 200 OK in 105ms (Views: 22.3ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:08:42 +0200 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:08:42 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:08:42 +0200 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:08:42 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 192.168.0.37 at 2012-06-21 15:08:43 +0200 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:08:44 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:08:57 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (63.0ms) Completed 500 Internal Server Error in 117ms ActionView::Template::Error (Could not find table 'ecm_cms_navigation_navigation_items'): 1: render renderer_for(:index) activerecord (3.2.3) lib/active_record/connection_adapters/sqlite_adapter.rb:465:in `table_structure' activerecord (3.2.3) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns' activerecord (3.2.3) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize' activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `yield' activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `default' activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `columns' activerecord (3.2.3) lib/active_record/model_schema.rb:248:in `column_names' activerecord (3.2.3) lib/active_record/associations/join_dependency/join_part.rb:16:in `column_names' activerecord (3.2.3) lib/active_record/associations/join_dependency/join_part.rb:57:in `column_names_with_alias' activerecord (3.2.3) lib/active_record/associations/join_dependency.rb:40:in `block in columns' activerecord (3.2.3) lib/active_record/associations/join_dependency.rb:38:in `collect' activerecord (3.2.3) lib/active_record/associations/join_dependency.rb:38:in `columns' activerecord (3.2.3) lib/active_record/relation/finder_methods.rb:230:in `construct_relation_for_association_find' activerecord (3.2.3) lib/active_record/relation/finder_methods.rb:193:in `exists?' activeadmin (0.4.4) lib/active_admin/views/pages/index.rb:41:in `items_in_collection?' activeadmin (0.4.4) lib/active_admin/views/pages/index.rb:20:in `main_content' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_main_content_wrapper' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:68:in `block in build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:67:in `build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:77:in `insert_tag' activeadmin (0.4.4) lib/active_admin/arbre/html/element.rb:17:in `div' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:116:in `block in build_main_content_wrapper' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:68:in `block in build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:67:in `build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:77:in `insert_tag' activeadmin (0.4.4) lib/active_admin/arbre/html/element.rb:17:in `div' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:115:in `build_main_content_wrapper' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:99:in `block in build_page_content' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:68:in `block in build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:67:in `build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:77:in `insert_tag' activeadmin (0.4.4) lib/active_admin/arbre/html/element.rb:17:in `div' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:98:in `build_page_content' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:68:in `block in build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:67:in `build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:77:in `insert_tag' activeadmin (0.4.4) lib/active_admin/arbre/html/element.rb:17:in `div' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:39:in `block in build_page' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:96:in `with_current_dom_context' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.4.4) lib/active_admin/views/pages/base.rb:10:in `build' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:63:in `build_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:77:in `insert_tag' activeadmin (0.4.4) lib/active_admin/arbre/builder.rb:41:in `method_missing' activeadmin (0.4.4) lib/active_admin/view_helpers/renderer_helper.rb:21:in `render' activeadmin (0.4.4) app/views/active_admin/resource/index.html.arb:1:in `__home_robo__rvm_gems_ruby_______p____ecm_cms_navigation_rails_____gems_activeadmin_______app_views_active_admin_resource_index_html_arb__377614742_92140890' actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.4.4) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.3) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.1) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.4.4) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__1022430978__process_action__128973040__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__170281809__call__643934330__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.5ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.5ms)  (0.2ms) select sqlite_version(*)  (33.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (16.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20120407123948)  (0.0ms) begin transaction  (1.2ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  AdminUser Exists (0.0ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 AdminUser Exists (0.1ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (7.3ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 21 Jun 2012 13:10:25 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@example.com"], ["encrypted_password", "$2a$10$zWtcgaxW2acYm4bArv1pi.k64TNOMZe2NTCti.Wqocqmh7lm8dUyC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Thu, 21 Jun 2012 13:10:25 UTC +00:00]]  (0.0ms) PRAGMA index_list("admin_users")  (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407123948')  (21.6ms) commit transaction Migrating to CreateAdminNotes (20120407143959)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "admin_notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "admin_user_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("admin_notes")  (0.7ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "admin_notes" ("resource_type", "resource_id")  (0.1ms) PRAGMA index_list("admin_notes")  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.3ms) CREATE INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id" ON "admin_notes" ("admin_user_type", "admin_user_id")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407143959')  (28.2ms) commit transaction Migrating to MoveAdminNotesToComments (20120407144000)  (0.1ms) begin transaction  (0.1ms) PRAGMA index_list("admin_notes")  (0.1ms) PRAGMA index_info('index_admin_notes_on_admin_user_type_and_admin_user_id')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.9ms) DROP INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id"  (0.5ms) ALTER TABLE "admin_notes" RENAME TO "active_admin_comments"  (0.8ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (0.7ms) DROP TABLE "active_admin_comments"  (0.6ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (0.6ms) DROP TABLE "altered_active_admin_comments"  (0.3ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) PRAGMA index_list("altered_active_admin_comments")  (0.5ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.2ms) SELECT * FROM "active_admin_comments"  (0.6ms) DROP TABLE "active_admin_comments"  (0.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (15.9ms) DROP TABLE "altered_active_admin_comments"  (0.4ms) ALTER TABLE "active_admin_comments" ADD "namespace" varchar(255)  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.0ms) UPDATE active_admin_comments SET namespace='admin'  (4.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120407144000')  (22.9ms) commit transaction Migrating to CreateEcmCmsNavigationNavigations (20120621131006)  (0.1ms) begin transaction  (13.2ms) CREATE TABLE "ecm_cms_navigation_navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120621131006')  (23.6ms) commit transaction Migrating to CreateEcmCmsNavigationNavigationItems (20120621131007)  (0.1ms) begin transaction  (24.7ms) CREATE TABLE "ecm_cms_navigation_navigation_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "name" varchar(255), "url" varchar(255), "options" varchar(255), "navigation_id" integer, "parent_id" integer, "lft" integer, "rgt" integer, "children_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120621131007')  (12.5ms) commit transaction  (0.5ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.1ms) PRAGMA index_list("ecm_cms_navigation_navigation_items")  (0.0ms) PRAGMA index_list("ecm_cms_navigation_navigations") Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:10:43 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 136ms Started GET "/admin/login" for 192.168.0.37 at 2012-06-21 15:10:43 +0200 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/devise/shared/_links.erb (1.5ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (537.6ms) Completed 200 OK in 843ms (Views: 842.1ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /active_admin.css - 304 Not Modified (71ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /jquery.js - 304 Not Modified (30ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /jquery-ui.js - 304 Not Modified (39ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /active_admin/base.js - 304 Not Modified (206ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:44 +0200 Served asset /active_admin.js - 200 OK (90ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:45 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:45 +0200 Served asset /jquery-ui.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:45 +0200 Served asset /active_admin/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:45 +0200 Served asset /active_admin/base.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:10:45 +0200 Served asset /active_admin.js - 200 OK (18ms) Started POST "/admin/login" for 192.168.0.37 at 2012-06-21 15:10:48 +0200 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OMptN4smW3uM/GmKcVGz+UYzkMlyew7c675S+cFbi/Y=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.2ms) begin transaction  (1.2ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-06-21 13:10:48.809396', "current_sign_in_at" = '2012-06-21 13:10:48.809396', "last_sign_in_ip" = '192.168.0.37', "current_sign_in_ip" = '192.168.0.37', "sign_in_count" = 1, "updated_at" = '2012-06-21 13:10:48.811415' WHERE "admin_users"."id" = 1  (21.1ms) commit transaction Redirected to http://192.168.0.38:3000/admin/ecm_cms_navigation_navigation_items Completed 302 Found in 283ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:10:48 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.3ms) SELECT 1 FROM "ecm_cms_navigation_navigation_items" LIMIT 1 OFFSET 0 Ecm::CmsNavigation::Navigation Load (0.1ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (538.8ms) Completed 200 OK in 606ms (Views: 543.0ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:10:49 +0200 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:10:49 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:10:49 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:10:50 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:10:50 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-06-21 15:10:50 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (29ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-06-21 15:11:01 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (140.0ms) Completed 200 OK in 152ms (Views: 147.8ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:01 +0200 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:01 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:01 +0200 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:01 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:11:02 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:11:03 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigation_items" LIMIT 1 OFFSET 0 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (281.8ms) Completed 200 OK in 308ms (Views: 304.8ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:04 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:04 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:04 +0200 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:04 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:11:04 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/new" for 192.168.0.37 at 2012-06-21 15:11:09 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations"  Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigation_items.rb:40) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigation_items.rb:40) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (186.3ms) Completed 200 OK in 206ms (Views: 190.9ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:09 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:09 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:09 +0200 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:09 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:11:10 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:11:14 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-06-21 15:11:16 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (136.1ms) Completed 200 OK in 141ms (Views: 139.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:16 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:16 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:16 +0200 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:16 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:11:17 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations/new" for 192.168.0.37 at 2012-06-21 15:11:18 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#new as HTML AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (80.0ms) Completed 200 OK in 95ms (Views: 84.2ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:18 +0200 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:11:18 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:18 +0200 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:11:19 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:11:19 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations/new" for 192.168.0.37 at 2012-06-21 15:12:27 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (487.7ms) Completed 200 OK in 657ms (Views: 563.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:28 +0200 Served asset /active_admin.css - 304 Not Modified (22ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:28 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:28 +0200 Served asset /active_admin.js - 304 Not Modified (93ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:28 +0200 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:12:28 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (48ms) Started GET "/admin/ecm_cms_navigation_navigations/new" for 192.168.0.37 at 2012-06-21 15:12:51 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (50.1ms) Completed 200 OK in 122ms (Views: 53.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:52 +0200 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:52 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:52 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:52 +0200 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:12:53 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-06-21 15:12:54 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (196.8ms) Completed 200 OK in 230ms (Views: 199.9ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:55 +0200 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:55 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:55 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:55 +0200 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:12:56 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:12:57 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigation_items" LIMIT 1 OFFSET 0 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations"  Ecm::CmsNavigation::NavigationItem Load (0.5ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (360.9ms) Completed 200 OK in 373ms (Views: 367.0ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:57 +0200 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:12:57 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:57 +0200 Served asset /active_admin.js - 304 Not Modified (91ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:12:58 +0200 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:12:58 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/de" for 192.168.0.37 at 2012-06-21 15:14:30 +0200 ActionController::RoutingError (No route matches [GET] "/de"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/de" for 192.168.0.37 at 2012-06-21 15:14:34 +0200 ActionController::RoutingError (No route matches [GET] "/de"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Compiled application.css (28ms) (pid 2171) Compiled application.js (54ms) (pid 2171) Completed 200 OK in 267ms (Views: 266.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Served asset /application.css - 200 OK (32ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Served asset /active_admin.css - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Served asset /jquery.js - 200 OK (32ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Served asset /jquery_ujs.js - 200 OK (12ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Served asset /jquery-ui.js - 200 OK (32ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:05 +0200 Served asset /active_admin/application.js - 200 OK (2ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:06 +0200 Served asset /active_admin/base.js - 200 OK (134ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:06 +0200 Served asset /active_admin.js - 200 OK (51ms) Started GET "/assets/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:06 +0200 Served asset /application.js - 200 OK (74ms) Started GET "/de" for 192.168.0.37 at 2012-06-21 15:15:09 +0200 ActionController::RoutingError (No route matches [GET] "/de"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (12.0ms) Completed 200 OK in 204ms (Views: 188.3ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /jquery-ui.js - 200 OK (15ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /jquery.js - 200 OK (11ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /active_admin.css - 200 OK (28ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/application.css?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /application.css - 200 OK (10ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /active_admin/application.js - 200 OK (0ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /active_admin.js - 200 OK (8ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:27 +0200 Served asset /active_admin/base.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:15:28 +0200 Served asset /application.js - 200 OK (133ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:16:31 +0200 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (62.6ms) Completed 500 Internal Server Error in 65ms ActionView::Template::Error (undefined local variable or method `example' for #<#:0xa2fb778>): 1:

home#index

2: 3:

cms_render_navigation :simple-example

4: <%= cms_render_navigation :simple-example %> app/views/home/index.html.erb:4:in `_app_views_home_index_html_erb___374452524_85421020' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.7ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:16:46 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.4ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Rendered home/index.html.erb within layouts/application (100.1ms) Completed 200 OK in 119ms (Views: 118.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 192.168.0.37 at 2012-06-21 15:16:46 +0200 Served asset /application.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /active_admin/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /active_admin/base.js - 304 Not Modified (16ms) Started GET "/assets/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:16:47 +0200 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/admin" for 192.168.0.37 at 2012-06-21 15:16:57 +0200 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (18.2ms) Completed 200 OK in 52ms (Views: 24.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:16:57 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:16:57 +0200 Served asset /active_admin/ecm-cms-navigation.css - 200 OK (0ms) Started GET "/assets/active_admin.js" for 192.168.0.37 at 2012-06-21 15:16:57 +0200 Served asset /active_admin.js - 200 OK (8ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 192.168.0.37 at 2012-06-21 15:16:58 +0200 Served asset /active_admin/nested_menu_arrow.gif - 200 OK (7ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 192.168.0.37 at 2012-06-21 15:16:59 +0200 Served asset /active_admin/nested_menu_arrow_dark.gif - 200 OK (3ms) Started GET "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-06-21 15:16:59 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Exists (0.3ms) SELECT 1 FROM "ecm_cms_navigation_navigations" LIMIT 1 OFFSET 0 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (139.2ms) Completed 200 OK in 149ms (Views: 145.0ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:00 +0200 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:00 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 192.168.0.37 at 2012-06-21 15:17:00 +0200 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (5ms) Started GET "/admin/ecm_cms_navigation_navigations/new" for 192.168.0.37 at 2012-06-21 15:17:01 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigations.rb:10) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (77.8ms) Completed 200 OK in 93ms (Views: 84.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:01 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:01 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started POST "/admin/ecm_cms_navigation_navigations" for 192.168.0.37 at 2012-06-21 15:17:13 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OMptN4smW3uM/GmKcVGz+UYzkMlyew7c675S+cFbi/Y=", "ecm_cms_navigation_navigation"=>{"locale"=>"de", "name"=>"simple_example"}, "commit"=>"Navigation erstellen"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction Ecm::CmsNavigation::Navigation Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigations" WHERE ("ecm_cms_navigation_navigations"."name" = 'simple_example' AND "ecm_cms_navigation_navigations"."locale" = 'de') LIMIT 1 SQL (1.2ms) INSERT INTO "ecm_cms_navigation_navigations" ("created_at", "locale", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 21 Jun 2012 15:17:13 CEST +02:00], ["locale", "de"], ["name", "simple_example"], ["updated_at", Thu, 21 Jun 2012 15:17:13 CEST +02:00]]  (20.4ms) commit transaction Redirected to http://192.168.0.38:3000/admin/ecm_cms_navigation_navigations/1 Completed 302 Found in 55ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_navigation_navigations/1" for 192.168.0.37 at 2012-06-21 15:17:13 +0200 Processing by Admin::EcmCmsNavigationNavigationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (192.0ms) Completed 200 OK in 210ms (Views: 204.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:13 +0200 Served asset /active_admin.css - 304 Not Modified (15ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:13 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 AND "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft" Rendered home/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /application.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /jquery-ui.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /active_admin/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /active_admin/base.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:14 +0200 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:17:15 +0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:17:18 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Exists (0.2ms) SELECT 1 FROM "ecm_cms_navigation_navigation_items" LIMIT 1 OFFSET 0 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" ORDER BY navigation_id, lft Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (313.1ms) Completed 200 OK in 322ms (Views: 317.3ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:19 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:19 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/new" for 192.168.0.37 at 2012-06-21 15:17:22 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations"  Ecm::CmsNavigation::NavigationItem Load (0.6ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigation_items.rb:40) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /home/robo/rails/ecm_cms_navigation-rails-3-2/app/admin/ecm/cms_navigation/navigation_items.rb:40) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (174.3ms) Completed 200 OK in 190ms (Views: 177.0ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:22 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:22 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started POST "/admin/ecm_cms_navigation_navigation_items" for 192.168.0.37 at 2012-06-21 15:17:37 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OMptN4smW3uM/GmKcVGz+UYzkMlyew7c675S+cFbi/Y=", "ecm_cms_navigation_navigation_item"=>{"navigation_id"=>"1", "parent_id"=>"", "name"=>"home", "url"=>"\"/\"", "key"=>"home", "options"=>""}, "commit"=>"Navigationspunkt erstellen"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 ORDER BY "rgt" desc LIMIT 1 SQL (1.5ms) INSERT INTO "ecm_cms_navigation_navigation_items" ("children_count", "created_at", "key", "lft", "name", "navigation_id", "options", "parent_id", "rgt", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["children_count", nil], ["created_at", Thu, 21 Jun 2012 15:17:37 CEST +02:00], ["key", "home"], ["lft", 1], ["name", "home"], ["navigation_id", 1], ["options", ""], ["parent_id", nil], ["rgt", 2], ["updated_at", Thu, 21 Jun 2012 15:17:37 CEST +02:00], ["url", "\"/\""]] Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" = 1 ORDER BY navigation_id, lft, lft  (13.3ms) commit transaction Redirected to http://192.168.0.38:3000/admin/ecm_cms_navigation_navigation_items/1 Completed 302 Found in 41ms (ActiveRecord: 0.0ms) Started GET "/admin/ecm_cms_navigation_navigation_items/1" for 192.168.0.37 at 2012-06-21 15:17:37 +0200 Processing by Admin::EcmCmsNavigationNavigationItemsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."id" = ? ORDER BY navigation_id, lft LIMIT 1 [["id", "1"]] Ecm::CmsNavigation::Navigation Load (5.3ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."id" = 1 LIMIT 1 Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (56.1ms) Completed 200 OK in 69ms (Views: 54.5ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:38 +0200 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/ecm-cms-navigation.css?body=1" for 192.168.0.37 at 2012-06-21 15:17:38 +0200 Served asset /active_admin/ecm-cms-navigation.css - 304 Not Modified (0ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:17:39 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 AND "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" = 1 Rendered home/index.html.erb within layouts/application (51.5ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (undefined method `render_navigation' for #<#:0xa2462b0>): 1:

home#index

2: 3:

cms_render_navigation :simple_example

4: <%= cms_render_navigation :simple_example %> app/views/home/index.html.erb:4:in `_app_views_home_index_html_erb___374452524_79936900' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.5ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:18:28 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.3ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 AND "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" = 1 Rendered home/index.html.erb within layouts/application (12.8ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `render_navigation' for #<#:0xaa6d1a0>): 1:

home#index

2: 3:

cms_render_navigation :simple_example

4: <%= cms_render_navigation :simple_example %> app/views/home/index.html.erb:4:in `_app_views_home_index_html_erb___374452524_79936900' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.7ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:18:42 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.5ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.4ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 AND "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft"  (0.2ms) SELECT COUNT(*) FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" = 1 Rendered home/index.html.erb within layouts/application (277.0ms) Completed 500 Internal Server Error in 353ms ActionView::Template::Error (Config file 'navigation.rb' not found in path(s) /home/robo/rails/ecm_cms_navigation-rails-3-2/test/dummy/config!): 1:

home#index

2: 3:

cms_render_navigation :simple_example

4: <%= cms_render_navigation :simple_example %> app/views/home/index.html.erb:4:in `_app_views_home_index_html_erb___119721339_100963390' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.2ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.3ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 AND "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" = 1 Rendered home/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 158ms (Views: 157.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /application.css - 304 Not Modified (31ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /jquery-ui.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /active_admin/application.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /application.js - 304 Not Modified (147ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /active_admin/base.js - 304 Not Modified (54ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:19:10 +0200 Served asset /active_admin.js - 304 Not Modified (63ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:19:55 +0200 Processing by HomeController#index as HTML ERROR: compiling _app_views_home_index_html_erb___119721339_100443200 RAISED /home/robo/rails/ecm_cms_navigation-rails-3-2/test/dummy/app/views/home/index.html.erb:4: syntax error, unexpected '>' ...output_buffer.safe_concat('" %>

... ^ /home/robo/rails/ecm_cms_navigation-rails-3-2/test/dummy/app/views/home/index.html.erb:4: unterminated regexp meets end of file Function body: def _app_views_home_index_html_erb___119721339_100443200(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "home/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

home#index

Simple example

Calling ');@output_buffer.append= ( "<%= cms_render_navigation :simple_example );@output_buffer.safe_concat('" %>

');@output_buffer.append= ( cms_render_navigation :simple_example );@output_buffer.safe_concat(' ');@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/template.rb:285:in `module_eval' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/template.rb:285:in `compile' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/template.rb:233:in `compile!' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/template.rb:142:in `block in render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications.rb:125:in `instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/template.rb:141:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications.rb:123:in `block in instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications.rb:123:in `instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/template_renderer.rb:18:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/renderer.rb:36:in `render_template' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_view/renderer/renderer.rb:17:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/rendering.rb:110:in `_render_template' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/streaming.rb:225:in `_render_template' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/rendering.rb:103:in `render_to_body' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/rendering.rb:88:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/rendering.rb:16:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/core_ext/benchmark.rb:5:in `ms' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activerecord-3.2.3/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/instrumentation.rb:39:in `render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/base.rb:167:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:414:in `_run__170224204__process_action__415178705__callbacks' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications.rb:123:in `block in instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/notifications.rb:123:in `instrument' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/params_wrapper.rb:205:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activerecord-3.2.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/base.rb:121:in `process' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/abstract_controller/rendering.rb:45:in `process' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal.rb:203:in `dispatch' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_controller/metal.rb:246:in `block in action' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/routing/route_set.rb:73:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/routing/route_set.rb:36:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/routing/route_set.rb:600:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/head.rb:14:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/flash.rb:242:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/cookies.rb:338:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activerecord-3.2.3/lib/active_record/query_cache.rb:64:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activerecord-3.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `_run__923517126__call__10103087__callbacks' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/reloader.rb:65:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/rack/logger.rb:26:in `call_app' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/rack/logger.rb:16:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/request_id.rb:22:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/activesupport-3.2.3/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/static.rb:62:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/engine.rb:479:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/application.rb:220:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/rack/log_tailer.rb:14:in `call' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/connection.rb:80:in `block in pre_process' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/connection.rb:78:in `catch' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/connection.rb:78:in `pre_process' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/connection.rb:53:in `process' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/connection.rb:38:in `receive_data' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/backends/base.rb:61:in `start' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/thin-1.3.1/lib/thin/server.rb:159:in `start' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/handler/thin.rb:13:in `run' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/rack-1.4.1/lib/rack/server.rb:265:in `start' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/commands/server.rb:70:in `start' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/commands.rb:55:in `block in ' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/commands.rb:50:in `tap' /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/railties-3.2.3/lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered home/index.html.erb within layouts/application (1.6ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (/home/robo/rails/ecm_cms_navigation-rails-3-2/test/dummy/app/views/home/index.html.erb:4: syntax error, unexpected '>' ...output_buffer.safe_concat('" %>

... ^ /home/robo/rails/ecm_cms_navigation-rails-3-2/test/dummy/app/views/home/index.html.erb:4: unterminated regexp meets end of file): 1:

home#index

2: 3:

Simple example

4:

Calling <%= "<%= cms_render_navigation :simple_example %>" %>

5: 6: <%= cms_render_navigation :simple_example %> actionpack (3.2.3) lib/action_view/template.rb:285:in `module_eval' actionpack (3.2.3) lib/action_view/template.rb:285:in `compile' actionpack (3.2.3) lib/action_view/template.rb:233:in `compile!' actionpack (3.2.3) lib/action_view/template.rb:142:in `block in render' activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.3) lib/action_view/template.rb:141:in `render' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/robo/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.3) lib/active_support/callbacks.rb:414:in `_run__170224204__process_action__415178705__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.3) lib/journey/router.rb:68:in `block in call' journey (1.0.3) lib/journey/router.rb:56:in `each' journey (1.0.3) lib/journey/router.rb:56:in `call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.3) 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.3) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__923517126__call__10103087__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.1) lib/rack/handler/thin.rb:13:in `run' rack (1.4.1) lib/rack/server.rb:265:in `start' railties (3.2.3) lib/rails/commands/server.rb:70:in `start' railties (3.2.3) lib/rails/commands.rb:55:in `block in ' railties (3.2.3) lib/rails/commands.rb:50:in `tap' railties (3.2.3) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.0ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/robo/.rvm/gems/ruby-1.9.2-p136@ecm-cms-navigation-rails-3-2/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) Started GET "/" for 192.168.0.37 at 2012-06-21 15:20:21 +0200 Processing by HomeController#index as HTML Ecm::CmsNavigation::Navigation Load (0.2ms) SELECT "ecm_cms_navigation_navigations".* FROM "ecm_cms_navigation_navigations" WHERE "ecm_cms_navigation_navigations"."name" = 'simple_example' LIMIT 1 Ecm::CmsNavigation::NavigationItem Load (0.2ms) SELECT "ecm_cms_navigation_navigation_items".* FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."navigation_id" = 1 AND "ecm_cms_navigation_navigation_items"."parent_id" IS NULL ORDER BY navigation_id, lft, "lft"  (0.1ms) SELECT COUNT(*) FROM "ecm_cms_navigation_navigation_items" WHERE "ecm_cms_navigation_navigation_items"."parent_id" = 1 Rendered home/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 192.168.0.37 at 2012-06-21 15:20:21 +0200 Served asset /application.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.css?body=1" for 192.168.0.37 at 2012-06-21 15:20:21 +0200 Served asset /active_admin.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:21 +0200 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:21 +0200 Served asset /jquery-ui.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:22 +0200 Served asset /active_admin/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/base.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:22 +0200 Served asset /active_admin/base.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:22 +0200 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/application.js?body=1" for 192.168.0.37 at 2012-06-21 15:20:22 +0200 Served asset /application.js - 304 Not Modified (16ms)