Sha256: a65a0bb9984081b6ae185323c4f6ddaef9c98d37a2d3fadc01c69e178d33ee29

Contents?: true

Size: 1.79 KB

Versions: 1

Compression:

Stored size: 1.79 KB

Contents

  Book Load (0.2ms)  SELECT "books".* FROM "books" ORDER BY "books"."id" ASC LIMIT 1
SQLite3::SQLException: no such table: books: SELECT  "books".* FROM "books"   ORDER BY "books"."id" ASC LIMIT 1
   (0.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.6ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateBooks (20140407202136)
   (0.1ms)  begin transaction
   (0.2ms)  CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime) 
  SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20140407202136"]]
   (0.5ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Book Load (0.1ms)  SELECT "books".* FROM "books" ORDER BY "books"."id" ASC LIMIT 1
  Book Load (0.1ms)  SELECT "books".* FROM "books" ORDER BY "books"."id" ASC LIMIT 1
  Book Load (0.1ms)  SELECT "books".* FROM "books" ORDER BY "books"."id" ASC LIMIT 1
  Book Load (0.2ms)  SELECT "books".* FROM "books" ORDER BY "books"."id" ASC LIMIT 1
   (0.1ms)  begin transaction
  SQL (3.2ms)  INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?)  [["created_at", Tue, 03 Jun 2014 19:08:53 UTC +00:00], ["name", "Champagne Wolf"], ["updated_at", Tue, 03 Jun 2014 19:08:53 UTC +00:00]]
   (0.6ms)  commit transaction

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastly-rails-0.1.3 test/dummy/log/development.log