(11.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (6.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTestImages (20140304094052)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/brenes/workspaces/nocms-blocks/spec/dummy/db/migrate/20140304094052_create_test_images.rb:6)  (0.5ms) CREATE TABLE "test_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "logo" varchar, "name" varchar, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140304094052"]]  (6.6ms) commit transaction Migrating to CreateNoCmsBlocksBlocks (20140405153138)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/brenes/workspaces/nocms-blocks/spec/dummy/db/migrate/20140405153138_create_no_cms_blocks_blocks.no_cms_blocks.rb:6)  (0.4ms) CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.4ms) CREATE TABLE "no_cms_blocks_block_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "no_cms_blocks_block_id" integer, "locale" varchar, "layout" varchar, "fields_info" text(4294967295), "draft" boolean)   (0.2ms) CREATE INDEX "no_cms_blocks_blocks_translations_block_id" ON "no_cms_blocks_block_translations" ("no_cms_blocks_block_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140405153138"]]  (5.3ms) commit transaction Migrating to AddAwesomeNestedSetToNoCmsBlocks (20140405153139)  (0.2ms) begin transaction  (0.8ms) ALTER TABLE "no_cms_blocks_blocks" ADD "parent_id" integer  (0.5ms) ALTER TABLE "no_cms_blocks_blocks" ADD "lft" integer  (0.5ms) ALTER TABLE "no_cms_blocks_blocks" ADD "rgt" integer  (0.5ms) ALTER TABLE "no_cms_blocks_blocks" ADD "depth" integer SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140405153139"]]  (6.4ms) commit transaction Migrating to AddPositionToNoCmsBlocksBlock (20140618150847)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "no_cms_blocks_blocks" ADD "position" integer SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140618150847"]]  (7.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='no_cms_blocks_blocks_translations_block_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='no_cms_blocks_blocks_translations_block_id' AND type='index'  Searching [:layout, :text] fields in test layout Writing {:text=>"Testing text"} to test block  (0.1ms) begin transaction NoCms::Blocks::Block Load (0.2ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" ORDER BY "no_cms_blocks_blocks"."rgt" desc LIMIT 1 NoCms::Blocks::Block Load (0.1ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" ORDER BY "no_cms_blocks_blocks"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "no_cms_blocks_blocks" ("created_at", "updated_at", "lft", "rgt") VALUES (?, ?, ?, ?) [["created_at", "2015-07-03 08:28:24.535784"], ["updated_at", "2015-07-03 08:28:24.535784"], ["lft", 1], ["rgt", 2]] SQL (0.2ms) INSERT INTO "no_cms_blocks_block_translations" ("locale", "no_cms_blocks_block_id", "fields_info", "layout") VALUES (?, ?, ?, ?) [["locale", "en"], ["no_cms_blocks_block_id", 1], ["fields_info", "---\n:text: Testing text\n"], ["layout", "test"]] NoCms::Blocks::Block Load (0.1ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" WHERE "no_cms_blocks_blocks"."id" = ? LIMIT 1 [["id", 1]] NoCms::Blocks::Block::Translation Load (0.1ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? [["no_cms_blocks_block_id", 1]] SQL (0.1ms) UPDATE "no_cms_blocks_blocks" SET "depth" = 0 WHERE "no_cms_blocks_blocks"."id" IN (SELECT "no_cms_blocks_blocks"."id" FROM "no_cms_blocks_blocks" WHERE "no_cms_blocks_blocks"."id" = 1 ORDER BY "no_cms_blocks_blocks"."lft")  (13.4ms) commit transaction Started GET "/" for ::1 at 2015-07-03 10:29:22 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by HomeController#show as HTML NoCms::Blocks::Block Load (0.2ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" NoCms::Blocks::Block::Translation Load (0.2ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? [["no_cms_blocks_block_id", 1]] Rendered no_cms/blocks/blocks/_test.html.erb (0.4ms) Rendered home/show.html.erb within layouts/application (30.4ms) Completed 500 Internal Server Error in 172ms (ActiveRecord: 0.8ms) LoadError (cannot load such file -- sass): app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___953819129339438223_51939660' Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.1ms) Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.0ms) Started GET "/" for ::1 at 2015-07-03 10:29:49 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by HomeController#show as HTML NoCms::Blocks::Block Load (0.1ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" NoCms::Blocks::Block::Translation Load (0.1ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? [["no_cms_blocks_block_id", 1]] Rendered no_cms/blocks/blocks/_test.html.erb (0.4ms) Rendered home/show.html.erb within layouts/application (26.4ms) Completed 500 Internal Server Error in 156ms (ActiveRecord: 0.7ms) LoadError (cannot load such file -- sass): app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3457794367041668985_51960040' Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms) Rendered /home/brenes/.rvm/gems/ruby-2.1.2@nocms/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.3ms) Started GET "/" for ::1 at 2015-07-03 10:30:00 +0200 Processing by HomeController#show as HTML NoCms::Blocks::Block Load (0.2ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" NoCms::Blocks::Block::Translation Load (0.1ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? [["no_cms_blocks_block_id", 1]] Rendered no_cms/blocks/blocks/_test.html.erb (0.2ms) Rendered home/show.html.erb within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms) NoCms::Blocks::Block Load (0.1ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" ORDER BY "no_cms_blocks_blocks"."id" DESC LIMIT 1 NoCms::Blocks::Block::Translation Load (0.1ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? [["no_cms_blocks_block_id", 1]] NoCms::Blocks::Block::Translation Load (0.1ms) SELECT DISTINCT locale FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? ORDER BY "no_cms_blocks_block_translations"."locale" ASC [["no_cms_blocks_block_id", 1]] NoCms::Blocks::Block Load (0.1ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" WHERE "no_cms_blocks_blocks"."parent_id" = ? ORDER BY "lft" [["parent_id", 1]] NoCms::Blocks::Block Load (0.3ms) SELECT "no_cms_blocks_blocks".* FROM "no_cms_blocks_blocks" ORDER BY "no_cms_blocks_blocks"."id" DESC LIMIT 1 NoCms::Blocks::Block::Translation Load (0.1ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations" WHERE "no_cms_blocks_block_translations"."no_cms_blocks_block_id" = ? [["no_cms_blocks_block_id", 1]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateNoCmsBlocksBlocks (20140405135410)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/brenes/workspaces/nocms-blocks/db/migrate/20140405135410_create_no_cms_blocks_blocks.rb:6)  (0.1ms) CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQLite3::SQLException: table "no_cms_blocks_blocks" already exists: CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateNoCmsBlocksBlocks (20140405135410)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/brenes/workspaces/nocms-blocks/db/migrate/20140405135410_create_no_cms_blocks_blocks.rb:6)  (0.1ms) CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQLite3::SQLException: table "no_cms_blocks_blocks" already exists: CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.0ms) rollback transaction  (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (6.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTestImages (20140304094052)  (0.0ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/brenes/workspaces/nocms-blocks/spec/dummy/db/migrate/20140304094052_create_test_images.rb:6)  (0.3ms) CREATE TABLE "test_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "logo" varchar, "name" varchar, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140304094052"]]  (5.9ms) commit transaction Migrating to CreateNoCmsBlocksBlocks (20140405135410)  (0.0ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/brenes/workspaces/nocms-blocks/db/migrate/20140405135410_create_no_cms_blocks_blocks.rb:6)  (0.2ms) CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE TABLE "no_cms_blocks_block_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "no_cms_blocks_block_id" integer, "locale" varchar, "layout" varchar, "fields_info" text(4294967295), "draft" boolean)   (0.1ms) CREATE INDEX "no_cms_blocks_blocks_translations_block_id" ON "no_cms_blocks_block_translations" ("no_cms_blocks_block_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140405135410"]]  (8.4ms) commit transaction Migrating to AddAwesomeNestedSetToNoCmsBlocks (20140405150944)  (0.1ms) begin transaction  (0.3ms) ALTER TABLE "no_cms_blocks_blocks" ADD "parent_id" integer  (0.2ms) ALTER TABLE "no_cms_blocks_blocks" ADD "lft" integer  (0.2ms) ALTER TABLE "no_cms_blocks_blocks" ADD "rgt" integer  (0.2ms) ALTER TABLE "no_cms_blocks_blocks" ADD "depth" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140405150944"]]  (13.3ms) commit transaction Migrating to AddPositionToNoCmsBlocksBlock (20140618150651)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "no_cms_blocks_blocks" ADD "position" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140618150651"]]  (13.6ms) commit transaction Migrating to AddNonTranslatedFieldsInfoToNoCmsBlocksBlock (20150709132202)  (0.1ms) begin transaction  (0.2ms) ALTER TABLE "no_cms_blocks_blocks" ADD "non_translated_fields_info" longtext SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150709132202"]]  (13.6ms) commit transaction Migrating to MoveLayoutFromNoCmsBlocksBlockTranslationsToNoCmsBlocksBlocks (20150710112549)  (0.1ms) begin transaction  (0.3ms) ALTER TABLE "no_cms_blocks_blocks" ADD "layout" varchar NoCms::Blocks::Block::Translation Load (0.1ms) SELECT "no_cms_blocks_block_translations".* FROM "no_cms_blocks_block_translations"  (0.2ms) CREATE TEMPORARY TABLE "ano_cms_blocks_block_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "no_cms_blocks_block_id" integer, "locale" varchar, "layout" varchar, "fields_info" text(4294967295), "draft" boolean)   (0.1ms) SELECT sql FROM sqlite_master WHERE name='no_cms_blocks_blocks_translations_block_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='no_cms_blocks_blocks_translations_block_id' AND type='index'  (0.1ms) CREATE INDEX "tno_cms_blocks_blocks_translations_block_id" ON "ano_cms_blocks_block_translations" ("no_cms_blocks_block_id")  (0.0ms) SELECT * FROM "no_cms_blocks_block_translations"  (0.2ms) DROP TABLE "no_cms_blocks_block_translations"  (0.1ms) CREATE TABLE "no_cms_blocks_block_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "no_cms_blocks_block_id" integer, "locale" varchar, "fields_info" text(4294967295), "draft" boolean)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tno_cms_blocks_blocks_translations_block_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tno_cms_blocks_blocks_translations_block_id' AND type='index'   (0.1ms) CREATE INDEX "no_cms_blocks_blocks_translations_block_id" ON "no_cms_blocks_block_translations" ("no_cms_blocks_block_id")  (0.0ms) SELECT * FROM "ano_cms_blocks_block_translations"  (0.1ms) DROP TABLE "ano_cms_blocks_block_translations" SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150710112549"]]  (18.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='no_cms_blocks_blocks_translations_block_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='no_cms_blocks_blocks_translations_block_id' AND type='index'  (13.6ms) CREATE TABLE "no_cms_blocks_block_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "no_cms_blocks_block_id" integer, "locale" varchar, "fields_info" text(4294967295), "draft" boolean)   (0.1ms) select sqlite_version(*)  (13.1ms) CREATE INDEX "no_cms_blocks_blocks_translations_block_id" ON "no_cms_blocks_block_translations" ("no_cms_blocks_block_id")  (13.3ms) CREATE TABLE "no_cms_blocks_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "position" integer, "non_translated_fields_info" text, "layout" varchar)  (13.3ms) CREATE TABLE "test_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "logo" varchar, "name" varchar, "created_at" datetime, "updated_at" datetime)   (6.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (5.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150710112549')  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140304094052')