Sha256: 518f95ceb041e75daf74c90bdcede9b8ffe86cd20c1ef7c32104beba325fd881

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

   (1.2ms)  CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.9ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.3ms)  select sqlite_version(*)
   (0.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150504230241')
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
--------------------------
FormGroupsTest: test_truth
--------------------------
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
-----------------------------------------
HomeControllerTest: test_should_get_index
-----------------------------------------
Processing by HomeController#index as HTML
  Rendered home/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 137ms (Views: 131.9ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formgroups-rails-0.0.4 test/dummy/log/test.log
formgroups-rails-0.0.3 test/dummy/log/test.log
formgroups-rails-0.0.2 test/dummy/log/test.log