Sha256: 7b11dcd51beb363574a21349a9a3e96af69b800b02b5e2a4287d559acc47a530

Contents?: true

Size: 1.61 KB

Versions: 1

Compression:

Stored size: 1.61 KB

Contents

   (0.2ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.0ms)  SELECT version FROM "schema_migrations"
   (0.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('0')
   (0.1ms)  begin transaction
--------------------------------------------
IncludeTagTest: test_should_show_include_tag
--------------------------------------------
Started GET "/" for 127.0.0.1 at 2013-08-18 21:43:20 -0300
Processing by PagesController#index as HTML
  Rendered pages/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 83ms (Views: 82.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.2ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.0ms)  SELECT version FROM "schema_migrations"
   (0.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('0')
   (0.1ms)  begin transaction
--------------------------------------------
IncludeTagTest: test_should_show_include_tag
--------------------------------------------
Started GET "/" for 127.0.0.1 at 2013-08-18 21:43:46 -0300
Processing by PagesController#index as HTML
  Rendered pages/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 90ms (Views: 89.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
analytics-rails-0.0.7 test/dummy/log/test.log