test/dummy/log/test.log in ads-rails-0.0.5 vs test/dummy/log/test.log in ads-rails-0.0.6
- old
+ new
@@ -18,5 +18,18 @@
Started GET "/" for 127.0.0.1 at 2013-08-18 20:52:43 -0300
Processing by PagesController#index as HTML
Rendered pages/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 86ms (Views: 85.9ms | ActiveRecord: 0.0ms)
[1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------
+IncludeTagTest: test_should_show_include_tag
+--------------------------------------------
+Started GET "/" for 127.0.0.1 at 2013-10-21 08:58:45 -0200
+Processing by PagesController#index as HTML
+ Rendered pages/index.html.erb within layouts/application (21.1ms)
+Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction