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 @@ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (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') + + +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