(162.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (139.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateSeoPagesSeoPageDefaults (20130909135320)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "seo_pages_seo_page_defaults" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_title" varchar(255), "meta_keywords" varchar(255), "meta_description" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130909135320"]]  (141.7ms) commit transaction Migrating to CreateSeoPagesSeoPages (20130909135321)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "seo_pages_seo_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url_identifier" varchar(255), "page_title" varchar(255), "meta_keywords" varchar(255), "meta_description" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130909135321"]]  (127.9ms) commit transaction Migrating to CreateDefaultRecord (20130909135322)  (0.2ms) begin transaction SQL (30.2ms) INSERT INTO "seo_pages_seo_page_defaults" ("created_at", "meta_description", "meta_keywords", "page_title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 09 Sep 2013 13:53:25 UTC +00:00], ["meta_description", "Edit Page Meta Description Default"], ["meta_keywords", "Edit Page Meta Keywords Default"], ["page_title", "Edit Page Title Default"], ["updated_at", Mon, 09 Sep 2013 13:53:25 UTC +00:00]] SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130909135322"]]  (118.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:55:07 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML Completed 500 Internal Server Error in 4ms NameError (undefined local variable or method `require_seo_admin' for #): activesupport (4.0.0) lib/active_support/callbacks.rb:377:in `_run__667766139__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__651592769__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (70.4ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (102.5ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:56:02 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.5ms) Completed 200 OK in 191ms (Views: 130.7ms | ActiveRecord: 1.2ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.2ms) Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:58:06 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.4ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 116ms ActionView::Template::Error (undefined method `title' for #<#:0xb626dfd4>): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:15:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__221229405__619471278' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__496736584__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__8904789__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (5.7ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 113ms (Views: 86.8ms | ActiveRecord: 1.6ms) Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:43:50 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.6ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 64ms (Views: 36.5ms | ActiveRecord: 1.6ms) Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.8ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 57ms (Views: 32.1ms | ActiveRecord: 1.6ms) Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:06 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.1ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 69ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (24.9ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.9ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:32 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.5ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 52ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:44 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.9ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 56ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (55.0ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:45 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.6ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.7ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 14ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:45 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.8ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 10ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:55 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.5ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 59ms ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:59 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.0ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 74ms ActionView::Template::Error (wrong number of arguments (3 for 2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb___898454491_83882260' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__554772825__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__566328301__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (23.0ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.3ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:46:00 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.6ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 17ms ActionView::Template::Error (wrong number of arguments (3 for 2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb___898454491_83882260' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__554772825__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__566328301__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:46:18 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (3.0ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 54ms ActionView::Template::Error (wrong number of arguments (3 for 2)): 1: 2: 3: 4: <%= seo_page %> 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %> 6: <%= javascript_include_tag "seo_pages/application" %> 7: <%= csrf_meta_tags %> /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page' /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb___898454491_83882260' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__554772825__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__566328301__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.1ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 112ms (Views: 85.9ms | ActiveRecord: 1.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:48:06 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.4ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 59ms (Views: 32.2ms | ActiveRecord: 1.5ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200 Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.0ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 113ms (Views: 85.2ms | ActiveRecord: 1.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200 Started GET "/" for 127.0.0.1 at 2013-09-17 22:41:44 +0200 Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.): activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection' activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection' activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection' activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec' activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection' activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in ' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.0.0) lib/active_record/base.rb:322:in `' activerecord (4.0.0) lib/active_record/base.rb:22:in `' activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `require' activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `block in require' activesupport (4.0.0) lib/active_support/dependencies.rb:213:in `load_dependency' activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `require' activerecord (4.0.0) lib/active_record/schema_migration.rb:3:in `' activerecord (4.0.0) lib/active_record/migration.rb:783:in `schema_migrations_table_name' activerecord (4.0.0) lib/active_record/migration.rb:791:in `current_version' activerecord (4.0.0) lib/active_record/migration.rb:800:in `needs_migration?' activerecord (4.0.0) lib/active_record/migration.rb:379:in `check_pending!' activerecord (4.0.0) lib/active_record/migration.rb:366:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__957971154__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (62.3ms) Started GET "/" for 127.0.0.1 at 2013-09-17 22:42:34 +0200 Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.): activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection' activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection' activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection' activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec' activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection' activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in ' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.0.0) lib/active_record/base.rb:322:in `' activerecord (4.0.0) lib/active_record/base.rb:22:in `' activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `require' activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `block in require' activesupport (4.0.0) lib/active_support/dependencies.rb:213:in `load_dependency' activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `require' activerecord (4.0.0) lib/active_record/schema_migration.rb:3:in `' activerecord (4.0.0) lib/active_record/migration.rb:783:in `schema_migrations_table_name' activerecord (4.0.0) lib/active_record/migration.rb:791:in `current_version' activerecord (4.0.0) lib/active_record/migration.rb:800:in `needs_migration?' activerecord (4.0.0) lib/active_record/migration.rb:379:in `check_pending!' activerecord (4.0.0) lib/active_record/migration.rb:366:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__999083699__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.4ms) Started GET "/" for 127.0.0.1 at 2013-09-17 22:44:47 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (6.4ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/seo" for 127.0.0.1 at 2013-09-17 22:44:52 +0200 ActionController::RoutingError (No route matches [GET] "/seo"): actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.5ms) Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (87.4ms) Started GET "/seo_pages" for 127.0.0.1 at 2013-09-17 22:45:01 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (3.5ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 242ms (Views: 200.0ms | ActiveRecord: 1.8ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:45:01 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:45:01 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:45:02 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:45:02 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:45:02 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:45:02 +0200 Started GET "/seo_pages/seo_pages/new" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Processing by SeoPages::SeoPagesController#new as HTML Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (65.8ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/new.html.erb within layouts/seo_pages/application (86.8ms) SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/new' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/new' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/new' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 115ms (Views: 113.5ms | ActiveRecord: 0.4ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:45:10 +0200 Started POST "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:46:09 +0200 Processing by SeoPages::SeoPagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Q1Dn3tsCgNoKHqA+GkbFWkmcPSluMcq9Hqd3N+EK9A=", "seo_page"=>{"url_identifier"=>"/", "page_title"=>"BadrIT Egypt - Production-ready iPhone and Ruby on Rails development and outsourcing", "meta_keywords"=>"iphone,ruby,rails,ruby on rails,software development,software outsourcing", "meta_description"=>"BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications seekers and Mobile Applications for both native iOS/Android and cross platforms frameworks like PhoneGap"}, "commit"=>"Create Seo page"}  (0.1ms) begin transaction SeoPages::SeoPage Exists (0.2ms) SELECT 1 AS one FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/' LIMIT 1 SQL (151.1ms) INSERT INTO "seo_pages_seo_pages" ("created_at", "meta_description", "meta_keywords", "page_title", "updated_at", "url_identifier") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 17 Sep 2013 20:46:09 UTC +00:00], ["meta_description", "BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications seekers and Mobile Applications for both native iOS/Android and cross platforms frameworks like PhoneGap"], ["meta_keywords", "iphone,ruby,rails,ruby on rails,software development,software outsourcing"], ["page_title", "BadrIT Egypt - Production-ready iPhone and Ruby on Rails development and outsourcing"], ["updated_at", Tue, 17 Sep 2013 20:46:09 UTC +00:00], ["url_identifier", "/"]]  (182.9ms) commit transaction Redirected to http://0.0.0.0:3000/seo_pages/seo_pages/1 Completed 302 Found in 382ms (ActiveRecord: 334.4ms) Started GET "/seo_pages/seo_pages/1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Processing by SeoPages::SeoPagesController#show as HTML Parameters: {"id"=>"1"} SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/show.html.erb within layouts/seo_pages/application (4.0ms) SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 0.9ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:46:10 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.0ms) CACHE (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:46:12 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.4ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.9ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:47:08 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.1ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.9ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:02 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.8ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 1.0ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:18 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.1ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.9ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:48:32 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (3.8ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.9ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:49:31 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:50:37 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.6ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.8ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:50:37 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:50:37 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:50:37 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:50:37 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:50:37 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:50:38 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.9ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:22 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.0ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:35 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:51:46 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.1ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:47 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:47 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:51:47 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:47 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:47 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:51:47 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (6.4ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 1.1ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:52:11 +0200 Started GET "/seo_pages/seo_pages/new" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Processing by SeoPages::SeoPagesController#new as HTML Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (7.6ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/new.html.erb within layouts/seo_pages/application (9.7ms) SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/new' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/new' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/new' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.4ms) Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:52:25 +0200 Started POST "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Processing by SeoPages::SeoPagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Q1Dn3tsCgNoKHqA+GkbFWkmcPSluMcq9Hqd3N+EK9A=", "seo_page"=>{"url_identifier"=>"/concat-us", "page_title"=>"BadrIT Contact Us - iPhone and Ruby on Rails Development Services | Technology Consultation", "meta_keywords"=>"Mobile Development, Web Applications, Software Development, iOS, iPhone, Ruby on Rails, PhoneGap, Titanium, Android", "meta_description"=>"BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications "}, "commit"=>"Create Seo page"}  (0.1ms) begin transaction SeoPages::SeoPage Exists (0.2ms) SELECT 1 AS one FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/concat-us' LIMIT 1 SQL (0.4ms) INSERT INTO "seo_pages_seo_pages" ("created_at", "meta_description", "meta_keywords", "page_title", "updated_at", "url_identifier") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 17 Sep 2013 20:53:21 UTC +00:00], ["meta_description", "BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications "], ["meta_keywords", "Mobile Development, Web Applications, Software Development, iOS, iPhone, Ruby on Rails, PhoneGap, Titanium, Android"], ["page_title", "BadrIT Contact Us - iPhone and Ruby on Rails Development Services | Technology Consultation"], ["updated_at", Tue, 17 Sep 2013 20:53:21 UTC +00:00], ["url_identifier", "/concat-us"]]  (177.5ms) commit transaction Redirected to http://0.0.0.0:3000/seo_pages/seo_pages/2 Completed 302 Found in 184ms (ActiveRecord: 178.1ms) Started GET "/seo_pages/seo_pages/2" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Processing by SeoPages::SeoPagesController#show as HTML Parameters: {"id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/show.html.erb within layouts/seo_pages/application (1.1ms) SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:21 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.7ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:23 +0200 Started GET "/seo_pages/seo_page_defaults/1/edit" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Processing by SeoPages::SeoPageDefaultsController#edit as HTML Parameters: {"id"=>"1"} SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/_form.html.erb (9.5ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/edit.html.erb within layouts/seo_pages/application (32.7ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 58ms (Views: 54.6ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:40 +0200 Started PATCH "/seo_pages/seo_page_defaults/1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Processing by SeoPages::SeoPageDefaultsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Q1Dn3tsCgNoKHqA+GkbFWkmcPSluMcq9Hqd3N+EK9A=", "seo_page_default"=>{"page_title"=>"BadrIT Egypt", "meta_keywords"=>"BadrIT Egypt", "meta_description"=>"BadrIT Egypt"}, "commit"=>"Update Seo page default", "id"=>"1"} SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "seo_pages_seo_page_defaults" SET "page_title" = ?, "meta_keywords" = ?, "meta_description" = ?, "updated_at" = ? WHERE "seo_pages_seo_page_defaults"."id" = 1 [["page_title", "BadrIT Egypt"], ["meta_keywords", "BadrIT Egypt"], ["meta_description", "BadrIT Egypt"], ["updated_at", Tue, 17 Sep 2013 20:53:48 UTC +00:00]]  (113.7ms) commit transaction Redirected to http://0.0.0.0:3000/seo_pages/seo_page_defaults/1 Completed 302 Found in 125ms (ActiveRecord: 114.7ms) Started GET "/seo_pages/seo_page_defaults/1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Processing by SeoPages::SeoPageDefaultsController#show as HTML Parameters: {"id"=>"1"} SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/show.html.erb within layouts/seo_pages/application (3.5ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.9ms) Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:48 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.9ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:50 +0200 Started GET "/seo_pages/seo_page_defaults/1/edit" for 127.0.0.1 at 2013-09-17 22:53:57 +0200 Processing by SeoPages::SeoPageDefaultsController#edit as HTML Parameters: {"id"=>"1"} SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/_form.html.erb (4.1ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/edit.html.erb within layouts/seo_pages/application (5.6ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.5ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:57 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:57 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:57 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:53:58 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:58 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:53:58 +0200 Started PATCH "/seo_pages/seo_page_defaults/1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Processing by SeoPages::SeoPageDefaultsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Q1Dn3tsCgNoKHqA+GkbFWkmcPSluMcq9Hqd3N+EK9A=", "seo_page_default"=>{"page_title"=>"BadrIT Egypt", "meta_keywords"=>"iphone,ruby,rails,ruby on rails,software development,software outsourcing", "meta_description"=>"BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications seekers and Mobile Applications for both native iOS/Android and cross platforms frameworks like PhoneGap"}, "commit"=>"Update Seo page default", "id"=>"1"} SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "seo_pages_seo_page_defaults" SET "meta_keywords" = ?, "meta_description" = ?, "updated_at" = ? WHERE "seo_pages_seo_page_defaults"."id" = 1 [["meta_keywords", "iphone,ruby,rails,ruby on rails,software development,software outsourcing"], ["meta_description", "BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications seekers and Mobile Applications for both native iOS/Android and cross platforms frameworks like PhoneGap"], ["updated_at", Tue, 17 Sep 2013 20:54:10 UTC +00:00]]  (282.7ms) commit transaction Redirected to http://0.0.0.0:3000/seo_pages/seo_page_defaults/1 Completed 302 Found in 290ms (ActiveRecord: 283.9ms) Started GET "/seo_pages/seo_page_defaults/1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Processing by SeoPages::SeoPageDefaultsController#show as HTML Parameters: {"id"=>"1"} SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/show.html.erb within layouts/seo_pages/application (1.1ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:10 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (5.3ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 1.1ms) Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:12 +0200 Started GET "/seo_pages/seo_pages/1/edit" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Processing by SeoPages::SeoPagesController#edit as HTML Parameters: {"id"=>"1"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (7.3ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/edit.html.erb within layouts/seo_pages/application (10.6ms) SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:19 +0200 Started GET "/seo_pages/seo_pages/2/edit" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Processing by SeoPages::SeoPagesController#edit as HTML Parameters: {"id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (5.6ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/edit.html.erb within layouts/seo_pages/application (8.0ms) SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.8ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:22 +0200 Started GET "/seo_pages/seo_pages/2/edit" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Processing by SeoPages::SeoPagesController#edit as HTML Parameters: {"id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (7.6ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/edit.html.erb within layouts/seo_pages/application (10.0ms) SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:40 +0200 Started PATCH "/seo_pages/seo_pages/2" for 127.0.0.1 at 2013-09-17 22:54:51 +0200 Processing by SeoPages::SeoPagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Q1Dn3tsCgNoKHqA+GkbFWkmcPSluMcq9Hqd3N+EK9A=", "seo_page"=>{"url_identifier"=>"/contact-us", "page_title"=>"BadrIT Contact Us - iPhone and Ruby on Rails Development Services | Technology Consultation", "meta_keywords"=>"Mobile Development, Web Applications, Software Development, iOS, iPhone, Ruby on Rails, PhoneGap, Titanium, Android", "meta_description"=>"BadrIT is a software company specialized in providing offshore services for Ruby on Rails web applications "}, "commit"=>"Update Seo page", "id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SeoPages::SeoPage Exists (0.2ms) SELECT 1 AS one FROM "seo_pages_seo_pages" WHERE ("seo_pages_seo_pages"."url_identifier" = '/contact-us' AND "seo_pages_seo_pages"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "seo_pages_seo_pages" SET "url_identifier" = ?, "updated_at" = ? WHERE "seo_pages_seo_pages"."id" = 2 [["url_identifier", "/contact-us"], ["updated_at", Tue, 17 Sep 2013 20:54:51 UTC +00:00]]  (219.7ms) commit transaction Redirected to http://0.0.0.0:3000/seo_pages/seo_pages/2 Completed 302 Found in 228ms (ActiveRecord: 220.6ms) Started GET "/seo_pages/seo_pages/2" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Processing by SeoPages::SeoPagesController#show as HTML Parameters: {"id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/show.html.erb within layouts/seo_pages/application (1.2ms) SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:52 +0200 Started GET "/seo_pages/seo_pages" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Processing by SeoPages::SeoPagesController#index as HTML SeoPages::SeoPageDefault Load (0.5ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.7ms) CACHE (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 1.3ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:54:54 +0200 Started GET "/seo_pages/seo_pages/2/edit" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Processing by SeoPages::SeoPagesController#edit as HTML Parameters: {"id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (5.1ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/edit.html.erb within layouts/seo_pages/application (6.5ms) SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:55:33 +0200 Started GET "/seo_pages/seo_pages/2/edit" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Processing by SeoPages::SeoPagesController#edit as HTML Parameters: {"id"=>"2"} SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/_form.html.erb (5.2ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/edit.html.erb within layouts/seo_pages/application (7.4ms) SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_pages/2/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.7ms) Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:56:29 +0200 Started GET "/seo_pages/seo_page_defaults/1/edit" for 127.0.0.1 at 2013-09-17 22:59:14 +0200 Processing by SeoPages::SeoPageDefaultsController#edit as HTML Parameters: {"id"=>"1"} SeoPages::SeoPageDefault Load (0.3ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/_form.html.erb (5.4ms) Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_page_defaults/edit.html.erb within layouts/seo_pages/application (7.5ms) CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1 SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/seo_page_defaults/1/edit' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1 Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.6ms) Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-17 22:59:14 +0200 Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-17 22:59:14 +0200 Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-17 22:59:14 +0200 Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-17 22:59:14 +0200 Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-17 22:59:14 +0200 Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-17 22:59:14 +0200