test/dummy/log/development.log in ads-rails-0.0.6 vs test/dummy/log/development.log in ads-rails-0.0.8
- old
+ new
@@ -3,5 +3,17 @@
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+
+
+Started GET "/" for 127.0.0.1 at 2014-03-01 13:57:24 -0200
+Processing by PagesController#index as HTML
+ Rendered pages/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-01 13:57:24 -0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-01 13:57:24 -0200