Started GET "/rooler/templates" for 127.0.0.1 at 2014-02-26 12:27:50 +0100 Processing by Rooler::TemplatesController#index as HTML Rooler::Template Load (3.1ms) SELECT "rooler_templates".* FROM "rooler_templates" Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/index.html.erb within layouts/rooler/application (11.2ms) Completed 200 OK in 6879ms (Views: 6858.1ms | ActiveRecord: 3.1ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100 Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100 Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100 Started GET "/assets/rooler/application.js?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100 Started GET "/assets/rooler/ckeditor/config.js?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100 Started GET "/assets/rooler/templates.js?body=1" for 127.0.0.1 at 2014-02-26 12:27:58 +0100  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateRoolerTemplates (20140226113304)  (0.2ms) BEGIN  (7.8ms) CREATE TABLE "rooler_templates" ("id" serial primary key, "name" character varying(255), "to" character varying(255), "cc" character varying(255), "subject" character varying(255), "body" text, "created_at" timestamp, "updated_at" timestamp)  SQL (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140226113304"]]  (0.7ms) COMMIT Migrating to CreateRoolerRules (20140226113305)  (0.4ms) BEGIN  (6.2ms) CREATE TABLE "rooler_rules" ("id" serial primary key, "name" character varying(255), "template_id" integer, "check_frequency" integer, "last_checked_at" timestamp, "klass_name" character varying(255), "klass_finder_method" character varying(255), "instance_checker_method" character varying(255), "created_at" timestamp, "updated_at" timestamp)  SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140226113305"]]  (0.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/rooler/templates" for 127.0.0.1 at 2014-02-26 12:36:51 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#index as HTML Rooler::Template Load (0.7ms) SELECT "rooler_templates".* FROM "rooler_templates" Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/index.html.erb within layouts/rooler/application (5.7ms) Completed 200 OK in 135ms (Views: 128.0ms | ActiveRecord: 0.7ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:36:52 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:36:52 +0100 Started GET "/rooler/templates/new" for 127.0.0.1 at 2014-02-26 12:36:54 +0100 Processing by Rooler::TemplatesController#new as HTML Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/_form.html.erb (109.4ms) Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/new.html.erb within layouts/rooler/application (134.8ms) Completed 200 OK in 149ms (Views: 143.4ms | ActiveRecord: 3.0ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:36:54 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-26 12:36:55 +0100 Started POST "/rooler/templates" for 127.0.0.1 at 2014-02-26 12:37:09 +0100 Processing by Rooler::TemplatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"E0Fc/pw1FdJAK0pjCAdxlTcT9L6czCXiU5nM1VdHG+k=", "template"=>{"name"=>"test", "to"=>"test", "cc"=>"test", "subject"=>"test", "body"=>""}, "commit"=>"Create Template"}  (0.2ms) BEGIN  (0.3ms) ROLLBACK Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/_form.html.erb (13.3ms) Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/new.html.erb within layouts/rooler/application (15.3ms) Completed 200 OK in 28ms (Views: 22.0ms | ActiveRecord: 0.5ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:37:09 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:37:09 +0100 Started POST "/rooler/templates" for 127.0.0.1 at 2014-02-26 12:37:12 +0100 Processing by Rooler::TemplatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"E0Fc/pw1FdJAK0pjCAdxlTcT9L6czCXiU5nM1VdHG+k=", "template"=>{"name"=>"test", "to"=>"test", "cc"=>"test", "subject"=>"test", "body"=>"

test

\r\n"}, "commit"=>"Create Template"}  (0.2ms) BEGIN SQL (44.3ms) INSERT INTO "rooler_templates" ("body", "cc", "created_at", "name", "subject", "to", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["body", "

test

\r\n"], ["cc", "test"], ["created_at", Wed, 26 Feb 2014 11:37:12 UTC +00:00], ["name", "test"], ["subject", "test"], ["to", "test"], ["updated_at", Wed, 26 Feb 2014 11:37:12 UTC +00:00]]  (0.7ms) COMMIT Redirected to http://localhost:3000/rooler/templates/1 Completed 302 Found in 53ms (ActiveRecord: 45.5ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:37:12 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.1ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (27.7ms) Completed 500 Internal Server Error in 36ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::RedCloth): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__2984375125125860070_70266308334060' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__1599110197524347694__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1741982252523648499__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.3ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:37:22 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.0ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (3.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::RedCloth): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__2984375125125860070_70266308334060' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__1599110197524347694__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1741982252523648499__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.3ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:37:37 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (2.4ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (uninitialized constant RedCloth): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__2984375125125860070_70266308334060' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__1599110197524347694__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1741982252523648499__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.0ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.7ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:48:09 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.9ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (49.8ms) Completed 500 Internal Server Error in 92ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3401247391483259956_70319259945180' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2949161397633130637__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__2870361090676011152__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (32.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (51.2ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:48:19 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (5.1ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3401247391483259956_70319259945180' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2949161397633130637__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__2870361090676011152__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:49:04 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.4ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (11.5ms) Completed 500 Internal Server Error in 56ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (40.9ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (57.0ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:49:13 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.6ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (3.5ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.8ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.5ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:49:52 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (12.4ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (undefined method `liquidize' for #<#:0x007f9864f8c268>): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.9ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:49:56 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.6ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (3.7ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.8ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:50:05 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.6ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (4.5ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.2ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:50:14 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (3.9ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.5ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:51:16 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.6ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (4.0ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3653629994758637005_70146251874720' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2971607830461191735__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3880379009123083175__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.4ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:51:28 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.7ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (11.4ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__50994213639269357_70109872844180' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2588584722466202368__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4462336933234618638__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (36.8ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (53.3ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:51:42 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (3.3ms) Completed 500 Internal Server Error in 39ms ActionView::Template::Error (uninitialized constant Rooler::LiquidFilters): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__50994213639269357_70109872844180' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__2588584722466202368__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4462336933234618638__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.7ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.2ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:52:36 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.7ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (3.9ms) Completed 200 OK in 154ms (Views: 127.4ms | ActiveRecord: 5.5ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:52:37 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:52:37 +0100 Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:53:06 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (0.6ms) Completed 200 OK in 30ms (Views: 9.4ms | ActiveRecord: 3.7ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:53:06 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:53:06 +0100 Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:53:31 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (11.6ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::RedCloth): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3511811885751361159_70300113630660' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__3955897998461582547__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3370543158445587263__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (35.0ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (54.0ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:53:41 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.9ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (4.5ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (uninitialized constant Rooler::ApplicationHelper::RedCloth): 1: <%= liquidize @template.body, 'template' => @template %> /Users/yonah/Development/spree/rooler/app/helpers/rooler/application_helper.rb:5:in `liquidize' /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb:1:in `___sers_yonah__evelopment_spree_rooler_app_views_rooler_templates_show_html_erb__3511811885751361159_70300113630660' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__3955897998461582547__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680: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.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) 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.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3370543158445587263__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) 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.3) 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.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) 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' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/rooler/templates/1" for 127.0.0.1 at 2014-02-26 12:53:57 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"1"} Rooler::Template Load (1.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (4.6ms) Completed 200 OK in 162ms (Views: 136.4ms | ActiveRecord: 4.6ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:53:58 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:53:58 +0100 Started GET "/rooler/templates/1/edit" for 127.0.0.1 at 2014-02-26 12:56:53 +0100 Processing by Rooler::TemplatesController#edit as HTML Parameters: {"id"=>"1"} Rooler::Template Load (0.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/_form.html.erb (81.2ms) Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/edit.html.erb within layouts/rooler/application (111.8ms) Completed 200 OK in 122ms (Views: 119.3ms | ActiveRecord: 0.8ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-26 12:56:53 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-26 12:56:53 +0100  (131.0ms) DROP DATABASE IF EXISTS "dummy_test"  (273.3ms) CREATE DATABASE "dummy_test" ENCODING = 'utf8' SQL (2.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (8.9ms) CREATE TABLE "rooler_rules" ("id" serial primary key, "name" character varying(255), "template_id" integer, "check_frequency" integer, "last_checked_at" timestamp, "klass_name" character varying(255), "klass_finder_method" character varying(255), "instance_checker_method" character varying(255), "created_at" timestamp, "updated_at" timestamp)  (5.9ms) CREATE TABLE "rooler_templates" ("id" serial primary key, "name" character varying(255), "to" character varying(255), "cc" character varying(255), "subject" character varying(255), "body" text, "created_at" timestamp, "updated_at" timestamp)   (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113305')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113304') ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateRoolerDeliveries (20140226120455)  (0.2ms) BEGIN  (398.8ms) CREATE TABLE "rooler_deliveries" ("id" serial primary key, "deliverable_type" character varying(255), "deliverable_id" integer, "rule_id" integer, "delivered_at" timestamp, "created_at" timestamp, "updated_at" timestamp)  SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140226120455"]]  (0.9ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (133.0ms) DROP DATABASE IF EXISTS "dummy_test"  (264.7ms) CREATE DATABASE "dummy_test" ENCODING = 'utf8' SQL (2.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (7.1ms) CREATE TABLE "rooler_deliveries" ("id" serial primary key, "deliverable_type" character varying(255), "deliverable_id" integer, "rule_id" integer, "delivered_at" timestamp, "created_at" timestamp, "updated_at" timestamp)  (5.7ms) CREATE TABLE "rooler_rules" ("id" serial primary key, "name" character varying(255), "template_id" integer, "check_frequency" integer, "last_checked_at" timestamp, "klass_name" character varying(255), "klass_finder_method" character varying(255), "instance_checker_method" character varying(255), "created_at" timestamp, "updated_at" timestamp)   (6.2ms) CREATE TABLE "rooler_templates" ("id" serial primary key, "name" character varying(255), "to" character varying(255), "cc" character varying(255), "subject" character varying(255), "body" text, "created_at" timestamp, "updated_at" timestamp)  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226120455')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113304')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113305') Rooler::Rule Load (33.8ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1  (0.4ms) BEGIN SQL (164.7ms) INSERT INTO "rooler_templates" ("body", "created_at", "name", "subject", "to", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["body", "body-1"], ["created_at", Wed, 26 Feb 2014 14:01:42 UTC +00:00], ["name", "template-1"], ["subject", "subject-1"], ["to", "{{user.email}}"], ["updated_at", Wed, 26 Feb 2014 14:01:42 UTC +00:00]]  (18.0ms) COMMIT  (0.5ms) BEGIN SQL (1.6ms) INSERT INTO "rooler_rules" ("created_at", "instance_checker_method", "klass_finder_method", "klass_name", "name", "template_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["created_at", Wed, 26 Feb 2014 14:01:42 UTC +00:00], ["instance_checker_method", "present?"], ["klass_finder_method", "all"], ["klass_name", "Rule"], ["name", "rule-1"], ["template_id", 2], ["updated_at", Wed, 26 Feb 2014 14:01:42 UTC +00:00]]  (0.5ms) COMMIT Rooler::Rule Load (1.5ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1  (0.4ms) BEGIN SQL (6.6ms) INSERT INTO "rooler_templates" ("body", "created_at", "name", "subject", "to", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["body", "body-1"], ["created_at", Wed, 26 Feb 2014 14:03:41 UTC +00:00], ["name", "template-1"], ["subject", "subject-1"], ["to", "{{user.email}}"], ["updated_at", Wed, 26 Feb 2014 14:03:41 UTC +00:00]]  (0.7ms) COMMIT  (0.3ms) BEGIN SQL (1.3ms) INSERT INTO "rooler_rules" ("created_at", "instance_checker_method", "klass_finder_method", "klass_name", "name", "template_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["created_at", Wed, 26 Feb 2014 14:03:41 UTC +00:00], ["instance_checker_method", "present?"], ["klass_finder_method", "all"], ["klass_name", "Rooler::Rule"], ["name", "rule-1"], ["template_id", 3], ["updated_at", Wed, 26 Feb 2014 14:03:41 UTC +00:00]]  (0.4ms) COMMIT Rooler::Rule Load (1.2ms) SELECT "rooler_rules".* FROM "rooler_rules"  (0.2ms) BEGIN Rooler::Delivery Exists (23.1ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 2 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Rule' AND "rooler_deliveries"."deliverable_id" = 1) LIMIT 1 SQL (12.8ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 26 Feb 2014 14:03:46 UTC +00:00], ["deliverable_id", 1], ["deliverable_type", "Rooler::Rule"], ["rule_id", 2], ["updated_at", Wed, 26 Feb 2014 14:03:46 UTC +00:00]]  (1.0ms) COMMIT  (0.2ms) BEGIN Rooler::Delivery Exists (0.7ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 2 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Rule' AND "rooler_deliveries"."deliverable_id" = 2) LIMIT 1 SQL (0.6ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 26 Feb 2014 14:03:46 UTC +00:00], ["deliverable_id", 2], ["deliverable_type", "Rooler::Rule"], ["rule_id", 2], ["updated_at", Wed, 26 Feb 2014 14:03:46 UTC +00:00]]  (0.6ms) COMMIT Rooler::Rule Load (1.1ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (deliveries_id IS NULL) PG::UndefinedColumn: ERROR: column "deliveries_id" does not exist LINE 1: ...LECT "rooler_rules".* FROM "rooler_rules" WHERE (deliveries... ^ : SELECT "rooler_rules".* FROM "rooler_rules" WHERE (deliveries_id IS NULL) Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Delivery Load (0.8ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" IN (1, 2) DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: rooler_rules, rooler_deliveries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in at /Users/yonah/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/irb/inspector.rb:86) SQL (1.5ms) SELECT "rooler_rules"."id" AS t0_r0, "rooler_rules"."name" AS t0_r1, "rooler_rules"."template_id" AS t0_r2, "rooler_rules"."check_frequency" AS t0_r3, "rooler_rules"."last_checked_at" AS t0_r4, "rooler_rules"."klass_name" AS t0_r5, "rooler_rules"."klass_finder_method" AS t0_r6, "rooler_rules"."instance_checker_method" AS t0_r7, "rooler_rules"."created_at" AS t0_r8, "rooler_rules"."updated_at" AS t0_r9, "rooler_deliveries"."id" AS t1_r0, "rooler_deliveries"."deliverable_type" AS t1_r1, "rooler_deliveries"."deliverable_id" AS t1_r2, "rooler_deliveries"."rule_id" AS t1_r3, "rooler_deliveries"."delivered_at" AS t1_r4, "rooler_deliveries"."created_at" AS t1_r5, "rooler_deliveries"."updated_at" AS t1_r6 FROM "rooler_rules" LEFT OUTER JOIN "rooler_deliveries" ON "rooler_deliveries"."rule_id" = "rooler_rules"."id" WHERE (rooler_deliveries.id IS NULL) SQL (0.8ms) SELECT "rooler_rules"."id" AS t0_r0, "rooler_rules"."name" AS t0_r1, "rooler_rules"."template_id" AS t0_r2, "rooler_rules"."check_frequency" AS t0_r3, "rooler_rules"."last_checked_at" AS t0_r4, "rooler_rules"."klass_name" AS t0_r5, "rooler_rules"."klass_finder_method" AS t0_r6, "rooler_rules"."instance_checker_method" AS t0_r7, "rooler_rules"."created_at" AS t0_r8, "rooler_rules"."updated_at" AS t0_r9, "rooler_deliveries"."id" AS t1_r0, "rooler_deliveries"."deliverable_type" AS t1_r1, "rooler_deliveries"."deliverable_id" AS t1_r2, "rooler_deliveries"."rule_id" AS t1_r3, "rooler_deliveries"."delivered_at" AS t1_r4, "rooler_deliveries"."created_at" AS t1_r5, "rooler_deliveries"."updated_at" AS t1_r6 FROM "rooler_rules" LEFT OUTER JOIN "rooler_deliveries" ON "rooler_deliveries"."rule_id" = "rooler_rules"."id" WHERE (rooler_deliveries.id IS NULL) Rooler::Rule Load (1.3ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1 Rooler::Rule Load (0.7ms) SELECT "rooler_rules".* FROM "rooler_rules" DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_class at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:38) SQL (1.3ms) SELECT "rooler_rules"."id" AS t0_r0, "rooler_rules"."name" AS t0_r1, "rooler_rules"."template_id" AS t0_r2, "rooler_rules"."check_frequency" AS t0_r3, "rooler_rules"."last_checked_at" AS t0_r4, "rooler_rules"."klass_name" AS t0_r5, "rooler_rules"."klass_finder_method" AS t0_r6, "rooler_rules"."instance_checker_method" AS t0_r7, "rooler_rules"."created_at" AS t0_r8, "rooler_rules"."updated_at" AS t0_r9, "rooler_deliveries"."id" AS t1_r0, "rooler_deliveries"."deliverable_type" AS t1_r1, "rooler_deliveries"."deliverable_id" AS t1_r2, "rooler_deliveries"."rule_id" AS t1_r3, "rooler_deliveries"."delivered_at" AS t1_r4, "rooler_deliveries"."created_at" AS t1_r5, "rooler_deliveries"."updated_at" AS t1_r6 FROM "rooler_rules" LEFT OUTER JOIN "rooler_deliveries" ON "rooler_deliveries"."rule_id" = "rooler_rules"."id" WHERE (rooler_deliveries.id IS NULL) Rooler::Rule Load (2.9ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (1.2ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1 DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:38) Rooler::Rule Load (1.5ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (NOT (EXISTS (SELECT "rooler_rules".* FROM "rooler_rules" INNER JOIN "rooler_deliveries" ON "rooler_deliveries"."rule_id" = "rooler_rules"."id" WHERE (rooler_deliveries.rule_id = 2)))) Rooler::Rule Load (1.1ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1  (0.2ms) BEGIN Rooler::Delivery Exists (2.4ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 2 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Rule' AND "rooler_deliveries"."deliverable_id" = 1) LIMIT 1  (0.3ms) ROLLBACK Rooler::Delivery Load (1.2ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" ORDER BY "rooler_deliveries"."id" DESC LIMIT 1 Rooler::Delivery Load (1.2ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" ORDER BY "rooler_deliveries"."id" DESC LIMIT 1  (0.3ms) BEGIN SQL (1.9ms) DELETE FROM "rooler_deliveries" WHERE "rooler_deliveries"."id" = $1 [["id", 2]]  (0.7ms) COMMIT DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:38) Rooler::Rule Load (1.7ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (NOT (EXISTS (SELECT "rooler_rules".* FROM "rooler_rules" INNER JOIN "rooler_deliveries" ON "rooler_deliveries"."rule_id" = "rooler_rules"."id" WHERE (rooler_deliveries.rule_id = 2)))) Rooler::Delivery Load (0.9ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" ORDER BY "rooler_deliveries"."id" DESC LIMIT 1  (0.3ms) BEGIN SQL (0.8ms) DELETE FROM "rooler_deliveries" WHERE "rooler_deliveries"."id" = $1 [["id", 1]]  (0.7ms) COMMIT DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:38) Rooler::Rule Load (1.6ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (NOT (EXISTS (SELECT "rooler_rules".* FROM "rooler_rules" INNER JOIN "rooler_deliveries" ON "rooler_deliveries"."rule_id" = "rooler_rules"."id" WHERE (rooler_deliveries.rule_id = 2)))) Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1 SQL (14.5ms) UPDATE "rooler_rules" SET "klass_name" = 'Rooler::Template' WHERE "rooler_rules"."id" = 1 SQL (1.1ms) UPDATE "rooler_rules" SET "klass_name" = 'Rooler::Template' WHERE "rooler_rules"."id" = 1 Rooler::Rule Load (1.3ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1 DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:38) Rooler::Template Load (1.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (NOT (EXISTS (SELECT "rooler_templates".* FROM "rooler_templates" INNER JOIN "rooler_deliveries" ON "rooler_deliveries"."deliverable_id" = "rooler_templates"."id" AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' WHERE (rooler_deliveries.rule_id = 1)))) Rooler::Template Load (1.1ms) SELECT "rooler_templates".* FROM "rooler_templates" ORDER BY "rooler_templates"."id" ASC LIMIT 1  (0.5ms) BEGIN Rooler::Delivery Exists (0.6ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' AND "rooler_deliveries"."deliverable_id" = 1) LIMIT 1 SQL (2.9ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 26 Feb 2014 15:16:09 UTC +00:00], ["deliverable_id", 1], ["deliverable_type", "Rooler::Template"], ["rule_id", 1], ["updated_at", Wed, 26 Feb 2014 15:16:09 UTC +00:00]]  (0.7ms) COMMIT DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:38) Rooler::Template Load (1.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (NOT (EXISTS (SELECT "rooler_templates".* FROM "rooler_templates" INNER JOIN "rooler_deliveries" ON "rooler_deliveries"."deliverable_id" = "rooler_templates"."id" AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' WHERE (rooler_deliveries.rule_id = 1)))) Rooler::Rule Load (1.4ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1  (5.5ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (0.9ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1)) DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (1.0ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (NULL)) Rooler::Rule Load (1.4ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1  (5.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (1.0ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1))  (0.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (0.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1)) DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (0.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (NULL)) Rooler::Rule Load (1.4ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1  (5.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (0.9ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1)) DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:39) Rooler::Template Load (0.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (NULL)) Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (id not in ([])) PG::SyntaxError: ERROR: syntax error at or near "[" LINE 1: ..."rooler_rules".* FROM "rooler_rules" WHERE (id not in ([])) ^ : SELECT "rooler_rules".* FROM "rooler_rules" WHERE (id not in ([])) Rooler::Rule Load (0.7ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (id not in ()) PG::SyntaxError: ERROR: syntax error at or near ")" LINE 1: ...T "rooler_rules".* FROM "rooler_rules" WHERE (id not in ()) ^ : SELECT "rooler_rules".* FROM "rooler_rules" WHERE (id not in ()) Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (id not in (1)) Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (id not in (0)) Rooler::Rule Load (1.5ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" ASC LIMIT 1 DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:37) Rooler::Template Load (1.2ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (0)) DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:37) Rooler::Template Load (1.0ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (0))  (1.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at /Users/yonah/Development/spree/rooler/app/models/rooler/rule.rb:37) Rooler::Template Load (0.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1))  (0.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]]  (0.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]]  (0.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at (irb):174) Rooler::Template Load (0.8ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1))  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at (irb):239) Rooler::Template Load (0.7ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1)) DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at (irb):239) Rooler::Template Load (0.9ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (0))  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]]  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] Rooler::Rule Load (1.2ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (1.4ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1  (0.3ms) BEGIN SQL (1.2ms) DELETE FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 [["id", 2]]  (0.8ms) COMMIT Rooler::Rule Load (1.1ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (0.8ms) SELECT "rooler_rules".* FROM "rooler_rules"  (0.8ms) SELECT COUNT(*) FROM "rooler_rules"  (0.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 AND "rooler_deliveries"."deliverable_type" = 'Rooler::Template' [["rule_id", 1]] DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from find_by_klass at (irb):378) Rooler::Template Load (0.7ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE (id not in (1)) Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE ('t') DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from irb_binding at (irb):409) Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE ('t') Rooler::Rule Load (1.2ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE ('t') Rooler::Rule Load (0.9ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE ('t') Started GET "/" for 127.0.0.1 at 2014-02-27 11:44:40 +0100 ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/yonah/.rvm/gems/ruby-1.9.3-p286/gems/railties-4.0.3/lib/rails/templates/rails/welcome/index.html.erb (4.2ms) Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.0ms) Started GET "/rooler/templates" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Processing by Rooler::TemplatesController#index as HTML Rooler::Template Load (0.9ms) SELECT "rooler_templates".* FROM "rooler_templates" Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/index.html.erb within layouts/rooler/application (24.5ms) Completed 200 OK in 296ms (Views: 283.0ms | ActiveRecord: 3.6ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/assets/rooler/ckeditor/config.js?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/assets/rooler/templates.js?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/assets/rooler/application.js?body=1" for 127.0.0.1 at 2014-02-27 11:49:55 +0100 Started GET "/rooler/templates/2" for 127.0.0.1 at 2014-02-27 11:50:00 +0100 Processing by Rooler::TemplatesController#show as HTML Parameters: {"id"=>"2"} Rooler::Template Load (1.5ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/show.html.erb within layouts/rooler/application (1.3ms) Completed 200 OK in 48ms (Views: 44.2ms | ActiveRecord: 1.9ms) Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-27 11:50:00 +0100 Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-27 11:50:00 +0100 Started GET "/rooler/templates/2/edit" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Processing by Rooler::TemplatesController#edit as HTML Parameters: {"id"=>"2"} Rooler::Template Load (0.6ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/_form.html.erb (109.2ms) Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/templates/edit.html.erb within layouts/rooler/application (138.1ms) Completed 200 OK in 159ms (Views: 156.8ms | ActiveRecord: 0.6ms) Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/rooler/application.css?body=1" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-27 11:50:04 +0100 Rooler::Rule Load (36.2ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (check_frequency IS NOT NULL AND (last_checked_at + check_frequency*'1 second'::interval) < now()) Rooler::Rule Load (0.7ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE (check_frequency IS NOT NULL AND (last_checked_at + check_frequency*'1 second'::interval) < now()) Rooler::Delivery Load (0.9ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" WHERE "rooler_deliveries"."delivered_at" IS NULL Rooler::Delivery Load (3.1ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" WHERE "rooler_deliveries"."delivered_at" IS NULL Rooler::Delivery Load (4.2ms) SELECT "rooler_deliveries".* FROM "rooler_deliveries" WHERE "rooler_deliveries"."delivered_at" IS NULL Rooler::Template Load (7.0ms) SELECT "rooler_templates".* FROM "rooler_templates" INNER JOIN "rooler_rules" ON "rooler_templates"."id" = "rooler_rules"."template_id" WHERE "rooler_rules"."id" = $1 ORDER BY "rooler_templates"."id" ASC LIMIT 1 [["id", 1]] Rooler::Template Load (0.9ms) SELECT "rooler_templates".* FROM "rooler_templates" WHERE "rooler_templates"."id" = $1 ORDER BY "rooler_templates"."id" ASC LIMIT 1 [["id", 1]] Rendered /Users/yonah/Development/spree/rooler/app/views/rooler/delivery_mailer/send_mail.html.erb (4.9ms) Sent mail to (13.5ms) Date: Thu, 27 Feb 2014 13:15:22 +0100 From: from@example.com Message-ID: <530f2c5af9bc_318c3fc5a0c35adc268ad@Yonahs-MacBook-Pro.local.mail> Subject: subject-1 Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit body-1 SQL (1.2ms) UPDATE "rooler_deliveries" SET "delivered_at" = '2014-02-27 12:15:22.071031' WHERE "rooler_deliveries"."id" = 3 ActiveRecord::SchemaMigration Load (13.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMethodParamsToRoolerRules (20140313103833)  (0.2ms) BEGIN  (31.1ms) ALTER TABLE "rooler_rules" ADD COLUMN "method_params" character varying(255) SQL (2.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140313103833"]]  (0.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Rooler::Rule Load (1.7ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1 Rooler::Rule Load (1.1ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1 Rooler::Rule Load (1.1ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1  (0.5ms) BEGIN SQL (10.7ms) UPDATE "rooler_rules" SET "method_params" = $1, "updated_at" = $2 WHERE "rooler_rules"."id" = 1 [["method_params", "--- 1\n...\n"], ["updated_at", Thu, 13 Mar 2014 10:40:56 UTC +00:00]]  (0.8ms) COMMIT ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFoos (20140317170346)  (0.4ms) BEGIN  (232.4ms) CREATE TABLE "foos" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp)  SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140317170346"]]  (0.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (175.2ms) DROP DATABASE IF EXISTS "dummy_test"  (678.2ms) CREATE DATABASE "dummy_test" ENCODING = 'utf8' SQL (2.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (7.0ms) CREATE TABLE "foos" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp)  (4.7ms) CREATE TABLE "rooler_deliveries" ("id" serial primary key, "deliverable_type" character varying(255), "deliverable_id" integer, "rule_id" integer, "delivered_at" timestamp, "created_at" timestamp, "updated_at" timestamp)   (5.5ms) CREATE TABLE "rooler_rules" ("id" serial primary key, "name" character varying(255), "template_id" integer, "check_frequency" integer, "last_checked_at" timestamp, "klass_name" character varying(255), "klass_finder_method" character varying(255), "instance_checker_method" character varying(255), "created_at" timestamp, "updated_at" timestamp, "method_params" character varying(255))  (5.5ms) CREATE TABLE "rooler_templates" ("id" serial primary key, "name" character varying(255), "to" character varying(255), "cc" character varying(255), "subject" character varying(255), "body" text, "created_at" timestamp, "updated_at" timestamp)   (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317170346')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113304')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113305')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226120455')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140313103833')  (0.3ms) BEGIN SQL (20.8ms) INSERT INTO "foos" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:21:19 UTC +00:00], ["updated_at", Tue, 18 Mar 2014 10:21:19 UTC +00:00]]  (1.1ms) COMMIT  (0.4ms) BEGIN SQL (36.4ms) INSERT INTO "rooler_rules" ("created_at", "klass_finder_method", "klass_name", "method_params", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:22:18 UTC +00:00], ["klass_finder_method", "active_record_finder"], ["klass_name", "Foo"], ["method_params", nil], ["updated_at", Tue, 18 Mar 2014 10:22:18 UTC +00:00]]  (0.6ms) COMMIT Rooler::Rule Load (1.4ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 LIMIT 1 [["id", 3]]  (39.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (1.3ms) SELECT "foos".* FROM "foos" WHERE ('t') AND (1=1)  (0.3ms) BEGIN Rooler::Delivery Exists (19.4ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 3 AND "rooler_deliveries"."deliverable_type" = 'Foo' AND "rooler_deliveries"."deliverable_id" = 1) LIMIT 1 SQL (11.0ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:22:30 UTC +00:00], ["deliverable_id", 1], ["deliverable_type", "Foo"], ["rule_id", 3], ["updated_at", Tue, 18 Mar 2014 10:22:30 UTC +00:00]]  (0.6ms) COMMIT SQL (1.6ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:22:30.793224' WHERE "rooler_rules"."id" = 3 Rooler::Rule Load (1.2ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 LIMIT 1 [["id", 3]]  (0.6ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Rooler::Rule Load (1.0ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 LIMIT 1 [["id", 3]]  (0.6ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.7ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1)) Rooler::Rule Load (1.4ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1 Rooler::Rule Load (9.1ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 LIMIT 1 [["id", 3]]  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.8ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1)) SQL (1.2ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:36:27.767948' WHERE "rooler_rules"."id" = 3  (0.4ms) BEGIN SQL (2.2ms) INSERT INTO "foos" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:36:49 UTC +00:00], ["updated_at", Tue, 18 Mar 2014 10:36:49 UTC +00:00]]  (0.8ms) COMMIT Rooler::Rule Load (1.1ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 LIMIT 1 [["id", 3]]  (0.6ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.6ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1))  (0.3ms) BEGIN Rooler::Delivery Exists (1.6ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 3 AND "rooler_deliveries"."deliverable_type" = 'Foo' AND "rooler_deliveries"."deliverable_id" = 2) LIMIT 1 SQL (1.2ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:36:53 UTC +00:00], ["deliverable_id", 2], ["deliverable_type", "Foo"], ["rule_id", 3], ["updated_at", Tue, 18 Mar 2014 10:36:53 UTC +00:00]]  (0.5ms) COMMIT SQL (1.0ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:36:53.156957' WHERE "rooler_rules"."id" = 3 Rooler::Rule Load (1.3ms) SELECT "rooler_rules".* FROM "rooler_rules" ORDER BY "rooler_rules"."id" DESC LIMIT 1  (5.2ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.8ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2)) SQL (1.1ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:50:32.271500' WHERE "rooler_rules"."id" = 3  (0.2ms) BEGIN SQL (2.5ms) INSERT INTO "foos" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:50:39 UTC +00:00], ["updated_at", Tue, 18 Mar 2014 10:50:39 UTC +00:00]]  (0.7ms) COMMIT  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.8ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2))  (0.2ms) BEGIN Rooler::Delivery Exists (2.6ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 3 AND "rooler_deliveries"."deliverable_type" = 'Foo' AND "rooler_deliveries"."deliverable_id" = 3) LIMIT 1 SQL (1.1ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:50:42 UTC +00:00], ["deliverable_id", 3], ["deliverable_type", "Foo"], ["rule_id", 3], ["updated_at", Tue, 18 Mar 2014 10:50:42 UTC +00:00]]  (0.5ms) COMMIT SQL (1.8ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:50:42.827579' WHERE "rooler_rules"."id" = 3  (0.9ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.8ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2, 3)) SQL (1.1ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:54:06.666196' WHERE "rooler_rules"."id" = 3  (0.5ms) BEGIN SQL (1.2ms) INSERT INTO "foos" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:54:13 UTC +00:00], ["updated_at", Tue, 18 Mar 2014 10:54:13 UTC +00:00]]  (0.6ms) COMMIT  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.8ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2, 3))  (0.3ms) BEGIN Rooler::Delivery Exists (0.7ms) SELECT 1 AS one FROM "rooler_deliveries" WHERE ("rooler_deliveries"."rule_id" = 3 AND "rooler_deliveries"."deliverable_type" = 'Foo' AND "rooler_deliveries"."deliverable_id" = 4) LIMIT 1 SQL (0.9ms) INSERT INTO "rooler_deliveries" ("created_at", "deliverable_id", "deliverable_type", "rule_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Mar 2014 10:54:15 UTC +00:00], ["deliverable_id", 4], ["deliverable_type", "Foo"], ["rule_id", 3], ["updated_at", Tue, 18 Mar 2014 10:54:15 UTC +00:00]]  (0.7ms) COMMIT SQL (1.0ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:54:15.438915' WHERE "rooler_rules"."id" = 3 Rooler::Rule Load (1.6ms) SELECT "rooler_rules".* FROM "rooler_rules" WHERE "rooler_rules"."id" = $1 LIMIT 1 [["id", 3]]  (0.7ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.5ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2, 3, 4)) SQL (1.1ms) UPDATE "rooler_rules" SET "last_checked_at" = '2014-03-18 10:55:04.595596' WHERE "rooler_rules"."id" = 3  (0.8ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.7ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2, 3, 4))  (0.7ms) SELECT "rooler_deliveries"."deliverable_id" FROM "rooler_deliveries" WHERE "rooler_deliveries"."rule_id" = $1 [["rule_id", 3]] Foo Load (0.7ms) SELECT "foos".* FROM "foos" WHERE ('t') AND ("foos"."id" NOT IN (1, 2, 3, 4)) ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddBooleanToFoo (20140318113047)  (0.2ms) BEGIN  (1.1ms) ALTER TABLE "foos" ADD COLUMN "active" boolean SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140318113047"]]  (0.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (132.1ms) DROP DATABASE IF EXISTS "dummy_test"  (359.3ms) CREATE DATABASE "dummy_test" ENCODING = 'utf8' SQL (2.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (7.2ms) CREATE TABLE "foos" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "active" boolean)  (4.5ms) CREATE TABLE "rooler_deliveries" ("id" serial primary key, "deliverable_type" character varying(255), "deliverable_id" integer, "rule_id" integer, "delivered_at" timestamp, "created_at" timestamp, "updated_at" timestamp)   (6.5ms) CREATE TABLE "rooler_rules" ("id" serial primary key, "name" character varying(255), "template_id" integer, "check_frequency" integer, "last_checked_at" timestamp, "klass_name" character varying(255), "klass_finder_method" character varying(255), "instance_checker_method" character varying(255), "created_at" timestamp, "updated_at" timestamp, "method_params" character varying(255))  (5.6ms) CREATE TABLE "rooler_templates" ("id" serial primary key, "name" character varying(255), "to" character varying(255), "cc" character varying(255), "subject" character varying(255), "body" text, "created_at" timestamp, "updated_at" timestamp)   (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.7ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140318113047')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113304')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113305')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226120455')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140313103833')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317170346')  (118.6ms) DROP DATABASE IF EXISTS "dummy_test"  (258.6ms) CREATE DATABASE "dummy_test" ENCODING = 'utf8' SQL (2.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (7.1ms) CREATE TABLE "foos" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "active" boolean)  (5.4ms) CREATE TABLE "rooler_deliveries" ("id" serial primary key, "deliverable_type" character varying(255), "deliverable_id" integer, "rule_id" integer, "delivered_at" timestamp, "created_at" timestamp, "updated_at" timestamp)   (5.7ms) CREATE TABLE "rooler_rules" ("id" serial primary key, "name" character varying(255), "template_id" integer, "check_frequency" integer, "last_checked_at" timestamp, "klass_name" character varying(255), "klass_finder_method" character varying(255), "instance_checker_method" character varying(255), "created_at" timestamp, "updated_at" timestamp, "method_params" character varying(255))  (5.4ms) CREATE TABLE "rooler_templates" ("id" serial primary key, "name" character varying(255), "to" character varying(255), "cc" character varying(255), "subject" character varying(255), "body" text, "created_at" timestamp, "updated_at" timestamp)   (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.7ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140318113047')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113304')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226113305')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140226120455')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140313103833')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317170346')